473,487 Members | 2,483 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Event 1309, ASP.NET 4.0.30319.0

1 New Member
Our company has 22 hand-held Symbol MC9090 scanners that are constantly dropping connection. The server is showing the same error over and over. I am not an ASP.NET programmer, but I do need to get this fixed. Any help in pointing me in the right direction on this would be greatly appreciated.

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/31/2014 4:03:48 PM
Event time (UTC): 3/31/2014 9:03:48 PM
Event ID: 7b63e2252fe64cbe876a0213712e4f0c
Event sequence: 3985
Event occurrence: 17
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1/ROOT/DCMobile-1-130407336755117093
Trust level: Full
Application Virtual Path: /DCMobile
Application Path: C:\inetpub\wwwroot\DCMobile\
Machine name: zzzzzzz

Process information:
Process ID: 3104
Process name: w3wp.exe
Account name: NT AUTHORITY\SYSTEM

Exception information:
Exception type: FormatException
Exception message: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at DCMobile.MobileWebForms.frm7_validateFormInput()
at DCMobile.MobileWebForms.frm7_cmdPost_Click(Object sender, EventArgs e)
at System.Web.UI.MobileControls.Command.OnClick(Event Args e)
at System.Web.UI.MobileControls.Command.RaisePostBack Event(String argument)
at System.Web.UI.MobileControls.Command.System.Web.UI .IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument)
at System.Web.UI.MobileControls.MobilePage.RaisePostB ackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at DCMobile.MobileWebForms.RaisePostBackEvent(IPostBa ckEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)



Request information:
Request URL: http://zzzzzzz/dcmobile/index.aspx?__ufps=626984
Request path: /dcmobile/index.aspx
User host address: 192.168.11.89
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM

Thread information:
Thread ID: 31
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace: at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at DCMobile.MobileWebForms.frm7_validateFormInput()
at DCMobile.MobileWebForms.frm7_cmdPost_Click(Object sender, EventArgs e)
at System.Web.UI.MobileControls.Command.OnClick(Event Args e)
at System.Web.UI.MobileControls.Command.RaisePostBack Event(String argument)
at System.Web.UI.MobileControls.Command.System.Web.UI .IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument)
at System.Web.UI.MobileControls.MobilePage.RaisePostB ackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at DCMobile.MobileWebForms.RaisePostBackEvent(IPostBa ckEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Mar 31 '14 #1
1 4253
Frinavale
9,735 Recognized Expert Moderator Expert
Based on the above error messages, your website (DCMobile) is crashing because users are not providing a number in a field that is supposed to be a number.

The function that is crashing is the frm7_validateFormInput() method.

To fix the problem, the developer should consider using the e TryParse method to parse the value provided by the user into a number. If this method fails, it will return False instead of throwing an exception that crashes the web application.

-Frinny
Apr 10 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
7006
by: Andy Read | last post by:
Hello all, I have the requirement to produce source code that produces an object hierarchy. Example: Root | Folder 1
18
2848
by: Christopher W. Douglas | last post by:
I am writing a VB.NET application in Visual Studio 2003. I have written a method that handles several events, such as closing a form and changing the visible status of a form. I have some code...
8
6070
by: Mark | last post by:
Hi, I'm looking for some ideas on how to build a very simple Event processing framework in my C++ app. Here is a quick background ... I'm building a multithreaded app in C++ (on Linux) that...
2
4975
by: Alex Sedow | last post by:
Why interface-event-declaration does not support multiple declarators like event-declaration? Grammar from C# spec: variable-declarators: variable-declarator variable-declarators ","...
13
3477
by: Charles Law | last post by:
Mr "yEaH rIgHt" posted the following link about a week ago in answer to my question about removing event handlers. > http://www.vbinfozine.com/t_bindevt.shtml Following on from that post, the...
12
4102
by: Jack Russell | last post by:
My unstanding of all VB up to and including vb6 is that an event could not "interrupt" itself. For instance if you had a timer event containing a msgbox then you would only get one message. ...
0
3041
by: gunjanhshah | last post by:
Hello My system reports the following application event log. The log is due to my web application which is built upon asp.net and sql server 2000 and uses Active directory users to authenticate....
1
2986
by: brad.serbus | last post by:
I am trying to figure out a way to have health monitoring throw different Event IDs into the event log, and am having a hard time. None of the customization that I have looked through so far has...
3
3939
by: tim.cavins | last post by:
We have a page on our Intranet A main.aspx that is calling a webservice on another computer B. The intranet page loads fine and displays the data from the webservice but we keep getting error...
0
6967
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7137
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7181
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7349
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5442
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4874
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
600
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.