Search

You searched for the word(s): userid:628174

Matching Posts

  • Re: Math Errors

    I had the same problem. It's caused by a new function in mscorlib.dll that now handles decimals so if you are calling Math.Floor, .NET wants to know if your object is a decimal or a double. Cactus over at uber gives us the syntax: http://www.uberasp.net/forum.aspx?mode=thread&TopicID=563
    Posted to Time Tracker Starter Kit (Forum) by kazzmeister on 10/12/2005
  • Re: Problems upgarding to ASP.NET 2.0

    The quickest way to get rid of the build errors is to turn off validation, which is on by default. In Visual Studio 2005, with your project open if you only want to affect one project, go to menu option Tools then Options. In the Options dialog navigate to Text Editor, HTML, Validation. Uncheck the Show Errors option for your target browser. Build again and you won't see the validation errors.
Page 1 of 1 (2 items)