Click here to Skip to main content
15,909,953 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIndependent Application Instances Pin
hrodberaht19-Sep-06 22:11
hrodberaht19-Sep-06 22:11 
AnswerRe: Independent Application Instances Pin
Marco Turrini19-Sep-06 22:46
Marco Turrini19-Sep-06 22:46 
GeneralRe: Independent Application Instances Pin
hrodberaht19-Sep-06 22:53
hrodberaht19-Sep-06 22:53 
QuestionDLL Problem Pin
Sasmi19-Sep-06 21:46
Sasmi19-Sep-06 21:46 
AnswerRe: DLL Problem Pin
Christian Graus19-Sep-06 21:49
protectorChristian Graus19-Sep-06 21:49 
GeneralRe: DLL Problem Pin
Sasmi19-Sep-06 21:58
Sasmi19-Sep-06 21:58 
QuestionDLL Problem Pin
Sasmi19-Sep-06 21:10
Sasmi19-Sep-06 21:10 
AnswerRe: DLL Problem Pin
Christian Graus19-Sep-06 21:19
protectorChristian Graus19-Sep-06 21:19 
I assume this is a COM dll, otherwise you could just put the dlls in the directories with the apps and it would be fine.

You've done the wrong thing, and there's no easy way around it. If you're going to change a COM dll, you need to generate a new GUID so you have a new version. Either way, you should never break existing functionality, only add new functionality.

In .NET, dlls are not registered, and are just loaded from the local directory. This change was made because the recommended way to use COM would work fine, but too many people just didn't bother to do it properly/thoughtfully.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

Questioncomma delimited text file Pin
minniemooo19-Sep-06 20:30
minniemooo19-Sep-06 20:30 
AnswerRe: comma delimited text file Pin
_AK_19-Sep-06 21:47
_AK_19-Sep-06 21:47 
Questionstop refresh of drawing Pin
amilapradeep19-Sep-06 17:41
amilapradeep19-Sep-06 17:41 
AnswerRe: stop refresh of drawing Pin
Christian Graus19-Sep-06 17:44
protectorChristian Graus19-Sep-06 17:44 
GeneralRe: stop refresh of drawing Pin
Dave Kreskowiak20-Sep-06 2:11
mveDave Kreskowiak20-Sep-06 2:11 
GeneralRe: stop refresh of drawing Pin
Christian Graus20-Sep-06 10:46
protectorChristian Graus20-Sep-06 10:46 
AnswerRe: stop refresh of drawing Pin
Dave Kreskowiak20-Sep-06 2:10
mveDave Kreskowiak20-Sep-06 2:10 
AnswerRe: stop refresh of drawing Pin
Uber126-Sep-06 10:28
Uber126-Sep-06 10:28 
QuestionProblems accessing form from module Pin
projecthiphop19-Sep-06 17:22
projecthiphop19-Sep-06 17:22 
Questionurgent~~~~please help!!!! Pin
JackieWill19-Sep-06 16:11
JackieWill19-Sep-06 16:11 
AnswerRe: urgent~~~~please help!!!! Pin
Christian Graus19-Sep-06 16:43
protectorChristian Graus19-Sep-06 16:43 
GeneralRe: urgent~~~~please help!!!! Pin
JackieWill19-Sep-06 18:16
JackieWill19-Sep-06 18:16 
GeneralRe: urgent~~~~please help!!!! Pin
Christian Graus19-Sep-06 18:57
protectorChristian Graus19-Sep-06 18:57 
GeneralRe: urgent~~~~please help!!!! Pin
nlindley720-Sep-06 3:07
nlindley720-Sep-06 3:07 
Questionchange data grid background color?? Pin
campbells19-Sep-06 15:45
campbells19-Sep-06 15:45 
Questionadvanced questions about usercontrols Pin
schachmat19-Sep-06 10:41
schachmat19-Sep-06 10:41 
AnswerRe: advanced questions about usercontrols Pin
Christian Graus19-Sep-06 11:27
protectorChristian Graus19-Sep-06 11:27 

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.