更新Mysql连接器参考,而无需重新编译.Net代码. [英] Updating Mysql connector reference without recompiling .Net code.

查看:80
本文介绍了更新Mysql连接器参考,而无需重新编译.Net代码.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在不重新编译.net代码的情况下为.Net控制台应用程序更新mysql连接器参考.

我们已经开发了使用mysql连接器[5.0.7]与mysql数据库进行交互的控制台应用程序,现在我们面临该连接器版本的问题,因此我们希望将mysql连接器更新为较新的版本[6.3.7]. >
因此,请提供一个解决方案来更新mysql连接器参考,而无需重新编译.net代码.

谢谢inadvance

How to update mysql connector reference for .Net console applications without recompiling the .net code.

We have developed console applications which interact with mysql database, with mysql connector[5.0.7], and now we were facing problem with this version of connector so we want to update mysql connector to newer version[6.3.7].

So please give a solution to update mysql connector reference without recompiling the .net code.

Thanks inadvance

推荐答案

恐怕不行.您仍然需要重新编译代码,因为您的引用具有重大的版本更改,因此,升级版本中可能使用的某些名称空间和类可能已更改.
I''m afraid no. You still need to recompile your code because your reference has a major version change, so chances are some of the namespaces and classes that you have used might have changed in the upgraded version.


找到了一些此链接中的有用信息

重定向程序集版本 [
Found some useful information at this link

Redirecting Assembly Versions[^]


Hope this may help to someone.


这篇关于更新Mysql连接器参考,而无需重新编译.Net代码.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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