I thought I read somewhere that once you compile a DLL, if you remove anything from that DLL, it will mess up the entire registered version and would not operate properly.
If you make modifications to your project and save them, but do not recompile, the original DLL is fine. The original DLL only changes if you recompile the source code.
(I think this is what you are asking)
djsiders,
thx for the quick response. I should have clarifed my question a little better. I do understand that the original DLL will be changed only when I recompile the source code, but I guess what I need to ask is:
Will the registry entry of the DLL be different (and therefore, not work) if I remove a prodcedure or property that isn't being used anymore, recompile and replace the dll on the server?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.