On 8/15/09, gep13 <[email protected]> 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 _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
