Results 1 to 6 of 6

Thread: .NET 2.0 Service Pack 1

  1. #1

    Thread Starter
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    .NET 2.0 Service Pack 1

    Heh, and all this time I thought i was going crazy...

    There's a long list of fixes there...


    http://support.microsoft.com/kb/945757

  2. #2
    Hyperactive Member
    Join Date
    Jul 2005
    Location
    In A House :)
    Posts
    291

    Re: .NET 2.0 Service Pack 1

    personal favorite...

    924895 (http://support.microsoft.com/kb/924895/)FIX: An application that is based on the .NET Framework 2.0 may crash unexpectedly

    and here all along i thought it was just my coding style
    --"Tap Dancing On The Brittle Edge Of Sanity"--

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: .NET 2.0 Service Pack 1

    considering how big the framework is, its not surprising to see a service pack come down the line... Just think of the number of fixes in your average Windows service pack.

    Also .NET 2.0 is the still the most recent core CLR framework for both 3.0 and 3.5, so its good at least they are keeping it patched up.

    The only real issue I have, is not knowing if the end user has SP1 or not, which could affect the way your code runs on their system.

  4. #4
    Hyperactive Member
    Join Date
    Jul 2005
    Location
    In A House :)
    Posts
    291

    Re: .NET 2.0 Service Pack 1

    dunno if there is a way to do it, but i know you can add custom install actions to setup projects, the problem i ran into was it tried to install the file while the main program installation was taking place. sure you could fit it in there tho...
    --"Tap Dancing On The Brittle Edge Of Sanity"--

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

    Re: .NET 2.0 Service Pack 1

    The one relevant to me was all the way at the bottom of the list, but the weird thing is, it's going to take a long time anyways unless you precompile.

  6. #6
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: .NET 2.0 Service Pack 1

    Funny, this just came up recently someone was adding a custom prerequisite to the bootstrapper and I was lending my knowledge on that subject.

    My experience with doing this was because I wanted to make .NET 2.0 SP1 a custom prerequisite. I got it to work in the end pretty well. I could upload the bootstrapper package for you guys if you want it. It's pretty large so I don't know where I'd upload it to though.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

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