See the end of the message instead of this dialog box
to display on-demand debugging.
************** Exception text **************
System.ComponentModel.Win32Exception (0x80004005): Access is denied
in System.Diagnostics.ProcessManager.OpenProcess (Int32 processId, Int32 access, Boolean throwIfExited)
in System.Diagnostics.Process.GetProcessHandle (Int32 access, Boolean throwIfExited)
in System.Diagnostics.Process.OpenProcessHandle (Int32 access)
in System.Diagnostics.Process.get_Handle ()
in unX_Fish_Bot.Form1.Inject (Object procname)
in unX_Fish_Bot.Form1.BlackShadesNetButton4_Click (Object sender, EventArgs e)
in System.Windows.Forms.Control.OnClick (EventArgs e)
in System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc (Message & m)
in System.Windows.Forms.Control.ControlNativeWindow.O nMessage (Message & m)
in System.Windows.Forms.Control.ControlNativeWindow.W ndProc (Message & m)
in System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded fittings **************
mscorlib
Assembly version: 4.0.0.0
Win32 version: 4.8.4075.0 built by: NET48REL1LAST
Code Base: file: /// C: /Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
unX Fish Bot
Assembly version: 1.0.0.0
Win32 version: 1.0.0.0
Code base: file: /// C: /Users/carlm/Desktop/unX%20Fish%20Bot.exe
----------------------------------------
Microsoft.VisualBasic
Assembly version: 10.0.0.0
Win32 version: 14.8.3752.0 built by: NET48REL1
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly version: 4.0.0.0
Win32 version: 4.8.4001.0 built by: NET48REL1LAST_C
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
Assembly version: 4.0.0.0
Win32 version: 4.8.4110.0 built by: NET48REL1LAST_B
Code Base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
Assembly version: 4.0.0.0
Win32 version: 4.8.4042.0 built by: NET48REL1LAST_C
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly version: 4.0.0.0
Win32 version: 4.8.3752.0 built by: NET48REL1
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly version: 4.0.0.0
Win32 version: 4.8.3752.0 built by: NET48REL1
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly version: 4.0.0.0
Win32 version: 4.8.3752.0 built by: NET48REL1
Code Base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly version: 4.0.0.0
Win32 version: 4.8.3752.0 built by: NET48REL1
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Windows.Forms.resources
Assembly version: 4.0.0.0
Win32 version: 4.8.3752.0 built by: NET48REL1
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_en_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Assembly version: 4.0.0.0
Win32 version: 4.8.3752.0 built by: NET48REL1
Code base: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_en_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
************** On-Demand (JIT) Troubleshooting **************
To enable on-demand (JIT) debugging
jitDebugging to the application .config file, or
machine configuration file (machine.config), system.windows.forms
section. In addition, the application is enabled for debugging
to be translated.
Example:
<Configuration>
<system.windows.forms jitDebugging = "true" />
</ Configure