作者bbbruce (Bruce Chen)
看板MVPGAME
标题[问题] 我的MVP2005 Editor v0.3出了什麽问题?
时间Wed Apr 2 22:57:44 2008
出现
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.
Attempted to read or write projected memory.
This is often an indication that other memory is corrupt.
按Details
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory.
This is often an indication that other memory is corrupt.
at MVP2005Editor.Form1.Form1_Activated(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnActivated(EventArgs e)
at System.Windows.Forms.Form.set_Active(Boolean value)
at System.Windows.Forms.Form.WmActivate(Message& m)
at System.Windows.Forms.Form.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.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MVP2005 Editor
Assembly Version: 0.0.0.0
Win32 Version:
CodeBase: file:///C:/Documents%20and%20Settings/user/桌面
/MVP2005%20Editor%20v0.30%20cht/MVP2005%20Editor.exe
----------------------------------------
msvcm90
Assembly Version: 9.0.21022.8
Win32 Version: 9.00.21022.8
CodeBase:
file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375/msvcm90.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.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.
请问各位大大,要怎麽解决这个问题呢?
另外,在程式里面我也没看到开启mbe档的键,不知道在哪里?
请各位大大指点迷津,谢谢 <(_ _)>。
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.167.86.63
※ 编辑: bbbruce 来自: 218.167.86.63 (04/02 23:09)
1F:推 berroa:开mbe要用mvpedit喔 04/03 00:27
2F:→ bbbruce:MVP2005 Editor v0.3 不是MVPedit的一种欧...? 04/03 00:39
3F:推 cite:这两个是不同的程式 04/03 11:01
4F:→ bbbruce:原来如此... 04/03 22:42