Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem overwrite old dll
Message
From
11/07/2002 18:56:42
 
 
To
11/07/2002 15:16:58
Xiaodong Yan
Better Database Solutions
Spring, Texas, United States
General information
Forum:
Visual Basic
Category:
Internet applications
Miscellaneous
Thread ID:
00677706
Message ID:
00677793
Views:
17
>Hi,
>
>We are developing a web site hosted in a shared environment by Interland and using some Visual Basic dlls. Whenever we need to make change, we have to do following put our updated new dll into live web site (I have no problem generating the dll)
>in Vadmin,
>(1)unregister the old dll,
>(2)stop the server,
>(3)WAIT 24 HOURS OR EVEN LONGER so that
>(4)we can upload and register the updated dll and then restart the server.
>
>This sounds rediculus. We have to WAIT otherwise simple not able to overwrite the old dll.
>
>I guess we just don't know how to do it correctly. please help...
>
>~Sheldon

You could try hosting the DLL in an MTS package (NT4) or COM+ application (W2K) so that you only need to shutdown the package/application in order to be able to change components. Of course this adds another layer of instantiation, and these additional programs installed and/or configured.

Now, if you are doing these changes remotely that could add some other issues since you would also need a remote interface for administering these services (MTS/COM+).

Just my .02
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform