|
-
Oct 9th, 2000, 03:19 PM
#1
Thread Starter
New Member
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
-
Oct 10th, 2000, 03:21 AM
#2
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|