dotnet distributed apps:
Hi there, I deploy my WPF application with Visual Studio 2008 and ClickOnce. My application runs with the ;Net 3.0 framework, but during the installation steps, the .Net 3.5 component is required... Do you know why ? Could VStudio 2008 need this component ? Oriane
[quoted text, click to view] On Nov 12, 5:08 pm, "Oriane" <ori...@guermantes.fr> wrote: > I deploy my WPF application with Visual Studio 2008 and ClickOnce. My > application runs with the ;Net 3.0 framework, but during the installation > steps, the .Net 3.5 component is required... Do you know why ? Could VStudio > 2008 need this component ?
What version of the framework does your project target? Jon
[quoted text, click to view] On Nov 13, 8:57 am, "Oriane" <ori...@guermantes.fr> wrote: > > What version of the framework does your project target? > > Framework .Net 3.0
Hmm. Not sure then. It's possible that ClickOnce itself has changed to depend on things in .NET 3.5... Jon
Hi Jon, "Jon Skeet [C# MVP]" <skeet@pobox.com> a écrit dans le message de news:1194942576.276152.134080@k79g2000hse.googlegroups.com... [quoted text, click to view] > On Nov 12, 5:08 pm, "Oriane" <ori...@guermantes.fr> wrote: >> I deploy my WPF application with Visual Studio 2008 and ClickOnce. My >> application runs with the ;Net 3.0 framework, but during the installation >> steps, the .Net 3.5 component is required... Do you know why ? Could >> VStudio >> 2008 need this component ? > > What version of the framework does your project target?
Framework .Net 3.0 Oriane
The help online from Visual Studio 2008 states that: ".NET Framework 3.5 This package installs the following: ..NET Framework versions 2.0, 3.0, and 3.5 Support for all .NET Framework versions on 32-bit (x86) and 64-bit (x64) operating systems Language packs for all .NET Framework versions Service packs for .NET Framework 2.0 and 3.0 ..NET Framework 3.0 is included with Windows Vista, and .NET Framework 3.5 is included with Visual Studio 2008. It is required for all Visual Basic and Visual C# projects that are expected to run on x86 and x64 operating systems. Note that Visual Basic and Visual C# projects are compiled for any CPU architecture by default. For more information, see Redistributing the ..NET Framework and Deploying 64-bit Applications. By default, this item is selected. " If I deselect this item, nothing is changed and the 3.5 framework is still required. The thing is that this framework has to be installed also on Vista and is quite heavy. My experience is that it takes at least 15 minutes to download and install the 3.5 framework. So I'm not sure that my fulure users will be patient enough... Oriane
Is your project targeted at the .Net 3.0 or 3.5 frameworks? -- Bryan Phillips MCT, MCSD, MCDBA, MCSE Microsoft MVP - Client Application Development Blog: http://bphillips76.spaces.live.com Web Site: http://www.composablesystems.net [quoted text, click to view] "Oriane" <oriane@guermantes.fr> wrote in message news:54D44100-5DDE-46E1-834E-297AF64D3EED@microsoft.com: > The help online from Visual Studio 2008 states that: > ".NET Framework 3.5 > This package installs the following: > > .NET Framework versions 2.0, 3.0, and 3.5 > > Support for all .NET Framework versions on 32-bit (x86) and 64-bit (x64) > operating systems > > Language packs for all .NET Framework versions > > Service packs for .NET Framework 2.0 and 3.0 > > .NET Framework 3.0 is included with Windows Vista, and .NET Framework 3.5 is > included with Visual Studio 2008. It is required for all Visual Basic and > Visual C# projects that are expected to run on x86 and x64 operating > systems. Note that Visual Basic and Visual C# projects are compiled for any > CPU architecture by default. For more information, see Redistributing the > .NET Framework and Deploying 64-bit Applications. > > By default, this item is selected. > " > If I deselect this item, nothing is changed and the 3.5 framework is still > required. The thing is that this framework has to be installed also on Vista > and is quite heavy. My experience is that it takes at least 15 minutes to > download and install the 3.5 framework. So I'm not sure that my fulure users > will be patient enough... > > Oriane
"Bryan Phillips" <bphillips@nospam.spamcop.net.spammenot> a écrit dans le message de news:%23nesRqTKIHA.3400@TK2MSFTNGP03.phx.gbl... [quoted text, click to view] > Is your project targeted at the .Net 3.0 or 3.5 frameworks?
Framework .Net 3.0 Oriane
Can you modify the ClickOnce settings to remove the dependency on .Net 3.5? -- Bryan Phillips MCT, MCSD, MCDBA, MCSE Microsoft MVP - Client Application Development Blog: http://bphillips76.spaces.live.com Web Site: http://www.composablesystems.net [quoted text, click to view] "Oriane" <oriane@guermantes.fr> wrote in message news:8BA0E74D-9893-44F3-93C9-95C133F08B24@microsoft.com: > "Bryan Phillips" <bphillips@nospam.spamcop.net.spammenot> a écrit dans le > message de news:%23nesRqTKIHA.3400@TK2MSFTNGP03.phx.gbl... > > Is your project targeted at the .Net 3.0 or 3.5 frameworks? > Framework .Net 3.0 > > Oriane
"Bryan Phillips" <bphillips@nospam.spamcop.net.spammenot> a écrit dans le message de news:%23SCBo$MLIHA.5116@TK2MSFTNGP03.phx.gbl... [quoted text, click to view] > Can you modify the ClickOnce settings to remove the dependency on .Net > 3.5?
In fact, this is the question I would like to be answered !! Oriane
Have you looked at the prerequisites on the projects publish tab. Make sure you have checked the desired version of framework. Changing the target plateform does not automatically adjust the prerequisite. -- Kenneth Lemieux Project Engineer Whelen Engineering Co., Inc. [quoted text, click to view] "Oriane" wrote: > Hi there, > > I deploy my WPF application with Visual Studio 2008 and ClickOnce. My > application runs with the ;Net 3.0 framework, but during the installation > steps, the .Net 3.5 component is required... Do you know why ? Could VStudio > 2008 need this component ? > > Oriane
You need check out the "use application manifest for trust application" in the Preperties->Publish->Option Button, If you doesn't user .NET 3.5 or some features from .NET 3.5 [quoted text, click to view] "Oriane" wrote: > Hi there, > > I deploy my WPF application with Visual Studio 2008 and ClickOnce. My > application runs with the ;Net 3.0 framework, but during the installation > steps, the .Net 3.5 component is required... Do you know why ? Could VStudio > 2008 need this component ? > > Oriane
Don't see what you're looking for? Try a search.
|