hey men,
Go to the project references and set the option "Embed Interop Types" for each NetOffice assembly to 'false'
You have to register .net addins with Regasm. (regsvr32 can't handle .Net assemblies) Gacutil is not required.
Make sure your assembly is com visible in project options!
*sebastian
Go to the project references and set the option "Embed Interop Types" for each NetOffice assembly to 'false'
You have to register .net addins with Regasm. (regsvr32 can't handle .Net assemblies) Gacutil is not required.
Make sure your assembly is com visible in project options!
*sebastian