Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cached DLLs
Message
 
To
25/05/2006 11:07:52
Steve Jones
Business Systems Services Uk Ltd
Swansea, United Kingdom
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB.NET 1.1
Miscellaneous
Thread ID:
01124896
Message ID:
01125601
Views:
24
>Is there any way to clear the cached dll's in vb.net code? Basically we have app that has numerous dlls, and when we do updates we have noticed that (randomly) even though users logout of application some dll's get cached and the updated dll is not being used unless PC is restarted.
>
>Is there anyway around this?
>
>Thanks
>Steve

I had a similar issue while trying to add new methods to my com class. What I ended up doing on the web server was (at the command prompt)

net stop w3svc

wait until services stop, then restart them

net start w3svc

This forces clear any dlls for the new ones to be recompiled and loaded next cycle.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform