Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
fjdiewornncalwe21-Aug-12 3:17
professionalfjdiewornncalwe21-Aug-12 3:17 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
Dave Kreskowiak21-Aug-12 3:40
mveDave Kreskowiak21-Aug-12 3:40 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
fjdiewornncalwe21-Aug-12 4:36
professionalfjdiewornncalwe21-Aug-12 4:36 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
Dave Kreskowiak21-Aug-12 5:08
mveDave Kreskowiak21-Aug-12 5:08 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
fjdiewornncalwe21-Aug-12 6:25
professionalfjdiewornncalwe21-Aug-12 6:25 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
Eddy Vluggen21-Aug-12 3:23
professionalEddy Vluggen21-Aug-12 3:23 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
Karthik Chintala21-Aug-12 3:32
Karthik Chintala21-Aug-12 3:32 
GeneralRe: Could not load file or assembly or one of its dependencies. Pin
Dave Kreskowiak21-Aug-12 3:39
mveDave Kreskowiak21-Aug-12 3:39 
Again, we're not talking about your VB6 code at all. All we're interested in is the VB.NET code you wrote to write this component.

If you added references in your VB.NET project to other libraries, you MUST copy those libraries over to the target machine at install time for your component. If your component code is using something in a library, how is the code going to work if the item referenced is not on the machine?? It'll throw the very error you're getting, specifically, the part about "or one of its dependencies".

You do NOT need to add any references in your VB6 code, other than the one to your COM component. Those references won't work for your component anyway. You DO need to make sure that everything your component uses is installed on the target machine.

AnswerRe: Could not load file or assembly or one of its dependencies. Pin
Bernhard Hiller21-Aug-12 21:07
Bernhard Hiller21-Aug-12 21:07 
QuestionMessage Removed Pin
20-Aug-12 7:49
professionaljkirkerx20-Aug-12 7:49 
QuestionNot Understanding Delegates (User Error) Pin
Clark Kent12320-Aug-12 4:23
professionalClark Kent12320-Aug-12 4:23 
AnswerRe: Not Understanding Delegates (User Error) Pin
Eddy Vluggen20-Aug-12 13:00
professionalEddy Vluggen20-Aug-12 13:00 
GeneralRe: Not Understanding Delegates (User Error) Pin
Clark Kent12321-Aug-12 2:29
professionalClark Kent12321-Aug-12 2:29 
GeneralRe: Not Understanding Delegates (User Error) Pin
Eddy Vluggen21-Aug-12 2:56
professionalEddy Vluggen21-Aug-12 2:56 
GeneralRe: Not Understanding Delegates (User Error) Pin
Clark Kent12321-Aug-12 4:28
professionalClark Kent12321-Aug-12 4:28 
GeneralRe: Not Understanding Delegates (User Error) Pin
Eddy Vluggen21-Aug-12 4:50
professionalEddy Vluggen21-Aug-12 4:50 
QuestionMultiple checkbox in Excel file Pin
oanaa1119-Aug-12 21:20
oanaa1119-Aug-12 21:20 
AnswerRe: Multiple checkbox in Excel file Pin
Sonhospa19-Aug-12 23:37
Sonhospa19-Aug-12 23:37 
AnswerRe: Multiple checkbox in Excel file Pin
Clark Kent12320-Aug-12 3:26
professionalClark Kent12320-Aug-12 3:26 
AnswerStore Keywords in Excel doc Pin
David Mujica20-Aug-12 4:02
David Mujica20-Aug-12 4:02 
AnswerCode snipet Pin
David Mujica20-Aug-12 4:30
David Mujica20-Aug-12 4:30 
GeneralRe: Code snipet Pin
oanaa1120-Aug-12 20:10
oanaa1120-Aug-12 20:10 
QuestionHow to code the next button Pin
garyu8717-Aug-12 22:09
garyu8717-Aug-12 22:09 
AnswerRe: How to code the next button Pin
Eddy Vluggen18-Aug-12 2:05
professionalEddy Vluggen18-Aug-12 2:05 
GeneralRe: How to code the next button Pin
garyu8718-Aug-12 2:38
garyu8718-Aug-12 2:38 

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.