VS 2005 SP1

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I am almost finished with a vs 2005 (pre sp1) project which I need to
deliver in the next couple of days. I am wondering if I should deliver
project with sp1. Is it safe to install sp1 at this late stage?

Thanks

Regards
 
John said:
I am almost finished with a vs 2005 (pre sp1) project which I need to
deliver in the next couple of days. I am wondering if I should deliver
project with sp1. Is it safe to install sp1 at this late stage?

SP1 is a service pack for the development environment. .NET Framework 2.0
kept unchanged.
 
Herfried said:
SP1 is a service pack for the development environment. .NET Framework
2.0 kept unchanged.


Just a little bit supplement.

if the project will contain any C/C++ code, take care the C runtime DLL
(msvcrt80.dll) has been updated in VS2005sp1 (I believe the MFC DLL also
has been updated).
 
Back
Top