I have created a VS.NET Deployment project that should ideally call Regasm.exe on a couple of assemblies...for some reason, Regasm fails to execute (I don't get any errors, but Regasm is not executing either). I know that this should work, because Regasm works great from the command line on these same assemblies. I have tried a few different things:
1) Setting the Register property of the .dll to vsdraCOM
2) Setting the Register property of the .dll to vsdraCOMRelativePath
3) Installing Regasm.exe into the application folder during the installation and then calling it with the arguments "my.dll /codebase" as a custom action after Install.
Any ideas on this?
1) Setting the Register property of the .dll to vsdraCOM
2) Setting the Register property of the .dll to vsdraCOMRelativePath
3) Installing Regasm.exe into the application folder during the installation and then calling it with the arguments "my.dll /codebase" as a custom action after Install.
Any ideas on this?