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
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
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.
I developed a desktop application, it\'s almost done but still contains some bugs which I\'m eliminating.
dbReader = DAL.GetCaseSumCasesAssnCtrlMgmtCtrlChargeCodesLeftJoin(ClientKey, txtCaseNumber.Text) If dbReader.Read Then
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
I have my little client application which - when started - creates some user defined objects on the heap via \"new\"
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
private void StartReadInlay2() { byte[] cSN = new byte[8]; byte[] sw12 = new byte[2]; string strsw12 = \"\", errdes = \"\", result = \"\";
I have a windows forms 开发者_StackOverflowapplication (.NET C# 3.5)... that is throwing an error.. but I have 2 scenarios: