473,734 Members | 2,511 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

[ClikOnce]Why ClickOnce needs the Framework 3.5 on Vstudio 2008 Beta 2 ?

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

Nov 12 '07 #1
6 1489
On Nov 12, 5:08 pm, "Oriane" <ori...@guerman tes.frwrote:
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

Nov 13 '07 #2
Hi Jon,
"Jon Skeet [C# MVP]" <sk***@pobox.co ma écrit dans le message de
news:11******** **************@ k79g2000hse.goo glegroups.com.. .
On Nov 12, 5:08 pm, "Oriane" <ori...@guerman tes.frwrote:
>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

Nov 13 '07 #3
On Nov 13, 8:57 am, "Oriane" <ori...@guerman tes.frwrote:
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

Nov 13 '07 #4
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

Nov 13 '07 #5
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.
"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
Dec 12 '07 #6
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

"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
Dec 14 '07 #7

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

Similar topics

1
1362
by: Jim in Arizona | last post by:
I've built a small IT helpdesk ticket system using the .NET 2.0 Beta 2 framework w/VS 2005 Beta 2. This system sits on an IIS 5.0 server, fully patched. The IIS server is set for windows inegrated security only (removed anonymous access) so all users must be domain authenticated. I use the webpage headers in use with security and logging functions (ie: Request.ServerVariables("AUTH_USER")). We also use Exchange 2000 as our email system....
2
1502
by: SamHamilton | last post by:
I installed this some time ago. I need to uninstall it in order to install latest version. It will not uninstall I immediately get an error message install.res????.dll and the uninstall stops. My web server also does not work - I think as a rsult of installing the beta version.
0
1164
by: PROCOS | last post by:
I already posted this in "Framework.Setup" but I think this was the wrong newsgroup. So here we go again: ------------------------- We have a large software suite (> 200 installation files + resource dlls) witch is written for framework 1.1. We use a 3 tier approach and remoting. Deployment is always a big issue for our customers and therefore ClickOnce would be an excellent solution. So my questions: 1) Is ClickOnce doing well with a...
5
1898
by: nhmark64 | last post by:
Hi, What is the relationship between "Microsoft .NET Framework 3.5 – Beta 1" and "Visual Studio Code Name "Orcas" Beta 1"? Should I install 1 first than the other, or just 1? I need to start a C# LINQ project for my job. Thanks, Mark
11
1982
by: Ken Fine | last post by:
I am using VS.NET 2008 and like it a lot. One of the very few things I don't like is a bug that seems to spawn literally thousands of   strings, one after the other, on design view changes. Sometimes I will end up with as many as 30,000 of them. I have to do a "Replace" which is slower than I'd like. This is slowing down my work a lot. This might be related to a commercial control I'm using, or it may just be VS.NET's indentation getting...
1
1594
by: Dave | last post by:
So far, I have done all of my programming for PowerPoint addins in VBA. I have created one small class in Perl, which my addin code accesses through a .dll which is registered using regsvr32. I would like to take advantage of some of the functionality provided by vb.net and I would like to end up with an addin that can be deployed to other users, most of whom are PowerPoint 2003 users. I downloaded VS 2008 Beta 2 and installed it ok on...
2
1097
by: rowe_newsgroups | last post by:
All my AJAX extensions seem to now be broken after installing the beta for VS 2008. I seem to remember seeing a link for a script I need to run to fix this, but for the life of me I can't find the link. Any one know where this script is at? Thanks, Seth Rowe
5
1169
by: GS | last post by:
Or did I get mixed up with the CTP version release? what about the status of .net 3?
2
1432
by: Kerem Gümrükcü | last post by:
Hi, for some unknow reason the UI of the VS2008 didnt respond to any kind of input even like Ctrl+F4 or Exit Command. The Save,Open,Save As, commands didnt respond and the IDE gave me that MessageBox, but best of all: There was NO Modal Box at all, nothing to close, nothing in background, nothing behind the IDE, even Spy++ told me the same. I had to do a pskill to restart the IDE. I was just lucky that i did save my work before
0
9310
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9182
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2724
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.