PDA

ดูเวอร์ชั่นเต็ม : ขอวิธีแก้ .NET Framework ERROR หน่อยครับ



BzOP07
16th August 2012, 10:34
ผมเข้าเว็บบางเว็บมันจะเด้งขึ้นมา พอกด Quit มันก็เด้งขึ้นมาอีก รำคาญมาก ของแก้หลายวิธีแล้ว ลงเวอร์ชั่นใหม่ ลบ ลง ใหม่ หลายรอบแล้ว อัปเดด Windows ก็ยังไม่หาย


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

Object reference not set to an instance of an object.
____________________________________________

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

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at ResearchCsharpActiveWindows.Form1.T(String ‎, String ‎)
at ResearchCsharpActiveWindows.Form1.CheckTarget(String _target, String _addr)
at ResearchCsharpActiveWindows.Form1.U(Object ‎, EventArgs ‎)
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: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
volumes
Assembly Version: 5.0.0.0
Win32 Version: 5.0.0.0
CodeBase: file:///C:/WINDOWS/system32/volumes.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
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.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.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.

NeLian
16th August 2012, 10:40
ผมเข้าเว็บบางเว็บมันจะเด้งขึ้นมา พอกด Quit มันก็เด้งขึ้นมาอีก รำคาญมาก ของแก้หลายวิธีแล้ว ลงเวอร์ชั่นใหม่ ลบ ลง ใหม่ หลายรอบแล้ว อัปเดด Windows ก็ยังไม่หาย


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

Object reference not set to an instance of an object.
____________________________________________

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

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at ResearchCsharpActiveWindows.Form1.T(String ‎, String ‎)
at ResearchCsharpActiveWindows.Form1.CheckTarget(String _target, String _addr)
at ResearchCsharpActiveWindows.Form1.U(Object ‎, EventArgs ‎)
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: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
volumes
Assembly Version: 5.0.0.0
Win32 Version: 5.0.0.0
CodeBase: file:///C:/WINDOWS/system32/volumes.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
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.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.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.




Window xp เหร่อเจ้าค่ะ

BzOP07
16th August 2012, 10:51
Window xp เหร่อเจ้าค่ะ

ใช่ครับผม !

pop99
16th August 2012, 10:59
สุดจะทนแล้ว ขอแนะนำให้ล้างเครื่องลงวินใหม่จะดีก่าครับ :pleasantry

NeLian
16th August 2012, 11:18
สุดจะทนแล้ว ขอแนะนำให้ล้างเครื่องลงวินใหม่จะดีก่าครับ :pleasantry
เอางั้งเลยนะ

chikuva
16th August 2012, 19:00
Object reference not set to an instance of an object.


เป็นที่การเขียนโปรแกรมที่เว็ปครับไม่น่าจะใช่ที่เครื่องเรา ยังไงลองเปลี่ยน web browser ดูก่อน

BzOP07
16th August 2012, 23:14
Object reference not set to an instance of an object.


เป็นที่การเขียนโปรแกรมที่เว็ปครับไม่น่าจะใช่ที่เครื่องเรา ยังไงลองเปลี่ยน web browser ดูก่อน

เป็นทุกอันเลยครับ IE Firefox Chrome Opera

nakuno
16th August 2012, 23:46
Go to Tools / Internet Options / Advanced and uncheck the box to display a notification about every script error, check the box for Disable Script Debugging (Internet Explorer), and check the box for Disable Script Debugging (Other). Click OK and see if that resolves the problem. If not, read on.
Try reviewing the following article:
Tips for solving problems with Internet Explorer
http://windows.microsoft.com/en-US/windows7/Tips-for-solving-problems-with-Internet-Explorer
If that doesn't resolve the problem, then try the following two procedures in the order presented:
Troubleshooting and Internet Explorers (No Add-ons) Mode [Applies to IE7 & IE8 in all OSS]
http://blogs.msdn.com/ie/archive/2006/07/25/678113.aspx
Does the behavior persist if you Reset IE Advanced settings (RIES)?
http://support.microsoft.com/kb/923737
How to optimize Internet Explorer
http://support.microsoft.com/default.aspx/kb/936213/?p=1

How to troubleshoot Internet Explorer issues in Windows Vista and in Windows XP
http://support.microsoft.com/kb/936215
Hopefully, one of these procedures will resolve your problems with IE. If not, uninstall IE and then re-install it to see if that resolves the problem.
I hope this helps.
Good luck nakuno!

จากที่ผมถามไปก็ได้ประมาณนี้อะครับ ยังไงก็ลองๆดูครับ

ลองอัพเดท Microsoft.NET ทุกตัวยังครับ