.net-client-profile Questions
9
Solved
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 ...
Subtitle asked 1/10, 2010 at 15:42
2
Solved
The Publish feature stopped working once I installed Visual Studio 2012. Publish cannot find the prerequisite Microsoft .Net Framework 4 Client Profile (x86 and x64). Previously in Visual Studio 20...
Solicitude asked 15/3, 2013 at 16:5
3
Solved
I tried to construct a working example of a WiX 3.6 installation script. We currently use WiX 3.5 and now we would like to begin installing the .NET 4 Client Profile framework as a pre-requisite fo...
Davidson asked 26/1, 2012 at 16:11
7
Solved
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 docume...
Impiety asked 30/8, 2008 at 20:13
0
I would like to have the functionality of DataBinder.Eval (i.e., perform runtime databinding); however, DataBinder.Eval is defined in the System.Web assembly, which is not available on the .NET Fra...
Unifoliolate asked 5/9, 2012 at 18:18
2
Solved
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 Ins...
Arianism asked 17/1, 2011 at 15:34
2
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 Cl...
Lesser asked 28/12, 2010 at 22:2
4
Solved
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 S...
Lightyear asked 12/2, 2011 at 23:6
1
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 inter...
Lintel asked 14/4, 2011 at 21:21
2
Solved
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?
Sibeal asked 8/4, 2011 at 22:59
2
Solved
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?
Intellectualize asked 18/2, 2011 at 17:42
2
Solved
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 happened and the applic...
Cerebral asked 15/7, 2010 at 7:55
3
Solved
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...
Custos asked 19/5, 2010 at 12:58
4
Solved
The Microsoft .NET Framework 4.0 full installer (32- and 64-bit) is 48.1 MB and the Client Profile installer is 41.0 MB. The extracted installation files are 237 MB and 194 MB r...
Haim asked 3/5, 2010 at 15:41
2
Solved
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 r...
Rob asked 1/3, 2010 at 17:10
2
Solved
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)
DotNetF...
Watersick asked 30/6, 2009 at 21:54
1
Solved
What does "Client-only Framework subset" in Visual Studio 2008 do?
Ardeliaardelis asked 15/9, 2008 at 22:30
3
Solved
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...
Suttle asked 19/8, 2008 at 4:28
1
© 2022 - 2024 — McMap. All rights reserved.