来自第三方软件的参考 [英] refference from 3rd party software

查看:52
本文介绍了来自第三方软件的参考的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用自己的个人类库,其中包括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组件的免注册激活". />
您可以先阅读 [ [ ^ ],然后您可以进入
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.


这篇关于来自第三方软件的参考的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆