来自第三方软件的参考

编程入门 行业动态 更新时间:2024-10-24 08:27:00
本文介绍了来自第三方软件的参考的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在使用自己的个人类库,其中包括Mysql的ADO.Net驱动程序和Windows Media Encoder SDK.我以前遇到的问题是,当我在另一台PC上安装我的库时,收到的错误很少,但我通过安装两个引用对其进行了修复.

i''m working on my own personal class library which includes ADO.Net driver for Mysql, and Windows Media Encoder SDK. problem i have before is when i installed my library on the other pc, i received few error but i fixed it by installing the two reference. Is there a way i can use my class library without installing them to any pc?

推荐答案

它称为"COM组件的免注册激活". /> 您可以先阅读此 [ ^ ],然后这 [ ^ ],然后您可以进入此列表 [ ^ ]以获取更多信息. 这有点棘手,您必须确保将组件所需的所有内容都包括在内.坦白说,如果您使用的是Media Encoder SDK,则最好只安装可再发行组件. It''s called "Registration Free Activation of COM components". You can start by reading this[^], then this[^], and then you can go down this list[^] for more information. It''s a bit tricky and you have to make sure you are including everything that the your components need. Frankly, if you''re using the Media Encoder SDK, it''s best to just install the redistributable.

如果您打包所有引用(Microsoft System除外). DLL文件与应用程序可执行文件并排放置,那么您的程序应该可以正常运行. *如果使用COM互操作DLL文件,则必须将它们安装在目标计算机上. If you package all you references (other than the Microsoft System.*) DLL files along side your application executable, then your program should run fine. * If you are using COM interop DLL files then these must be installed on the target machine.

更多推荐

来自第三方软件的参考

本文发布于:2023-10-12 23:22:48,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1486178.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:第三方软件

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!