How to verify using 3.5 with sp1?

Last post 06-09-2009 10:14 AM by tamilcodes. 10 replies.

Sort Posts:

  • How to verify using 3.5 with sp1?

    06-08-2009, 11:24 AM
    • Participant
      803 point Participant
    • funluckykitty
    • Member since 04-11-2008, 1:46 PM
    • Indianapolis, Indiana
    • Posts 1,051

    I know the web server has .net 3.5, but how can I verify that it has sp1 installed and running? 

    --Susan
  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 12:11 PM

    Have a look in Add/Remove programmes.

     

    Regards Mike
    [MVP - ASP/ASP.NET]
    My site    Please help - URGENT!!!    What ASP.NET can and can't do
  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 12:29 PM
    • Contributor
      2,367 point Contributor
    • akhhttar
    • Member since 02-14-2007, 8:17 AM
    • Pakistan - Lahore
    • Posts 352

     Hi,

    .NET framework 3.5 always install on following location,

    [WINDIR]\Microsoft.NET\Framework\v3.5

    So, you can verify from that location.

    Thanks

    Muhammad Akhtar Shiekh


    Lets resolve the problem together.

    Please remember to mark the appropriate replies as answer after your question is solved, thanks

    My Blog
  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 1:33 PM
    • Contributor
      2,556 point Contributor
    • tamilcodes
    • Member since 04-30-2009, 1:28 PM
    • Posts 530

    Verify in add remove programs, you can see list of .net frameworks installed in your system.

     

  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 3:37 PM
    • Participant
      803 point Participant
    • funluckykitty
    • Member since 04-11-2008, 1:46 PM
    • Indianapolis, Indiana
    • Posts 1,051

    If 3.5 is installed, should I see it listed in IIS, when I look at the website properties?  I see version 2.0.50727 and version 1.1.4322... just don't see a version 3.5.xxxxxx

    --Susan
  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 4:30 PM
    Answer

    No.  That's the version of the CLR. Confusingly, ASP.NET 3.5+ works against version 2.0 of the CLR.  But if you have access to the server, have you looked in the Add/Remove programs as I suggested? Or can't you just ask whoever administers the server?  Alternatively, create a simple Hello World Dynamic Data site and see if it runs.  It needs System.Web.Routing, which came out with SP1.

     

    Regards Mike
    [MVP - ASP/ASP.NET]
    My site    Please help - URGENT!!!    What ASP.NET can and can't do
  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 4:30 PM
    Answer
    • Contributor
      2,556 point Contributor
    • tamilcodes
    • Member since 04-30-2009, 1:28 PM
    • Posts 530

    Even for me, but rest assured. verify in add remove programs, you see like below

  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 4:42 PM
    • Participant
      803 point Participant
    • funluckykitty
    • Member since 04-11-2008, 1:46 PM
    • Indianapolis, Indiana
    • Posts 1,051

    We looked in Add/Remove, and 3.5 is in the Add/Remove programs, but unlike previous versions, it doesn't have an installed date next too.  So, while it looks like it's there, we are confused by the lack of installed date in the Add/Remove Screen, the lack of it being in IIS, and the error messages I get at the bottom of a page that throws an error.  All this points to ASP.NET 2.0 instead of 3.5.   I'm just trying to make double dog sure 3.5 sp1 is all installed and running.  :-)  

    Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

     

     

    --Susan
  • Re: How to verify using 3.5 with sp1?

    06-08-2009, 5:02 PM
    Answer
    • Contributor
      2,556 point Contributor
    • tamilcodes
    • Member since 04-30-2009, 1:28 PM
    • Posts 530

    As Mike said In IIS that is CLR version, ( Thanks for letting me know Mike).

    I can suggest a long shot . Why donot you obtain the HTTP_USER_AGENT from servervariables and check the .NET VERSION... this will only realy only the available versions of .net but may help you.

    check this snippet

    http://www.tamilcodes.com/tamilcodes/document.aspx?content=Snippets&id=43

    my USER AGENT STRING IS LIKE THIS

    HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)

    I am assuming the machine you are testing is your local machine, IF it is the hosting provider , then you have to ask them.

    If it is your machine then finally you can download 3.5 sp1 and install it

  • Re: How to verify using 3.5 with sp1?

    06-09-2009, 8:46 AM
    • Participant
      803 point Participant
    • funluckykitty
    • Member since 04-11-2008, 1:46 PM
    • Indianapolis, Indiana
    • Posts 1,051

    Thank you tamilcodes... seeing is believing, and I just added that little page to my site, and here's mine.  :-)

     

    HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.1)

    --Susan
  • Re: How to verify using 3.5 with sp1?

    06-09-2009, 10:14 AM
    • Contributor
      2,556 point Contributor
    • tamilcodes
    • Member since 04-30-2009, 1:28 PM
    • Posts 530

    From ur UA i doubt you have 3.5 sp1.

    This is what i have in the XP MACHINE WITH 3.5 SP1 INSTALLED

     

    YOU CAN VERIFY  FOR FOLDER .NET  FRAMEWORK SP1 IN THE FOLLOWING ADDRESS

    C:\WINDOWS\Microsoft.NET\Framework\v3.5 (FOR XP, may be different for vista, windows 7)

    good luck

     

Page 1 of 1 (11 items)