Hi,
I am developing shared Add-in in visual studio .net 2005 using extensibility projects -> shared add-in in VC++/ATL language. When I create application, it was not given "Common Language Runtime support". When I give CLR support from project properties -> Configuration properties -> general -> Common language runtime support and then compile project it gives me error
"RegAsm : error RA0000 : Could not load file or assembly 'MyAddin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Exception from HRESULT: 0xE0434F4D"
and
"Project : error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry"
Is there any solution for this! please suggest me...
Thanks,
Shyam