摘要:Could not load file or assembly 'System.Web.Extensions, Version=1.0.61231.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系统找不到指定的文件 解决方案一: 1、如果你的程序运行在你能控制的服务器上,那么安...
阅读全文
摘要:SqlConnection con = new SqlConnection("server=.;database=myDB;uid=sa;pwd=password;") 改为: SqlConnection con = new SqlConnection("server=.;database=myDB;uid=sa;pwd=password;Connect Timeout=500") ...
阅读全文