daveshack
May 9th, 2007, 06:04 PM
Hi All,
I have a deployment question that has really slowed me down for a couple of days. I am using VS 2005 and am attempting to deploy a Class Library that will be used by an existing application.
Let me explain the architecture.
1. Existing Application
2. Calls a VB6 dll that
3. Calls a VB.NET Class Library
I have updated the VB6 dll to call the VB.Net Class Library. This is compiled and working on my development machine.
What I want to acheive is to include the VB6 dll in my deployment project, unregister it on the target machine, copy the updated version (that calls my .NET Class Library) and re-register is on the target machine.
I have created a deployment package, however it is not including the VB6 dll when installing the package. After running setup.exe the existing VB6 dll is still the original version and not the version that I have on my development machine. I have a sickening feeling that I have failed to do something simple.
Any help would be appreciated.
Cheers,
Dave
I have a deployment question that has really slowed me down for a couple of days. I am using VS 2005 and am attempting to deploy a Class Library that will be used by an existing application.
Let me explain the architecture.
1. Existing Application
2. Calls a VB6 dll that
3. Calls a VB.NET Class Library
I have updated the VB6 dll to call the VB.Net Class Library. This is compiled and working on my development machine.
What I want to acheive is to include the VB6 dll in my deployment project, unregister it on the target machine, copy the updated version (that calls my .NET Class Library) and re-register is on the target machine.
I have created a deployment package, however it is not including the VB6 dll when installing the package. After running setup.exe the existing VB6 dll is still the original version and not the version that I have on my development machine. I have a sickening feeling that I have failed to do something simple.
Any help would be appreciated.
Cheers,
Dave