|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Application using old DLLsWe have a web app that includes a number of dlls. These cover all sorts of things such as email handling, error handling, data access etc. The email handler dll has been modified a number of times but it seems that the old versions are still being referenced somewhere. So when we modify a method, then re-copy the dll up to the web server, the code in the old method is still running, not the new stuff. How would this be so? Is a machine reboot the same as am IIS reset and should I do this? Under the Framework\v1.1.4322\Temporary ASP.NET Files\applicationName folder, there are a couple of folders with assemblies, but all the assemblies are from way back, not this week when we put a new build up. Is that an error? Thanks all any pointers would be great. Jon |
|||||||||||||||||||||||