Hello. I created a dll for creating reports and registered it on my NT machine. I called it from asp, but now I can't unload it. When I tried to replace the dll on
the server it told me I could not do it.
I did a regsvr32 path /u - no good
I stopped the web server - no good
I had to stop the web server service in order to replace the dll.
I must be doing something wrong. If everytime I add/change a report to this dll, I have to do this, then this will not be acceptable. How can I do this a different way? Can I compile the program to an exe and call it from ASP?
BTW: I'm using VB6 and NT4 with the latest SP
Thanks for any help
Gary
the server it told me I could not do it.
I did a regsvr32 path /u - no good
I stopped the web server - no good
I had to stop the web server service in order to replace the dll.
I must be doing something wrong. If everytime I add/change a report to this dll, I have to do this, then this will not be acceptable. How can I do this a different way? Can I compile the program to an exe and call it from ASP?
BTW: I'm using VB6 and NT4 with the latest SP
Thanks for any help
Gary