473,386 Members | 1,828 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Feedback about experiences deploying .Net 3.5


My company is considering moving up from .Net 2.0 to .Net 3.5(SP1) as a
prerequisite on the ClickOnce deployment for our application.

Does anybody have any experience deploying .Net 3.5 either as a
prerequisite, or just by itself? Have you had any problems installing it?

One issue I've seen reported is when pushed as a prerequisite, it progresses
so far during installation, then sits there for a long time seemingly doing
nothing, and then finishes. Has anyone seen this?

I would greatly appreciate any feedback or information anyone can relate.

Thanks in advance,
RobinS.
GoldMail.com

Aug 27 '08 #1
5 1346

"RobinS" <ro****@imnottelling.coma écrit dans le message de
news:Vb******************************@comcast.com. ..
>
My company is considering moving up from .Net 2.0 to .Net 3.5(SP1) as a
prerequisite on the ClickOnce deployment for our application.

Does anybody have any experience deploying .Net 3.5 either as a
prerequisite, or just by itself? Have you had any problems installing it?
No I haven't any experience of this kind.
One issue I've seen reported is when pushed as a prerequisite, it
progresses so far during installation, then sits there for a long time
seemingly doing nothing, and then finishes. Has anyone seen this?
Yes it is. the 3.5 installation is very slow !
But you should notice that ClickOnce has been enhanced with the 3.5 SP1, and
perhaps you could deploy the SP1...

Aug 27 '08 #2

"Oriane" <or****@noemail.noemailwrote in message
news:up**************@TK2MSFTNGP04.phx.gbl...
>
"RobinS" <ro****@imnottelling.coma écrit dans le message de
news:Vb******************************@comcast.com. ..
>>
My company is considering moving up from .Net 2.0 to .Net 3.5(SP1) as a
prerequisite on the ClickOnce deployment for our application.

Does anybody have any experience deploying .Net 3.5 either as a
prerequisite, or just by itself? Have you had any problems installing it?
No I haven't any experience of this kind.
Do you mean you haven't had any experience deploying it, or you haven't had
any problems?
>
>One issue I've seen reported is when pushed as a prerequisite, it
progresses so far during installation, then sits there for a long time
seemingly doing nothing, and then finishes. Has anyone seen this?
Yes it is. the 3.5 installation is very slow !
But you should notice that ClickOnce has been enhanced with the 3.5 SP1,
and perhaps you could deploy the SP1...
We would definitely deploy .Net 3.5 SP-1; we have already updated our
versions of Visual Studio. I'm not sure that would be any smaller than .Net
2.0, although I have heard rumors that it is better at "partial installs",
i.e. if the user already has .Net 2.0, it only installs the extra bits.

Thanks,
RobinS.
GoldMail.com

Aug 27 '08 #3
On Aug 27, 7:35*pm, "RobinS" <rob...@imnottelling.comwrote:
We would definitely deploy .Net 3.5 SP-1; we have already updated our
versions of Visual Studio. I'm not sure that would be any smaller than .Net
2.0, although I have heard rumors that it is better at "partial installs",
i.e. if the user already has .Net 2.0, it only installs the extra bits.
That's the "client profile"m though it's actually the other way
around. If user does not have .NET 2.0+ installed on his PC, client
profile bootstrapper will download and install only a subset of .NET
3.5 SP1, which cuts down the size to about 60% of a normal .NET 3.5
install. But, if the user already has 2.0 or higher installer, the
bootstrapper will download and install the full 3.5 SP1 (which should
still be around 60Mb downloads in all).
Aug 27 '08 #4
"RobinS" <ro****@imnottelling.coma écrit dans le message de
news:d9******************************@comcast.com. ..
>
Do you mean you haven't had any experience deploying it, or you haven't
had any problems?
I haven't had any experience deploying it.
>
We would definitely deploy .Net 3.5 SP-1; we have already updated our
versions of Visual Studio. I'm not sure that would be any smaller than
.Net 2.0, although I have heard rumors that it is better at "partial
installs", i.e. if the user already has .Net 2.0, it only installs the
extra bits.
See the answer of Pavel.

Aug 28 '08 #5
RobinS,

Yes I apparently seem to have deployment problem. My application is a wpf
application developed using VS2008 sp1 and .NET 3.5 sp1.

During deployment, it needs .NET 3.5 sp1 (otherwise application will crash
even on 3.5 without sp1 - in a sense the term "sp1" is misleading, the
compatibility between 3.5 & 3.5 sp1 has indeed broken - logically sp1 is
really some target version 3.5 ). But when users try to install 3.5 sp1, it
took 40 minutes just to install .net framework - I have encountered two cases
with users one in vista and another in xp sp2. There is also no such thing as
..NET 3.5 sp1 runtime/compact/re-distributable version that microsoft has
posted (just to take care of minimal runtime to be installed for deployment
environment).

Bottomline is:- during deployment, installation of .net 3.5 sp1 takes 40
minutes - one can bear with it during development but unacceptable for normal
users during deployment (they can't just wait for 40 minutes for your
application dependencies to be installed). I am trying to contact microsoft
and get this fixed (refer my new post with title as ** 40 minutes **).

New technologies (such as .NET 3.5 sp1) certainly bring exciting features
for developers but its real stability of deployment & runtime needs to be
watched closely. I hope that microsoft will proactively help to fix the
bugs/problems as quickly as possible - otherwise these things will be
unusable by the end users. I also request to share your experience of
deployment & fixes (were your users be able to install .NET 3.5 sp1 in less
time - say under 5 minutes - no matter what they did or did not have
previously in their client desktop)?

Thanks
G. Narayanan

"RobinS" wrote:
>
My company is considering moving up from .Net 2.0 to .Net 3.5(SP1) as a
prerequisite on the ClickOnce deployment for our application.

Does anybody have any experience deploying .Net 3.5 either as a
prerequisite, or just by itself? Have you had any problems installing it?

One issue I've seen reported is when pushed as a prerequisite, it progresses
so far during installation, then sits there for a long time seemingly doing
nothing, and then finishes. Has anyone seen this?

I would greatly appreciate any feedback or information anyone can relate.

Thanks in advance,
RobinS.
GoldMail.com

Nov 12 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: John Spiegel | last post by:
Hi all, I'm in the early stages of designing a system that we'll use in-house and am looking for opinions and suggestions for further reading on which directions to take. Background: Though...
0
by: Sammy | last post by:
I'm soliciting feedback from our users about our autonomic computing features in DB2 UDB LUW. If you have used any of the following features, and would like to share positive or negative...
1
by: Mads Høbye | last post by:
Hey, We have released the first beta version of the content management system sharpcms.net. It is a XML and XSLT based system where you can pretty much do anything through the XSLT templates. It...
0
by: connectrajesh | last post by:
INTERVIEWINFO.NET http://www.interviewinfo.net FREE WEB SITE AND SERVICE FOR JOB SEEKERS /FRESH GRADUATES NO ADVERTISEMENT
6
by: Ryan | last post by:
Is there any way to save a VB 2005 created application as an .MSI install file? The only method I see is to publish as a .EXE. Curious because I want to push out an application with Group Policy....
2
by: Jay Loden | last post by:
All, In studying Python, I have predictably run across quite a bit of talk about the GIL and threading in Python. As my day job, I work with a (mostly Java) application that is heavily threaded....
9
by: gs | last post by:
the feedback for the install of c#2008 places 97 to 99% cpu load for way too long on athlon x64 3800+ PC. 3/4 an hour later its only about 80% complete, continuing with 98% CPU load! Next time...
5
by: RobinS | last post by:
My company is considering moving up from .Net 2.0 to .Net 3.5(SP1) as a prerequisite on the ClickOnce deployment for our application. Does anybody have any experience deploying .Net 3.5 either as...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.