Created
March 12, 2017 18:33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See the end of this message for details on invoking | |
just-in-time (JIT) debugging instead of this dialog box. | |
************** Exception Text ************** | |
System.ArgumentException: Invalid value for key 'attachdbfilename'. | |
at System.Data.SqlClient.SqlConnectionString.VerifyLocalHostAndFixup(String& host, Boolean enforceLocalHost, Boolean fixup) | |
at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) | |
at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) | |
at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) | |
at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) | |
at gazi_installer.Form1.Form1_Load(Object sender, EventArgs e) in C:\Users\Can\Desktop\c_sharp_gazi_installer\Gazi Installer\gazi_installer\Form1.cs:line 39 | |
at System.Windows.Forms.Form.OnLoad(EventArgs e) | |
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) | |
at System.Windows.Forms.Control.CreateControl() | |
at System.Windows.Forms.Control.WmShowWindow(Message& m) | |
at System.Windows.Forms.Control.WndProc(Message& m) | |
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) | |
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) | |
************** Loaded Assemblies ************** | |
mscorlib | |
Assembly Version: 2.0.0.0 | |
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) | |
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll | |
---------------------------------------- | |
gazi_installer | |
Assembly Version: 1.0.0.0 | |
Win32 Version: 1.0.0.0 | |
CodeBase: file:///C:/Users/User/Downloads/Debug/gazi_installer.exe | |
---------------------------------------- | |
System.Windows.Forms | |
Assembly Version: 2.0.0.0 | |
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) | |
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll | |
---------------------------------------- | |
System | |
Assembly Version: 2.0.0.0 | |
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) | |
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll | |
---------------------------------------- | |
System.Drawing | |
Assembly Version: 2.0.0.0 | |
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) | |
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll | |
---------------------------------------- | |
System.Data | |
Assembly Version: 2.0.0.0 | |
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) | |
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll | |
---------------------------------------- | |
System.Xml | |
Assembly Version: 2.0.0.0 | |
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) | |
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll | |
---------------------------------------- | |
System.Configuration | |
Assembly Version: 2.0.0.0 | |
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400) | |
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll | |
---------------------------------------- | |
************** JIT Debugging ************** | |
To enable just-in-time (JIT) debugging, the .config file for this | |
application or computer (machine.config) must have the | |
jitDebugging value set in the system.windows.forms section. | |
The application must also be compiled with debugging | |
enabled. | |
For example: | |
<configuration> | |
<system.windows.forms jitDebugging="true" /> | |
</configuration> | |
When JIT debugging is enabled, any unhandled exception | |
will be sent to the JIT debugger registered on the computer | |
rather than be handled by this dialog box. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment