Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cached DLLs
Message
 
À
25/05/2006 11:07:52
Steve Jones
Business Systems Services Uk Ltd
Swansea, Royaume Uni
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
Environment:
VB.NET 1.1
Divers
Thread ID:
01124896
Message ID:
01125601
Vues:
21
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform