System.Runtime.InteropServices.COMException error occur in vs2010 c#
when i execute vs2005 project on vs2010 so the break point appear and the message appear
on that line chartPage.Export(@"C:\excel_chart_export.jpg", "JPG", misValue); gi开发者_如何学Gove me the solution so i can use without any error in vs2010?
There's simply something wrong with the project itself, as it has a dependency on a COM object.
Grab a crash dump and you will see the stack trace.
http://blogs.msdn.com/b/tess/archive/2009/03/20/debugging-a-net-crash-with-rules-in-debug-diag.aspx
精彩评论