开发者

How to publishh shared addin in vs2008 to clickonce?

开发者 https://www.devze.com 2023-03-05 08:13 出处:网络
I have a windows application which i am publishing to ClickOnce deployment along with it i am adding a Shared Addin dll and setting the property it as content.

I have a windows application which i am publishing to ClickOnce deployment along with it i am adding a Shared Addin dll and setting the property it as content. So when i click on ClickOnce applicaiton the .exe and Shared addin dll copies to the directory and using the exe i need to register th开发者_开发知识库e dll. Can it be automated?? How do we publish shared addin as clickonce? I am using VS2008


I assume from the fact you want to register the dll that we're talking COM. ClickOnce doesn't register dlls, but you don't need to register it if you use registration free COM. Check this link for details on how to do this with ClickOnce.

0

精彩评论

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