[Mono-aspnet-list] Input String was not in the correct format

Andreia Gaita shana.ufie at gmail.com
Sun Aug 16 18:27:59 EDT 2009


On 8/15/09, gep13 <gep13 at hotmail.com> wrote:
>  I have recently re-installed mono on my Linux Server and have redeployed my
>  website to it.  Now, whenever I try and access any of the pages of that site
>  all I get is the following:
>
>  Server Error in '/' Application
>
>  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) [0x00016] in
>  /tmp/Downloads/mono-2.4.2.3/mcs/class/corlib/System/Int32.cs:599
>   at System.Web.UI.WebControls.WebColorConverter.ConvertFrom
>  (ITypeDescriptorContext context, System.Globalization.CultureInfo culture,
>  System.Object value) [0x000f2] in
>  /tmp/Downloads/mono-2.4.2.3/mcs/class/System.Web/System.Web.UI.WebControls/WebColorConverter.cs:92
>  Version information: Mono Version: 2.0.50727.1433; ASP.NET Version:
>  2.0.50727.1433

The error message seems to indicate that a color value on your site is
specified using a different format than what your locale is expecting.
What locale are you running your site with? Did you change it?

andreia gaita


More information about the Mono-aspnet-list mailing list