CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Posts
    1

    Re-deploy vb.net application

    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?

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    I think all you need to do is overwrite the old DLL with the new.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured