Questions tagged [.net-client-profile]

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

Resources:

74 questions
0
votes
0 answers

.Net framework client profile issue

I have a C# project developed by someone else. When I open it in VS 2013 then it shows message that it is targeting .Net Framework 4.0 client profile which is not installed so either change target to 4.5 or install it 4.0. I downloaded .Net…
Frank Martin
  • 3,147
  • 16
  • 52
  • 73
0
votes
2 answers

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, but when running on a fresh install of XP SP3 with…
oltman
  • 1,772
  • 1
  • 14
  • 24
0
votes
1 answer

Is there any chance a project which compilation depends on the full profile that it will work in a machine with only the client profile?

My project uses a given DLL. When I try to compile it with the .NET Framework 4.0 Client profile, it doesn't find the DLLs classes and the compilation fails. After I switch to the full profile the compilation works. Is there any chance that the…
0
votes
2 answers

Why sql server didn't get administrator rights which was installed during application setup process?

Hello I am building a windows based application. I am generating setup with install shield in visual studio. Now I am adding prerequisites as .net framework 4 client profile and sql server 2008 express. and selecting option of Download prerequisites…
user2648099
0
votes
1 answer

May installing/using .NET 4.0 full profile require elevated admin privileges?

If we develop a traditional desktop WinForms app with the target framework set to '.NET 4.0 Client Profile' and would like to switch to the full .NET Framework profile, can it cause any issues which can be solved only by elevating the app rights?…
0
votes
1 answer

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 Framework subset” checkbox (and click Save all), it has…
Tomáš Kafka
  • 4,405
  • 6
  • 39
  • 52
0
votes
1 answer

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 and excluded from this? Does anyone know?
AJM
  • 32,054
  • 48
  • 155
  • 243
0
votes
2 answers

How to reference system.design in a client profile project?

I have a project which is purely made of .net client profile. I needed to use a control nut this control uses the reference system.design, which does not available on client profile, I cannot change my project framework, and I need this library, so…
Abdallah Nasir
  • 607
  • 6
  • 33
0
votes
1 answer

Is there a mocking framework that works with the .NET Client Profile?

I have a somewhat exotic use case for a mocking framework. I would like to generate stub objects to be used by the WinForms designer in my client application. The point is to enable dependency injection using a static service locator, while…
Alex J
  • 9,905
  • 6
  • 36
  • 46
0
votes
1 answer

Install Gitextension on a machine with .NET4 client profile

I want to install GitExtensions on my new laptop. The Microsoft update already installed the .NET Framework client profile on the machine. But the GitExtensions installer complains, that the .NET Framework is not installed. Is this a similar problem…
harper
  • 13,345
  • 8
  • 56
  • 105
0
votes
3 answers

Cannot deploy Visual C# application

I have been able to run my C# .net 3.5 app just fine on my development machine, but I can't seem to get it run anywhere else. The client machines have the 4.0 .net client profile installed and after looking up what is left out of the client…
user912447
  • 696
  • 1
  • 11
  • 31
0
votes
4 answers

Only some projects in a solution targeting Client Profile of .NET framework 4

In case most projects inside a WPF app solution target .NET Framework 4, can some class library projects of the same solution target .NET Framework 4 Client Profile? Is it totally okay, or could there be something wrong with such a combination?
rem
  • 16,745
  • 37
  • 112
  • 180
0
votes
1 answer

Resolving type in referenced .NET assembly

I'm unable to reference certain types in a separate assembly. The strange thing is that, when I browse the referenced assembly in the object model, I can see the type I'm looking for there. But when I try to reference the type, the compiler gives…
McGarnagle
  • 101,349
  • 31
  • 229
  • 260
1 2 3 4
5