码迷,mamicode.com
首页 > Web开发 > 详细

Installshield DLL函数调用失败:ISRT._DotNetCoCreateObject

时间:2018-07-05 12:13:38      阅读:953      评论:0      收藏:0      [点我收藏+]

标签:技术分享   函数   解决方案   inf   nbsp   rip   dll   visible   controls   

问题描述:在安装时需输入一串字符,要调用C#封装好的DLL进行处理。使用InstallScript调用DLL方法一直失败,提示错误如下图。

 

 技术分享图片

 

工具:Installshield 2015

      Visual Studio 2017

  

解决方案:

C#代码部分

TestClass.cs,定义三个方法。命名空间为LibTest,类名为TestClass。

 技术分享图片

 

AssemblyInfo.cs,将ComVisible设为true;

 技术分享图片

 

 

将生成的LibTest.dll放到SUPPORTDIR里。

 技术分享图片

 

 

InstallSctript脚本

 技术分享图片

 

 

Installshield DLL函数调用失败:ISRT._DotNetCoCreateObject

标签:技术分享   函数   解决方案   inf   nbsp   rip   dll   visible   controls   

原文地址:https://www.cnblogs.com/QQ278737076/p/9267420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!