|
楼主 |
发表于 2013-11-7 11:06:07
|
显示全部楼层
未处理 System.TypeInitializationException
Message=“test.demo”的类型初始值设定项引发异常。
Source=test
TypeName=test.demo
StackTrace:
在 test.demo..ctor()
在 myapp.Form1.button1_Click(Object sender, EventArgs e) 位置 D:\visualstudio2010\Projects\myapp\myapp\Form1.cs:行号 24
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 myapp.Program.Main() 位置 D:\visualstudio2010\Projects\myapp\myapp\Program.cs:行号 18
在 System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
在 System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
InnerException: System.TypeInitializationException
Message=“MathWorks.MATLAB.NET.Utility.MWMCR”的类型初始值设定项引发异常。
Source=test
TypeName=MathWorks.MATLAB.NET.Utility.MWMCR
StackTrace:
在 test.demo..cctor()
InnerException: System.TypeInitializationException
Message=“MathWorks.MATLAB.NET.Arrays.MWArray”的类型初始值设定项引发异常。
Source=MWArray
TypeName=MathWorks.MATLAB.NET.Arrays.MWArray
StackTrace:
在 MathWorks.MATLAB.NET.Utility.MWMCR..cctor()
InnerException: System.BadImageFormatException
Message=试图加载格式不正确的程序。 (异常来自 HRESULT:0x8007000B)
Source=MWArray
StackTrace:
在 MathWorks.MATLAB.NET.Arrays.MWArray.mclmcrInitialize2(Int32 primaryMode)
在 MathWorks.MATLAB.NET.Arrays.MWArray..cctor()
InnerException:
///////////////////////////////////////////////////////////////////////
以上就是异常的详细信息。
|
|