积极答复者
没有VS环境,如何注册C#编写的DLL

问题
-
答案
-
你可以将RegAsm.exe和RegAsm.exe.config拷贝到你的安装包里,在安装阶段调用regasm注册你的dll.
Sincerely,
Eric
MSDN Subscriber Support in Forum
If you have any feedback of our support, please contact msdnmg@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
全部回复
-
这里有DLPHI调用C# DLL的两种方法
http://blog.csdn.net/genispan/archive/2009/06/24/4294487.aspx
http://blog.csdn.net/zx13525079024 -
你可以将RegAsm.exe和RegAsm.exe.config拷贝到你的安装包里,在安装阶段调用regasm注册你的dll.
Sincerely,
Eric
MSDN Subscriber Support in Forum
If you have any feedback of our support, please contact msdnmg@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.