c++调用.net dll,调试时报异常First-chance exception at 0x7556C54F (KernelBase.dll)

来源:互联网 发布:用户和数据库的接口 编辑:程序博客网 时间:2024/05/23 12:19

调用堆栈如下:

    KernelBase.dll!_RaiseException@16()    Unknown>   clr.dll!Debugger::SendRawEvent(struct DebuggerIPCEvent const *) Unknown    clr.dll!Debugger::Startup(void) Unknown    clr.dll!InitializeDebugger()    Unknown    clr.dll!EEStartupHelper(enum tagCOINITEE)   Unknown    clr.dll!EEStartup(enum tagCOINITEE) Unknown    clr.dll!EnsureEEStarted(enum tagCOINITEE)   Unknown    clr.dll!PrepareExecuteDLLForThunk(struct HINSTANCE__ *,unsigned long,void *)    Unknown    clr.dll!CorDllMainForThunk(struct HINSTANCE__ *,struct HINSTANCE__ *)   Unknown    mscoreei.dll!7342c9cf() Unknown    [Frames below may be incorrect and/or missing, no symbols loaded for mscoreei.dll]      mscoreei.dll!73453cc4() Unknown    mscoreei.dll!734310e6() Unknown    07f40874()  Unknown

这个异常可以忽略CLRDBG_NOTIFICATION_EXCEPTION_CODE

https://social.msdn.microsoft.com/Forums/vstudio/en-US/bca092d4-d2b5-49ef-8bbc-cbce2c67aa89/net-40-firstchance-exception-0x04242420?forum=clr

0 0
原创粉丝点击