开发者

How to register COM dll in VS2008

开发者 https://www.devze.com 2022-12-25 05:31 出处:网络
hi i have crated dll of my c# application and Have signed it but m not getting how to register it as i want to access it in my asp a开发者_高级运维pplication so plz can u provide the steps required fo

hi i have crated dll of my c# application and Have signed it but m not getting how to register it as i want to access it in my asp a开发者_高级运维pplication so plz can u provide the steps required for registration


You need to use regasm.exe in order to expose the managed assembly as COM component:

regasm.exe /codebase YourAssembly.dll

Once registered you could use it as you would any COM object.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号