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