unhandled-exception
Help with NullPointerException on API level 5
I developed my application using API level 8 but the minimum SDK is 3. I did most of the testing on an emulator running 8 and my DroidX as well as some friends phones. No problems thus far. It should[详细]
2023-01-31 19:00 分类:问答Does an unhandled exception in .NET 2.0 reset the application?
My company has an application that handles开发者_Go百科 shopping cart check out processes.The application is written in VB.net with the .NET 2.0 Framework.We are running IIS 6.0 as the web server and[详细]
2023-01-31 15:59 分类:问答Only last line of the Exception stack trace shows up
I am having some trouble collecting information on an unhandled exception being generated (very rarely) in my code. I have set up an the handler pretty much the standard way.[详细]
2023-01-22 09:01 分类:问答Exceptions not caught in release build (WinForm desktop app, C#, VS 2010)
I developed a desktop application, it\'s almost done but still contains some bugs which I\'m eliminating.[详细]
2023-01-19 04:28 分类:问答getting index out of range exception could where the problem in the code is
dbReader = DAL.GetCaseSumCasesAssnCtrlMgmtCtrlChargeCodesLeftJoin(ClientKey, txtCaseNumber.Text) If dbReader.Read Then[详细]
2023-01-14 05:18 分类:问答How can I call my C# code from a C++ dll? Access violation
Background: Big C++ MFC app that\'s not going to get rewritten any time soon. A few years ago I needed to add features and decided that it would be easier built with C# and .NET, so I needed a way to[详细]
2023-01-13 11:26 分类:问答unhandlex exceptions when using new after implementing a setup project in visual studio 2010
I have my little client application which - when started - creates some user defined objects on the heap via \"new\"[详细]
2023-01-13 04:11 分类:问答When are DispatcherUnhandledException and AppDomain.UnhandledException insufficient (WPF app)?
I\'ve hooked both of these, but occasionally my app still crashes and just throws up the Windows \"an exception开发者_高级运维 has occurred\" dialog.When I click OK, the app just exits.Under what circ[详细]
2023-01-13 00:43 分类:问答null reference exception was unhandled C#
private void StartReadInlay2() { byte[] cSN = new byte[8]; byte[] sw12 = new byte[2]; string strsw12 = \"\", errdes = \"\", result = \"\";[详细]
2023-01-08 23:10 分类:问答Windows Forms unhandled error pop up message
I have a windows forms 开发者_StackOverflowapplication (.NET C# 3.5)... that is throwing an error.. but I have 2 scenarios:[详细]
2023-01-06 14:12 分类:问答