Jump to content

Microsoft .NET Framework

dual290x

Fellow Techies,

Can anyone give me some insight on this?

 

Microsoft .NET Framework

 

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

 

Value cannot be be null.

Parameter name: text

 

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: text
   at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
   at WindowsFormsApplication1.Form1.timer1_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1087.0 built by: NETFXREL4STAGE
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
WindowsFormsApplication1
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Robert/AppData/Roaming/Dibifu_8/go.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1087.0 built by: NETFXREL4STAGE
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1087.0 built by: NETFXREL4STAGE
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1087.0 built by: NETFXREL4STAGE
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.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.

 

Instructions for frustration management:  

1) Sit at desk.   2) Repeatedly slam forehead against desk.

 

I never said I was smart, just smart enough to be dangerous.

 

 

ORLY?

……..'|:::::::,': : : : : : :_„„-: : : : : : : : ~--„_: |'
………|::::::|: : : „--~~'''~~''''''''-„…_..„~''''''''''''¯|
………|:::::,':_„„-|: : :_„---~: : :|''¯¯''''|: ~---„_: ||
……..,~-,_/'': : : |:    ͡° ͜ʖ ͡°) : |: : : :|:  ( ͡° ͜ʖ ͡°)): \..|
……../,'-,: : : : : ''-,_______,-'': : : : ''-„_____|
……..\: :|: : : : : : : : : : : : : :„: : : : :-,: : : : : : : ?
………',:': : : : : : : : : : : : :,-'__: : : :_',: : : : ;: ,'
……….'-,-': : : : : :___„-: : :'': : ¯''~~'': ': : ~--|'
………….|: ,: : : : : : : : : : : : : : : : : : : : : :: :
………….'|: \: : : : : : : : -,„_„„-~~--~--„_: :: |
…………..|: \: : : : : : : : : : : :-------~: : : : : |
You have been visited by the propane god, I tell ya hwat. Repost this on 5 more profiles or Hank Hill will bring the propain.

- credit to, @Cinnabar Sonar

Link to comment
Share on other sites

Link to post
Share on other sites

debugging my code right now, and im mindfucked, have a similar issue as yours but for a web utility

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×