Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Referencing a dll Pin
Sonhospa11-Oct-11 6:55
Sonhospa11-Oct-11 6:55 
AnswerRe: Referencing a dll Pin
ekolis11-Oct-11 7:24
ekolis11-Oct-11 7:24 
GeneralRe: Referencing a dll Pin
Sonhospa11-Oct-11 7:53
Sonhospa11-Oct-11 7:53 
AnswerRe: Referencing a dll Pin
Luc Pattyn11-Oct-11 8:23
sitebuilderLuc Pattyn11-Oct-11 8:23 
NewsReally helpful! (Re: Referencing a dll ) Pin
Sonhospa11-Oct-11 9:17
Sonhospa11-Oct-11 9:17 
AnswerRe: Really helpful! (Re: Referencing a dll ) Pin
Luc Pattyn11-Oct-11 9:39
sitebuilderLuc Pattyn11-Oct-11 9:39 
AnswerRe: Referencing a dll Pin
biop.codeproject13-Nov-11 17:15
biop.codeproject13-Nov-11 17:15 
QuestionFunny FileNotFoundException Pin
Sonhospa10-Oct-11 21:31
Sonhospa10-Oct-11 21:31 
Hi everybody,

I've been running into something where I have no idea how to debug: A FileNotFoundException right at the beginning of the main form creation. :
"Das angegebene Modul wurde nicht gefunden. (Ausnahme von HRESULT: 0x8007007E)"
Translation: "The module could not be found (Exception of HRESULT: 0x8007007E)"
The stack trace message starts with:
"bei Tesseract.OCR.AppEntry.MainForm..ctor()"

Following the 'ctor' hint I see my very simple constructor:
VB
Public Sub New()
	InitializeComponent()
	Initialize()
End Sub
Stepping through, it doesn't even reach the "InitializeComponent" command. It have the feeling there's something wrong in the Form Designer module (which I had to edit). Starting with the form itself (not the 'program' class) I find the error marker in the very first line of "Mainform.Designer.vb" ('Partial Class MainForm').

Could someone please give me an idea where to look or how to start debugging at that stage?

Thank you
Mick

modified 11-Oct-11 6:12am.

SuggestionRe: Funny FileNotFoundException Pin
Richard MacCutchan10-Oct-11 22:20
mveRichard MacCutchan10-Oct-11 22:20 
JokeRe: Funny FileNotFoundException Pin
Sonhospa11-Oct-11 0:19
Sonhospa11-Oct-11 0:19 
AnswerRe: Funny FileNotFoundException Pin
Richard MacCutchan11-Oct-11 0:27
mveRichard MacCutchan11-Oct-11 0:27 
GeneralRe: Funny FileNotFoundException Pin
Sonhospa11-Oct-11 5:32
Sonhospa11-Oct-11 5:32 
QuestionFTP with multiple folders for each FTP user Pin
QuickBooksDev10-Oct-11 10:18
QuickBooksDev10-Oct-11 10:18 
QuestionProblem with inser data from vb2008 to Ms Acesss DB Pin
Mangore759-Oct-11 12:06
Mangore759-Oct-11 12:06 
AnswerRe: Problem with inser data from vb2008 to Ms Acesss DB Pin
Armigo10-Oct-11 3:09
Armigo10-Oct-11 3:09 
Questionimport from excel Pin
alejx4-Oct-11 7:48
alejx4-Oct-11 7:48 
GeneralRe: import from excel Pin
Paladin20004-Oct-11 8:07
Paladin20004-Oct-11 8:07 
AnswerRe: import from excel Pin
Dalek Dave6-Oct-11 22:31
professionalDalek Dave6-Oct-11 22:31 
Question[solved] sorting a subset of a datatable in a different order Pin
Armigo4-Oct-11 2:16
Armigo4-Oct-11 2:16 
AnswerRe: sorting a subset of a datatable in a different order Pin
Dave Kreskowiak4-Oct-11 3:30
mveDave Kreskowiak4-Oct-11 3:30 
QuestionRe: sorting a subset of a datatable in a different order Pin
Armigo4-Oct-11 22:52
Armigo4-Oct-11 22:52 
AnswerRe: sorting a subset of a datatable in a different order Pin
Simon_Whale4-Oct-11 23:36
Simon_Whale4-Oct-11 23:36 
AnswerRe: sorting a subset of a datatable in a different order Pin
Dave Kreskowiak5-Oct-11 4:46
mveDave Kreskowiak5-Oct-11 4:46 
GeneralRe: sorting a subset of a datatable in a different order Pin
Armigo10-Oct-11 2:30
Armigo10-Oct-11 2:30 
AnswerRe: sorting a subset of a datatable in a different order Pin
Luc Pattyn4-Oct-11 4:08
sitebuilderLuc Pattyn4-Oct-11 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.