Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在VS2008(C)中使用Firebird时出现问题_C#_Visual Studio 2008_Firebird - Fatal编程技术网

C# 在VS2008(C)中使用Firebird时出现问题

C# 在VS2008(C)中使用Firebird时出现问题,c#,visual-studio-2008,firebird,C#,Visual Studio 2008,Firebird,早上好,我正在尝试导入Firebird.Client的DLL以用于VS2008,但每次我添加对DLL的引用时,我都会收到以下消息: Warning 1 The referenced component 'FirebirdSql.Data.FirebirdClient' could not be found. 我曾尝试将引用路径添加到项目中,但它没有解决问题 还有什么我能做的吗 提前谢谢 链接到我下载客户的地方: 当我收到一个新的Windows 7工作站时,我遇到了同样的问题-它似乎影响

早上好,我正在尝试导入Firebird.Client的DLL以用于VS2008,但每次我添加对DLL的引用时,我都会收到以下消息:

Warning 1   The referenced component 'FirebirdSql.Data.FirebirdClient' could not be found.  
我曾尝试将引用路径添加到项目中,但它没有解决问题

还有什么我能做的吗

提前谢谢

链接到我下载客户的地方:

当我收到一个新的Windows 7工作站时,我遇到了同样的问题-它似乎影响了Windows 7上的Visual Studio 2008。在VS2008中,在我的旧Windows XP机器上,一切都运行良好。不幸的是,我的最终解决方案是将所有内容迁移到VisualStudio2010

发现了问题,要在VS2008中使用Firebird,我必须使用Firebird客户机的旧版本,这很好。厉害?没有那么多,但如果你像我一样别无选择,你也可以试试,只要使用:


具有实体框架支持的.NET 3.5/2.0版本2.5.2

添加下载客户端的链接。但VS2008不适用于Windows Mobile 6的NET CF 3.5。它只适用于Windows7手机。还有一个问题,我有一个巨大的WindowsMobile6项目,许多公司仍在使用,他们不打算这么早就更换智能手机。