【发布时间】:2011-08-12 07:39:08
【问题描述】:
System.IO.FileNotFoundException:无法加载文件或程序集“Microsoft.Practices.EnterpriseLibrary.Data,Version=2.0.0.0,Culture=neutral,PublicKeyToken=null”或其依赖项之一。系统找不到指定的文件。
当我尝试在本地主机上测试我的 web 服务方法时出现此错误。我在这一行得到了错误。
public ICampgroundsNearMeManager campgroundsNearMeManager = ManagerFactory.CreateCampgroundsNearMeManager();
可能出了什么问题?
【问题讨论】:
-
您是否安装了正确版本的 Microsoft Enterprise Library?
标签: .net mysql web-services .net-3.5