我正在尝试使用Windows窗体应用程序中的SQL Server数据库配置我的应用程序。在我的function test() {
return '<!doctype html><html><head><title>Test<title></head><body> <script>window.location = "http://example.com?q=WHERE"</script></body></html>';
}
中,我尝试通过以下代码来获取异常。
在我的代码中,我像这样初始化了我的SQL连接
SQL Server连接:
app.config
例外:
System.Data.dll中出现未处理的“System.TypeInitializationException”类型异常
附加信息:'System.Data.SqlClient.SqlConnection'的类型初始值设定项引发了异常。
配置:
myConn = new SqlConnection("Server = localhost; Initial Catalog= dbName;
Trusted_Connection = True");