Click here to Skip to main content
15,889,849 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Connection string in VB.Net 2003 Pin
Dave Kreskowiak23-Oct-07 2:06
mveDave Kreskowiak23-Oct-07 2:06 
GeneralRe: Connection string in VB.Net 2003 Pin
kendo1723-Oct-07 2:30
kendo1723-Oct-07 2:30 
GeneralRe: Connection string in VB.Net 2003 Pin
Dave Kreskowiak23-Oct-07 3:45
mveDave Kreskowiak23-Oct-07 3:45 
GeneralRe: Connection string in VB.Net 2003 Pin
aransiola23-Oct-07 23:04
aransiola23-Oct-07 23:04 
GeneralRe: Connection string in VB.Net 2003 Pin
Dave Kreskowiak24-Oct-07 1:13
mveDave Kreskowiak24-Oct-07 1:13 
AnswerRe: Connection string in VB.Net 2003 Pin
AliAmjad22-Oct-07 23:14
AliAmjad22-Oct-07 23:14 
QuestionAbout the the .dll version I include in my application Pin
albeeeta22-Oct-07 6:31
albeeeta22-Oct-07 6:31 
AnswerRe: About the the .dll version I include in my application Pin
Dave Kreskowiak22-Oct-07 8:50
mveDave Kreskowiak22-Oct-07 8:50 
When you early bind to a .DLL from another project, part of the fully qualified name in the binding is the assembly version number. The code doesn't just look for the correct filename. It also looks for the correct version is was bound to.

It has nothing to do with COM Interop.

What you have to do is redirect that binding to the version of the assembly you want it to use. Look in this article[^]. What you're looking for is "BindingRedirect".



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionRe: About the the .dll version I include in my application Pin
albeeeta22-Oct-07 20:24
albeeeta22-Oct-07 20:24 
AnswerRe: About the the .dll version I include in my application Pin
Dave Kreskowiak23-Oct-07 1:50
mveDave Kreskowiak23-Oct-07 1:50 
AnswerRe: About the the .dll version I include in my application Pin
Dave Kreskowiak23-Oct-07 2:02
mveDave Kreskowiak23-Oct-07 2:02 
AnswerRe: About the the .dll version I include in my application Pin
AliAmjad22-Oct-07 23:09
AliAmjad22-Oct-07 23:09 
QuestionRe: About the the .dll version I include in my application Pin
albeeeta23-Oct-07 0:49
albeeeta23-Oct-07 0:49 
AnswerRe: About the the .dll version I include in my application Pin
AliAmjad23-Oct-07 1:16
AliAmjad23-Oct-07 1:16 
AnswerRe: About the the .dll version I include in my application Pin
albeeeta24-Oct-07 20:37
albeeeta24-Oct-07 20:37 
QuestionNeed some suggestions. Pin
BubbaGeeNH22-Oct-07 6:17
BubbaGeeNH22-Oct-07 6:17 
AnswerRe: Need some suggestions. Pin
Dave Kreskowiak22-Oct-07 9:48
mveDave Kreskowiak22-Oct-07 9:48 
GeneralRe: Need some suggestions. Pin
Christian Graus22-Oct-07 12:15
protectorChristian Graus22-Oct-07 12:15 
Questionvisual Basic + Excel Pin
rpimpley22-Oct-07 2:40
rpimpley22-Oct-07 2:40 
AnswerRe: visual Basic + Excel Pin
Onisan200022-Oct-07 3:49
Onisan200022-Oct-07 3:49 
GeneralRe: visual Basic + Excel Pin
rpimpley22-Oct-07 18:13
rpimpley22-Oct-07 18:13 
GeneralRe: visual Basic + Excel Pin
Onisan200024-Oct-07 1:18
Onisan200024-Oct-07 1:18 
QuestionHow to insert a background image to a webbrowser control? Pin
King of Kingz22-Oct-07 2:05
King of Kingz22-Oct-07 2:05 
AnswerRe: How to insert a background image to a webbrowser control? Pin
Vasudevan Deepak Kumar22-Oct-07 4:22
Vasudevan Deepak Kumar22-Oct-07 4:22 
QuestionReg:Image Data retrival Form SQL SERVER 2000 Pin
Satish_S22-Oct-07 1:15
Satish_S22-Oct-07 1:15 

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.