2013年4月7日
摘要: Could not load file or assembly '... ...' or one of its dependencies. 由于应用程序配置不正确,应用程序未能启动 ... 两个工程分别是 .net2005下的 C# 和 C++ , C++ 工程使用 C++/CLI 封装了几个功能函数并在 C# 工程中加载使用封装类。在本地运行正常,但发布到其他机器上却出现异常对话框:“ Could not load file or assembly '... ...' or one of its dependencies. 由于应用程序配置不正确,应用程序未能 阅读全文
posted @ 2013-04-07 11:25 小黑混北京 阅读(489) 评论(0) 推荐(0) 编辑
摘要: If your project uses LINQ to SQL for your database access, you may want to use NOLOCK to set the isolation level to ReadUncommitted on your Select statements. The problem is that LINQ does not understand query hints. The way this works with LINQ is by running your Select statements under the context 阅读全文
posted @ 2013-04-07 11:07 小黑混北京 阅读(1591) 评论(0) 推荐(0) 编辑