Questions tagged [.net-client-profile]

The .NET Framework Client Profile is an optimized subset of the .NET Framework targeting client applications.

Resources:

74 questions
1
vote
1 answer

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 the download required to install. Is there anyway…
Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228
1
vote
1 answer

Add Reference 4.0 Dll to 4.0 ClientProfile application in VS2012

I am working on Multiple versioned projects. One is 4.0 Version and another is 4.0 ClientProfile. How could i add 4.0 Assembly to 4.0 ClientProfile. If i adding like normal reference means its not adding properly or the classes i cannot…
sarathkumar
  • 428
  • 3
  • 13
1
vote
0 answers

Changing from Client Profile to Full removes add service reference

The title says pretty much everything. When I try to add a reference to a DLL it disappears, this is due to targeting the Client Profile instead of the full profile. I've Googled and found the fix for this is to change the target to Full Profile.…
Ben
  • 88
  • 1
  • 12
1
vote
1 answer

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 with a server in the network, via TCP/IP). In…
LeoD
  • 2,002
  • 5
  • 25
  • 24
1
vote
1 answer

Servicestack - run built-in clients on the .net client profile framework

Is it possible to run servicestack's built-in clients on the .net client profile framework? When i change the target framework property in the project settings to ".Net Framework Client Profile" and try to compile i get the following message: the…
Renato Heeb
  • 719
  • 8
  • 18
1
vote
0 answers

The type or namespace name 'Oracle' could not be found (are you missing a using directive or an assembly reference?)

I have created a new Console Application project with Visual Studio 2010 (I tried with VS 2012 and the problem is the same). The using are: using System; using System.Data.Common; using Oracle.DataAccess.Client; In the Main method I wrote this…
1
vote
1 answer

Do all the projects that reference each other need to be in same target framework?

I have a windows-form application which consists of three sub projects. Project A - Classes Project B - Classes Project C – view (win forms) When I try to add reference to of project B to project C it adds the reference fine. But when I build the…
0
votes
3 answers

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 targeted at .NET 4 Client Profile? Are there any…
Eric
  • 5,842
  • 7
  • 42
  • 71
0
votes
1 answer

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 needs a reference to the PbiMap class located in…
Vish
  • 453
  • 6
  • 18
0
votes
1 answer

"Add Reference" options is not available in Class Library project dependencies

I am building a webAPI client project called "eCommUtility.Client", and I am trying to add a reference to the "System.Web.dll" to use HttpContext. However, whenever I try to add a new reference, the options I get are only "add a project reference"…
developer
  • 35
  • 3
0
votes
2 answers

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.
DEVMBM
  • 492
  • 1
  • 5
  • 17
0
votes
1 answer

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 add the Control to other Projects (with Client…
Wowa
  • 1,791
  • 1
  • 14
  • 24
0
votes
1 answer

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
1 answer

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.
Sean Kearon
  • 10,987
  • 13
  • 77
  • 93
0
votes
2 answers

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."
sourcenouveau
  • 29,356
  • 35
  • 146
  • 243