From Wikipedia, the free encyclopedia

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

                            • Exception Text **************

Kissle.APIWebException: Action "login" failed, the query string was and the post string was lgname=Osarius&lgpassword=*******. --->System.Net.WebException: The remote server returned an error: (403) Forbidden.

  at System.Net.HttpWebRequest.GetResponse()
  at Kissle.API.MakeAPIRequest(String action, String query, String post)
  --- End of inner exception stack trace ---
  at Kissle.API.MakeAPIRequest(String action, String query, String post)
  at Kissle.API.Login()
  at Kissle.Login.btnLogin_Click(Object sender, EventArgs e)
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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.4200 (NetFxQFE.050727-4200)
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

Kissle

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.exe

System

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

Kissle.Commons

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.Commons.DLL

System.Windows.Forms

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

GetCSD

   Assembly Version: 1.0.0.0
   Win32 Version: 1.0.0.0
   CodeBase: file:///C:/Users/James/Documents/Kissle/GetCSD.DLL

Kissle.NPP.Analysis

   Assembly Version: 0.2.3660.34852
   Win32 Version: 0.2.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.NPP.Analysis.DLL

Kissle.NPP.Commons

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.NPP.Commons.DLL

Kissle.NPP

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.NPP.DLL

System.Web

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.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.

From Wikipedia, the free encyclopedia

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

                            • Exception Text **************

Kissle.APIWebException: Action "login" failed, the query string was and the post string was lgname=Osarius&lgpassword=*******. --->System.Net.WebException: The remote server returned an error: (403) Forbidden.

  at System.Net.HttpWebRequest.GetResponse()
  at Kissle.API.MakeAPIRequest(String action, String query, String post)
  --- End of inner exception stack trace ---
  at Kissle.API.MakeAPIRequest(String action, String query, String post)
  at Kissle.API.Login()
  at Kissle.Login.btnLogin_Click(Object sender, EventArgs e)
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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.4200 (NetFxQFE.050727-4200)
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

Kissle

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.exe

System

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

Kissle.Commons

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.Commons.DLL

System.Windows.Forms

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

GetCSD

   Assembly Version: 1.0.0.0
   Win32 Version: 1.0.0.0
   CodeBase: file:///C:/Users/James/Documents/Kissle/GetCSD.DLL

Kissle.NPP.Analysis

   Assembly Version: 0.2.3660.34852
   Win32 Version: 0.2.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.NPP.Analysis.DLL

Kissle.NPP.Commons

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.NPP.Commons.DLL

Kissle.NPP

   Assembly Version: 0.5.3660.34852
   Win32 Version: 0.5.3660.34852
   CodeBase: file:///C:/Users/James/Documents/Kissle/Kissle.NPP.DLL

System.Web

   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
   CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.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.


Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook