.NET Framework 3.5 SP1

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
 
J

Juan T. Llibre

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/
======================================
 
A

abcd

Thanks Juan. I was expecting the same thing as you have mentioned. If anyone
have seen anything different than this then please post it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top