Results 1 to 3 of 3

Thread: [2008] Wrong Version of .NET Framework

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    245

    [2008] Wrong Version of .NET Framework

    Hi

    I have an issue that I just stumbled upon after creating a web app using Web Developer Express. Seems I installed the 3.5 Framework and well I need the app to be in the 2.0 Framework. Is there anyway to correct this in the code? My IIS is still looking for 2.0 so I dont quite know how to change this. Any help would be greatly appreciated.

    Thanks

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [2008] Wrong Version of .NET Framework

    2008 uses 3.5 by default. Just go to your project's properties and change it to 2.0.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2008] Wrong Version of .NET Framework

    If your machine has .NET 3.5 on it, it should still work. IIS is looking for ASP.NET 2.0. ASP.NET 2.0 is the version of ASP.NET, but it can use .NET 2.0, 3.0 and 3.5. So if you're worried about the ASP.NET tab showing ASP.NET 2.0, don't worry about it. What you do need to figure out is if you have the .NET 3.5 framework installed or not.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width