Do I have framework 3.5?

Discussion in 'ASP.NET / ASP.NET Core' started by darrenslane, Apr 20, 2009.

  1. I recently signed up with DiscountASP. I cannot get my site to work. You can see it at www.darrenslaney.com/default.aspx. The error implies I only have access to framework 2.0. Could this be the case? And the cause of problems trying to get my app to run. I run 3.5 locally (VIsual Studio Standard, etc).

    If I am right, how do I get access to framework 3.5. My account code is darrenslane .
    Thanks heaps.
    Darren
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    All of our web servers have .NET Framework 3.5 SP1 enabled and the reference to version 2.0 that you're seeing on the error page is more in reference to the version of the CLR that's being used.

    Since the release of ASP.NET 2.0, Microsoft has simply made additive changes to version 3.0, 3.5 and now 3.5 SP1 so everything is still running under version 2.0 of the CLR.

    There's a very good post over at the MSDN forums that covers over the bulk of the "
    [FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]InitializeCulture" errors.
    [/FONT]
     
  3. Bruce

    Bruce DiscountASP.NET Staff

  4. Fantastic, your links lead me to identify another file in my directory which probably had the inherits clause in it. slightly strange but I deleted the file and everything works. Great work.
    Bye for now
    Darren.
     

Share This Page