R
rjack
I migrated a VS 2003 add-in to VS 2005. The VS 2003 add-in is a COM
interface which must continue to be deployed as a COM server. I have
added the project output to the deployment package and I set the
Register property to vsdrpCOM.
If I look at the VS2005 MSI package generated with a viewer, I find the
the CLSID registry setting aren't in the package. Therefore, after
installation running the server fails.
The same deployment package in VS 2003 has all the necessary CLSID
register settings.
How do I fix this?
interface which must continue to be deployed as a COM server. I have
added the project output to the deployment package and I set the
Register property to vsdrpCOM.
If I look at the VS2005 MSI package generated with a viewer, I find the
the CLSID registry setting aren't in the package. Therefore, after
installation running the server fails.
The same deployment package in VS 2003 has all the necessary CLSID
register settings.
How do I fix this?