Click here to Skip to main content
15,919,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linking DLL's Pin
joeller7-Nov-06 3:42
professionaljoeller7-Nov-06 3:42 
GeneralRe: Linking DLL's Pin
Mark Salsbery7-Nov-06 5:27
Mark Salsbery7-Nov-06 5:27 
GeneralRe: Linking DLL's Pin
joeller7-Nov-06 8:08
professionaljoeller7-Nov-06 8:08 
GeneralRe: Linking DLL's Pin
Mark Salsbery7-Nov-06 8:17
Mark Salsbery7-Nov-06 8:17 
AnswerRe: Linking DLL's Pin
Michael Dunn6-Nov-06 16:14
sitebuilderMichael Dunn6-Nov-06 16:14 
GeneralRe: Linking DLL's Pin
joeller7-Nov-06 4:21
professionaljoeller7-Nov-06 4:21 
GeneralRe: Linking DLL's Pin
Mark Salsbery7-Nov-06 6:47
Mark Salsbery7-Nov-06 6:47 
GeneralRe: Linking DLL's Pin
joeller7-Nov-06 9:11
professionaljoeller7-Nov-06 9:11 
That was two years ago, I no longer remember were we read it. We were creating an ASP.Net application and we noted that after each build there was a copy of all the dll's we were using in the project's bin directory. We checked in out, and found that this behavior was as designed. Supposedly it was to allieviate the issues of DLL Hell to which the first replier referred to, as the application would always have the the version dll with which that it was compiled to work. The other advantage was that it facilitated the use of XCopy to deploy your application without worrying whether the dll that was needed was registered on the machine to which you were deploying. (The customer liked it because he did not have to register third party dll's on his server.) I found it irritating because I had come from a VB 6.0 background where you only had to set binary compatibility then you could replace the dll without having to re-register it.

I ran a google check before answering this entry. But I was not able to locate the place I read it. Could have been a book. Could have been 4GuysFromRolla. Found an entry in MSDN about referencing assemblies. Found a forum entry from a guy that found out the same thing we did. (He asked the question then posted the answer himself when no one answered him.) I am sorry I can't give you a better answer.

E.R. Joell MCSD MCDBA
GeneralRe: Linking DLL's Pin
Mark Salsbery7-Nov-06 9:33
Mark Salsbery7-Nov-06 9:33 
GeneralRe: Linking DLL's Pin
joeller7-Nov-06 10:24
professionaljoeller7-Nov-06 10:24 
GeneralRe: Linking DLL's Pin
Michael Dunn7-Nov-06 15:16
sitebuilderMichael Dunn7-Nov-06 15:16 
QuestionCListCtrl SetItemPosition Pin
skullfire6-Nov-06 8:23
skullfire6-Nov-06 8:23 
QuestionHow to save captured screen as jpg/jpeg file? Pin
edvintas6-Nov-06 8:02
edvintas6-Nov-06 8:02 
AnswerRe: How to save captured screen as jpg/jpeg file? Pin
Mark Salsbery6-Nov-06 8:12
Mark Salsbery6-Nov-06 8:12 
GeneralRe: How to save captured screen as jpg/jpeg file? Pin
edvintas6-Nov-06 9:03
edvintas6-Nov-06 9:03 
GeneralRe: How to save captured screen as jpg/jpeg file? Pin
Mark Salsbery6-Nov-06 10:42
Mark Salsbery6-Nov-06 10:42 
AnswerRe: How to save captured screen as jpg/jpeg file? Pin
Hamid_RT6-Nov-06 20:57
Hamid_RT6-Nov-06 20:57 
QuestionCombineRegion() Pin
Waldermort6-Nov-06 7:33
Waldermort6-Nov-06 7:33 
QuestionRegular expression!!! Pin
_AnsHUMAN_ 6-Nov-06 6:34
_AnsHUMAN_ 6-Nov-06 6:34 
AnswerRe: Regular expression!!! Pin
toxcct6-Nov-06 6:46
toxcct6-Nov-06 6:46 
QuestionRe: Regular expression!!! Pin
David Crow6-Nov-06 7:42
David Crow6-Nov-06 7:42 
AnswerRe: Regular expression!!! Pin
Chris Losinger6-Nov-06 8:49
professionalChris Losinger6-Nov-06 8:49 
QuestionRe: Regular expression!!! Pin
kakan6-Nov-06 19:21
professionalkakan6-Nov-06 19:21 
AnswerRe: Regular expression!!! Pin
_AnsHUMAN_ 6-Nov-06 19:32
_AnsHUMAN_ 6-Nov-06 19:32 
QuestionRe: Regular expression!!! [modified] Pin
kakan6-Nov-06 19:38
professionalkakan6-Nov-06 19: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.