Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Wed, 13 Aug 2008 07:34:02 -0700,    group: microsoft.public.dotnet.framework.aspnet        back       


.NET Framework 3.5 SP1   
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
date: Wed, 13 Aug 2008 07:34:02 -0700   author:   abcd

Re: .NET Framework 3.5 SP1   
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/
======================================
"abcd"  wrote in message news:A48E1266-F5A8-4382-8932-388F0CE5B73E@microsoft.com...
>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
date: Wed, 13 Aug 2008 11:18:10 -0400   author:   Juan T. Llibre

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

"Juan T. Llibre" wrote:

> 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/
> ======================================
> "abcd"  wrote in message news:A48E1266-F5A8-4382-8932-388F0CE5B73E@microsoft.com...
> >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 
> 
> 
>
date: Wed, 13 Aug 2008 08:41:05 -0700   author:   abcd

Re: .NET Framework 3.5 SP1   
There is. See the thread 'Confused about 3.5 SP1' Jon's response in 
Microsoft.public.dotnet.framework

-- 

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
------------------------------------------------------- 


"abcd"  wrote in message 
news:D0F8A354-4A30-44B9-8FB3-644C55E3A9DB@microsoft.com...
> Thanks Juan. I was expecting the same thing as you have mentioned. If 
> anyone
> have seen anything different than this then please post it.
>
> "Juan T. Llibre" wrote:
>
>> 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/
>> ======================================
>> "abcd"  wrote in message 
>> news:A48E1266-F5A8-4382-8932-388F0CE5B73E@microsoft.com...
>> >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
>>
>>
>>
date: Wed, 13 Aug 2008 19:13:39 -0400   author:   Alvin Bruney [ASP.NET MVP] vapor dan using hot male spam filter

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us