I have a project in Visual Studio 2008 using the .NET 2.0 framework. When I build the project I get two build errors showing as red crosses, but the project still builds successfully. Even more strangely, the errors are in System.Double.cs. The error is "Floating-point constant is outside the range of type 'double'" and they point to the lines of code where the MinValue and MaxValue constants are initialised.
Any ideas? It's not a show-stopper since the project still builds, but odd nonetheless.
Thanks, Jon