-
Hi,
Iam developing a dll for an asp application. The problem I have is this. If a work on a win2000 enviroment, and I recompile my DLL all I have to do is close down IIS and unregister the dll, so I can recompile it and test it over and over. However,if I work on the win98 plataform for some reason I can't unregister the dll. The unregister function seems to work but in reality, the dll never gets to be unregistered, because I can't recomile it any more unless I restar my computer. It seems that for some rason it stays in the memory somewhere.
If anybody has had the same problem, plese help
-
Hi,
Well, I did EXACTLY the same thing you did, I have Windows 2000 and a Windows 98 PWS and I had always to re-compile my DLL, but there was no need to restart Windows 98; only restart PWS! .. I don't know how it happened with you?!
However, I suggest you a very poor solution!, open the Registry and search for the DLL name (usually under CLSID keys) and then delete it from there, restart PWS .. and see if it still works!!
Wesam