Server Error in '/' Application

Status
Not open for further replies.

surpavan

New Member
Messages
1
Reaction score
0
Points
0
Hi, my site - http://searchpool.elementfx.com/ is receiving the following error
Input string was not in the correct format

Description: HTTP 500. Error processing request.
Stack Trace:
System.FormatException: Input string was not in the correct format at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] at System.Web.UI.WebControls.WebColorConverter.ConvertFrom (ITypeDescrip

I am receiving this error only on Server; when I ran this on my local host, it is working fine without any error.

Could you please check this and resolve as soon as possible.
Thanks in advance
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
This error is caused by a problem in an ASP.NET script. You may not have noticed it on your other server because X10 runs a Linux based server and Mono, and not Windows based IIS, so support for ASP.NET is not 100%. You may want to check the Mono documentation to see the limitations and how to enable a more detailed debugging environment.

http://mono-project.com/ASP.NET
 

pichonz

New Member
Messages
4
Reaction score
0
Points
0
hi surpavan,

did you ever figure out your problem? I have a similar issue and suspect its the mono soft but I have no idea how to check if my site is fully supported by mono.

let us know, thanks
 

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
hi surpavan,

did you ever figure out your problem? I have a similar issue and suspect its the mono soft but I have no idea how to check if my site is fully supported by mono.

let us know, thanks

It is either a mono problem or an actual error in your code that causes this situation. If you have a way of testing your code on a Windows server (if you have Windows XP Pro, Windows Server, Windows Vista Business or Ultimate, or Windows 7 Business or Ultimate you can simply enable IIS server and test it that way) you can eliminate any error in your code. I'm sorry I'm not familiar enough with ASP.NET but in your web.config file there is a setting to turn on detailed error reporting. If you do this, it will provide us with more information in which to troubleshoot your problem.

Hopefully this Microsoft KB article is of some help to you: http://support.microsoft.com/kb/308132
 
Status
Not open for further replies.
Top