Resources: How to: Target a Specific .NET Framework Version or Profile .NET Framework 3.5 Client Profile Official website Wikipedia .NET Framework 4 Client Profile article
74
votes
4answers
29k views
Difference between .NET 4 Client Profile and Full Framework download
The .NET 4 32 + 64 bit Full is 48.1 MB and the Client Profile is 41.0 MB.
When is it preferable to install the Client Profile instead of the full .NET Framework? What difference is there between the ...
27
votes
5answers
3k views
How do you UrlEncode without using System.Web?
I am trying to write a windows client application that calls a web site for data. To keep the install to a minimum I am trying only use dlls in the .NET Framework Client Profile. Trouble is that I ...
14
votes
3answers
583 views
What's the real benefit of .NET 4 Client Profile?
We have just upgraded our existing .NET application to compile against .NET 4.0. Our app is a WPF client app that gets installed on end user's machines, so it seems like a natural fit to use the ...
9
votes
2answers
5k views
What is “Client-only Framework subset” in Visual Studio 2008?
What does "Client-only Framework subset" in Visual Studio 2008 do?
6
votes
3answers
1k views
Target framework, what does “.NET Framework … Client Profile” mean?
In Visual Studio 2008, the target framework settings for a project are
.NET Framework 2.0
.NET Framework 3.0
.NET Framework 3.5
However, in Visual Studio 2010 they are
.NET Framework 2.0
.NET ...
6
votes
2answers
2k views
Why does Visual Studio 2010 have .NET Framework 4.0 Client Profile as default project type?
Client profile mode is the subset of Full .NET Framework and it eliminates the designer related assemblies which are unnecessary for the end user deployment and etc. Everything looks great and it ...
5
votes
1answer
165 views
Can someone provide a complete Wix 3.6 Bundle example bootstrapping .Net 4 Client Profile
I just do not understand Wix 3.6 I guess. I have been reading for 2 days to try and construct a working example of a Wix 3.6 installation script.
We currently use Wix 3.5 and now we would like to ...
5
votes
1answer
528 views
Show up the On Screen keyboard if the user sets the focus on a textfield. WPF with .Net 4 Client profile
For my full screen WPF application, I need to show up the Windows 7 onscreen keyboard, if a user sets the focus on a textfield.
There's no hard keyboard for the panel, just a mouse device to interact ...
5
votes
1answer
1k views
'.NET Framework 3.5 SP1 Client Profile' prerequisites
I have a .Net Setup Project and set the install location for prerequisites to 'download from same location as my application'.
I downloaded the 'Microsoft .NET Framework Client Profile Offline ...
5
votes
2answers
556 views
Why Microsoft .NET Framework Client Profile is 256 MB?
Microsoft .NET Framework Client Profile Offline Installer - 255.6 MB. Shouldn't it be 27MB or so?
Here list of biggest files within package (size in bytes).
dotnetfx35.exe (242 743 296)
...
5
votes
6answers
5k views
Alternative to HttpUtility for .NET 3.5 SP1 client framework?
It'd be really nice to target my Windows Forms app to the .NET 3.5 SP1 client framework. But, right now I'm using the HttpUtility.HtmlDecode and HttpUtility.UrlDecode functions, and the MSDN ...
5
votes
3answers
552 views
Is the .NET Client Profile worth targetting?
I've recently been looking into targeting the .NET Client Profile for a WPF application I am building. However, I was frustrated to notice that the Client Profile is only valid for the following OS ...
4
votes
2answers
247 views
LINQ to JSON in .net 4.0 Client Profile
How would I go about about using LINQ to JSON in the .net 4 Client Profile in C#. I'd like to query certain json responses as shown in msdn blog post without having to write out a contract ...
4
votes
2answers
1k views
Client Profile Application prerequisites
One last question about Client Profile installation. I downloaded the Microsoft .NET Framework Client Profile Online Installer because we want to put it in the installation CD because our end user ...
4
votes
3answers
928 views
How do I make a custom .net client profile installer?
For .net 3.5 SP1, Microsoft have the new client profile which installs only a subset of .net 3.5 SP1 on to Windows XP user's machines.
I'm aware of how to make my assemblies client-profile ready. And ...
3
votes
1answer
39 views
Why does my app require the full .NET 4 Framework?
I have a WinForms app targeting the .NET 4 Client Profile. However, when I try to run it on a machine that has only the Client Profile (and not the full/extended profile), I get ".NET Framework ...
3
votes
4answers
3k views
.NET Framework 4 Client Profile + System.Web.dll?
I'm currently developing an application for .NET 4 Client Profile, as this is the version that will be present on most home computers through Windows Update.
However, I cannot add a reference to ...
3
votes
1answer
305 views
Which version of .net 4.0 should be used for Windows Service (4.0 full or client profile)
With reference to this question, I would like to know which version (.net 4.0 client profile or full version) should be used for Windows service application and why?
3
votes
1answer
348 views
Clickonce + .net client profile 4 framework + offline
I have a windows form project using VS2010 and I am deploying using clickonce.
I need the application to work offline as well as online.
I have configured the prerequisite - .net client profile 4 ...
3
votes
2answers
335 views
.NET Client Profile on x64
I know that the .NET Client profile does not target x64 or ia64. However I do not know what that means?
There are two parts that it affects
If I set my application to use the .NET Client Profile ...
2
votes
1answer
63 views
WiX-Generated installer shows bootstrapper EULA dialog in quiet mode
I'm using WiX to generate an installer with a bootstrapper for the .NET 4 Client Profile. However, while the individual components each have a "quiet" mode (the generated MSI and the .NET 4 ...
2
votes
1answer
168 views
Visual Studio 2010 and .NET 4.0 Client Profile
We are a .NET component vendor, our product needs to connect to the internet to be activated. In Visual Studio 2010, as soon as you create a new WinForms project the .NET Framework 4.0 Client Profile ...
2
votes
1answer
166 views
Data Annotations on object model shared between 2 apps
I have a class library that contains my object model. I'd like each object to have data annotations to place validation rules into my model so that validation can be shared across 2 apps. One is an ...
2
votes
1answer
765 views
Consuming REST service with .NET 4 Client Profile
What's the easiest/best way to consume a RESTful service from a .NET client application using the .NET 4 Client Profile? Everything I have found ends up pushing me towards the full framework:
WCF ...
2
votes
1answer
60 views
How large is the download for the .NET 4.0 client profile?
I've seen numbers about the full install size of the framework, but my Google-fu has failed me when it comes to how large the upgrade download will be. For instance, for a user who has 2.0 installed, ...
2
votes
2answers
1k views
Supporting .NET Framework 3.5 SP1 Client Profile?
Are there any design considerations that need to be made when targeting the .NET Framework 3.5 SP1 Client Profile? I know it's a subset of the full framework, but what is missing and how will I know ...
2
votes
4answers
132 views
What is the .Net Client Profile PREVIEW?
I understand what the .Net Client Profile is, but what does "PREVIEW" mean? (http://www.microsoft.com/downloads/details.aspx?familyid=8CEA6CD1-15BC-4664-B27D-8CEBA808B28B&displaylang=en)
Is this ...
1
vote
1answer
23 views
.Net 4.0 App targeting the client profile still prompts the user to download full profile
I have a .NET Winform application that targets the '.NET Framework 4 Client Profile', it uses four more class library assemblies but they are also all targeting the client profile.
When I test this ...
1
vote
2answers
135 views
C++/CLI: is it possible to target the .NET 3.5 Client Profile using Visual Studio 2008?
I have a C++/CLI library that I'd like to target the .NET 3.5 SP1 Client Profile, but the client profile does not appear in the list of available frameworks. Is it possible to do this?
1
vote
2answers
189 views
Decoding Url with c# in .NET4 Client profile
How to decode URL in .NET 4 Client Profile?
HttpUtil is not accessible from this profile...Maybe some opensource libs?Or maybe some way to add HttpUtil without changing target framework?
1
vote
0answers
36 views
How do I determine if a particular assembly is available in Client Profile?
Given a particular reference assembly, what is the best way of determining whether it is available in a client profile or not?
1
vote
2answers
199 views
IOC Container that can target .NET Framework Client Profile?
On our current WPF project, we've been performing dependency injection using the Ninject IOC tool.
We want to target the .NET Framework Client Profile for a better download/install experience. The ...
1
vote
1answer
227 views
WCF for local and network mode application - plus question about .NET Client Profile
I'm building a WinForms application where I'll need it to work "locally" (just like Microsoft Word, saving and opening files from the file system) and also in a multi-user environment (communicating ...
0
votes
0answers
68 views
StackPanel and the .NET 4 Client Profile
I have an old WinForms app that needs a few new forms, which would benefit greatly from WPF. Following this tutorial:
http://www.switchonthecode.com/tutorials/wpf-tutorial-using-wpf-in-winforms
The ...
0
votes
3answers
50 views
Can .NET 4 applications use libraries targeted at .NET 4 Client Profile?
I don't know of any reason why this wouldn't be possible, but I'd like to make sure there aren't any potential pitfalls or gotchas here.
Can a .NET 4 application depend on a class library that's ...
0
votes
3answers
66 views
Urlencode large amount of text in .net 4 client C#
What's the best way to urlencode (escape) a large string (50k - 200k characters) in the .net 4 client profile?
System.Net.Uri.EscapeDataString() is limited to 32766 characters.
...
0
votes
1answer
109 views
Receiving “The name {ProjectNamespace} does not exist in the current context” when trying to include namespace
I have three projects:
TestNHibernateMappings - A console project
WebApplicationPbiBoard - An Asp.Net MVC 3 Web project
WebApplicationPbiBoard.Tests - An MsTest project
TestNHibernateMappings ...
0
votes
0answers
214 views
.NET Framework 3.5 Client Profile - Missing method System.Windows.Threading.Dispatcher.BeginInvoke(System.Delegate, System.Object[])
My application targets the .NET Framework 3.5 client profile and my setup is configured to install this framework using the online installer, but sometimes (at 3 users out of 12000) the application ...
0
votes
0answers
43 views
Visual studio prerequisites dialog problem
I have visual studio Msi project of my application installer .
I used the pre-request dialog to install components before my installation start ,
project -> properties -> prerequisites then I choose ...
0
votes
2answers
140 views
Install .NET Client Profile with autorun
Hi All :
I develop an WPF windows application and i want to run it from the cd , so is there any way to make autorun cd to install .NET framework then run the application.
0
votes
1answer
269 views
C#: Custom Control with ControlDesigner, using in other Project with Client Profile
I wrote a CustomControl with ControlDesigner for Design-Time interaction.
All works fine, but how can i release the custom control, to use it in other Projects with Client Profile Framework?
I can ...
0
votes
1answer
439 views
Missing “.NET Framework 4 Client Profile” as target framework in “New Project” window
".NET Framework 4 Client Profile" is missing in the "New Project" window in Visual Studio 2010, so I cannot set it as a target framework.
Any ideas?
0
votes
1answer
106 views
Can a webservice be called from the .Net 4 Client Profile?
Is there a way to call a webservice from a .Net 4 Client Profile client? My understanding is that System.Web is not available in the Client Profile 4.
0
votes
2answers
2k views
Check .NET 4 Full Framework is installed
If the .NET 4 Framework is not installed, the application bring a message, but if only the client framework is installed and the application need the Full Framework, nothing happend and the ...
0
votes
2answers
249 views
When will the .NET 4 Client Profile be pushed out over Windows Update?
When will the .NET 4 Client Profile be pushed out over Windows Update? Is there a published timeframe, or do we have any educated guesses?
Scott Hanselman said "later this year."
0
votes
1answer
203 views
Visual Studio 2010, targetting the 4.0 framework for debug and the 4.0 Client Profile for release
I have been unable to edit and continue in a project that targets the 4.0 Client Profile however i can if i am targetting the full 4.0 Framework.
I want to release against the client profile to limit ...
0
votes
1answer
167 views
NLog not logging messages on XP SP3 with .NET 3.5 Client Profile
I'm writing a program that is targeting the .NET 3.5 Client Profile and using NLog. I configure my logger programmatically on start up (no config file.)
It works perfectly on Vista and Windows 7, ...
0
votes
1answer
519 views
Checking “Client-only Framework subset” in C# project properties have no effect (VS2008), is this normal?
I wanted to try to deploy our project for .net 3.5 client framework (so that we could distribute it with smaller runtime), but when I go to VS 2008 Project properties and check the “Client-only ...
0
votes
1answer
77 views
Client Profile Preview - Whats included and excluded
My understanding of the client profile preview is that it's a stripped down version of .NET focusing on fulfiling the needs of client applications.
However it would be useful to know what is included ...
0
votes
1answer
54 views
How do I select the client only framework in a Managed Visual C++ project in VS 2008 Sp1?
The title said it all.