Click to See Complete Forum and Search --> : Re-deploy vb.net application


Elliott
October 13th, 2002, 03:23 PM
In VB6, if you needed to re-deploy an upgraded dll, you copied over the original and registered the new dll. The application then ran with the new dll.

Is there a method of doing this in VB.NET?

DSJ
October 14th, 2002, 08:41 AM
I think all you need to do is overwrite the old DLL with the new.