Click here to Skip to main content
15,910,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHOw to read text file that will return the value to excel Pin
isaii12-Oct-05 16:20
isaii12-Oct-05 16:20 
AnswerRe: HOw to read text file that will return the value to excel Pin
Tom John13-Oct-05 3:28
Tom John13-Oct-05 3:28 
GeneralRe: HOw to read text file that will return the value to excel Pin
isaii13-Oct-05 17:03
isaii13-Oct-05 17:03 
GeneralRe: HOw to read text file that will return the value to excel Pin
isaii16-Oct-05 16:21
isaii16-Oct-05 16:21 
QuestionRun with startup... throw an typeIntializeException Pin
militiaware12-Oct-05 15:51
militiaware12-Oct-05 15:51 
GeneralRe: Run with startup... throw an typeIntializeException Pin
Briga13-Oct-05 5:06
Briga13-Oct-05 5:06 
GeneralRe: Run with startup... throw an typeIntializeException Pin
militiaware14-Oct-05 16:06
militiaware14-Oct-05 16:06 
GeneralRe: Run with startup... throw an typeIntializeException Pin
Briga15-Oct-05 3:46
Briga15-Oct-05 3:46 
Thus it should be a missing module (or at least that way sounds to me). You normally get that error when the system cannot create or load a specific object. Normally something you declared from an external reference (i.e. Dim myTAPI as TapiLib.TAPI where the TapiLib stays in a specific DLL).

Now since you get that error it seems that the reference goes to something that is not available/initialized at the time your programs load. So my suggestion is have a look at the reference in your assembly and see how do they are loaded.
QuestionHow disable Sound on VB project. Pin
12-Oct-05 13:48
suss12-Oct-05 13:48 
AnswerRe: How disable Sound on VB project. Pin
maxiachun12-Oct-05 14:45
maxiachun12-Oct-05 14:45 
GeneralRe: How disable Sound on VB project. Pin
icDavid12-Oct-05 15:30
icDavid12-Oct-05 15:30 
AnswerRe: How disable Sound on VB project. Pin
Steve Pullan12-Oct-05 14:59
Steve Pullan12-Oct-05 14:59 
GeneralRe: How disable Sound on VB project. Pin
icDavid12-Oct-05 15:24
icDavid12-Oct-05 15:24 
AnswerRe: How disable Sound on VB project. Pin
Dave Kreskowiak12-Oct-05 15:50
mveDave Kreskowiak12-Oct-05 15:50 
Questioni need to make a connection to sql server 2000 from vb.net Pin
Anonymous12-Oct-05 10:11
Anonymous12-Oct-05 10:11 
AnswerRe: i need to make a connection to sql server 2000 from vb.net Pin
Dave Kreskowiak12-Oct-05 11:34
mveDave Kreskowiak12-Oct-05 11:34 
GeneralRe: i need to make a connection to sql server 2000 from vb.net Pin
maxiachun12-Oct-05 14:51
maxiachun12-Oct-05 14:51 
GeneralRe: i need to make a connection to sql server 2000 from vb.net Pin
Dave Kreskowiak12-Oct-05 15:43
mveDave Kreskowiak12-Oct-05 15:43 
AnswerRe: i need to make a connection to sql server 2000 from vb.net Pin
K Baruah16-Oct-05 20:33
K Baruah16-Oct-05 20:33 
QuestionMessageBox Behind Forms with ApplicationModal On. Pin
jburkle12-Oct-05 7:23
jburkle12-Oct-05 7:23 
Answeroff subject Pin
icouldntthinkofagoodname12-Oct-05 8:02
icouldntthinkofagoodname12-Oct-05 8:02 
GeneralRe: off subject Pin
Dave Kreskowiak12-Oct-05 8:08
mveDave Kreskowiak12-Oct-05 8:08 
QuestionDatabinding Pin
kenexcelon12-Oct-05 3:57
kenexcelon12-Oct-05 3:57 
Questiontcplistener + thread Pin
cengelen12-Oct-05 1:27
cengelen12-Oct-05 1:27 
QuestionDLL creation form vb.net project Pin
carlos_rocha12-Oct-05 1:23
carlos_rocha12-Oct-05 1:23 

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.