.NET Framework 3.5 SP1

  • Thread starter Thread starter abcd
  • Start date Start date
A

abcd

I have upgraded my VS 2008 with SP1. It has automatically upgraded .NET
framework to SP1 too. Now I will be deleloping my product using .NET
Framework 3.5 SP1. Can this developed product work safely on .NET Framework
3.5 machines. (i.e. machine without .NET Framework 3.5 SP1). My projects are
targetted to .NET framework 3.5 only
 
re:
!> Can this developed product work safely on .NET Framework 3.5 machines.
!> (i.e. machine without .NET Framework 3.5 SP1)

If by "developed product", you mean ASP.NET applications, the client machines only need
a browser to browse/use your application, and don't need any .Net Framework version at all.

If by "developed product", you mean ASP.NET applications which you intend to install
on your client's web servers, then those web servers need to have installed the same
CLR version you're targeting, which is 3.5.

re:
!> My projects are targeted to .NET framework 3.5 only

You shouldn't have any problems running 3.5 apps developed under 3.5 SP1,
targeting 3.5, on web servers which have the .Net Framework 3.5 installed.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Thanks Juan. I was expecting the same thing as you have mentioned. If anyone
have seen anything different than this then please post it.
 
Back
Top