When I package up my application and distribute to my users, all of its references are placed into the same directory as my application.
If I make a modification that adds another reference to my project, will I have to re-install my application on every workstation, or could I get away with coping the new executable and references to each workstation?
I read somewhere that the .NET Framework gets away from "DLL Hell" by performing a true "XCopy". Is this true?
-lucyv
If I make a modification that adds another reference to my project, will I have to re-install my application on every workstation, or could I get away with coping the new executable and references to each workstation?
I read somewhere that the .NET Framework gets away from "DLL Hell" by performing a true "XCopy". Is this true?
-lucyv