连接到sql server时获取错误代码

我收到一个错误

在WindowsFormsApplication2.exe中发生第一次机会例外类型'System.NullReferenceException'

附加信息:未将对象引用设置为对象的实例。

如果有这种异常的处理程序,程序可能会安全地继续。]

在从Visual Studio for c#连接到SQL Server 2012期间。 当调试指出错误在:

connectionString = System.Configuration.ConfigurationManager.ConnectionStrings["MyConnection"].ConnectionString;
链接地址: http://www.djcxy.com/p/27979.html

上一篇: getting error code while connecting to sql server

下一篇: VS2010 did not break debug on static constructor exception