T
tneon1
Guest
I am developing a C++ 2005 AxtiveX wrapper for a C# 2019 dll. the issue I have is that the I need to copy the C# DLL to the application folder , but cannot figure out how to do this in visual studio 2005 so that when the setup runs the file will copy to the correct folder automatically. When I try to add the C# dll to the application folder in the project I get a error "The operation could not be completed" because I am using the .TLB file in my 2005 project.
The second question I have is after the setup file installs I need to run the regasm for framework 4.7.2 so I think I need to run a batch file at the end of the install, but not sure how to accomplish this in visual studio 2005.
thank you in advance for any help that can be provided.
Tom
Continue reading...
The second question I have is after the setup file installs I need to run the regasm for framework 4.7.2 so I think I need to run a batch file at the end of the install, but not sure how to accomplish this in visual studio 2005.
thank you in advance for any help that can be provided.
Tom
Continue reading...