Questions tagged [.net-4.5]

The 4.5 version of the .Net Framework, released by Microsoft. See the .Net tag for more information.

11 questions
9
votes
1 answer

Where is .NET Framework 4.5 directory located?

I installed .NET Framework 4.5 on Windows 7 Enterprise SP1 64 bit. When I looked in C:\Windows\Microsoft.NET\Framework (Framework64) directory, I did not see any directory containing files of .NET Framework 4.5, just…
7
votes
2 answers

.NET Framework 4.5 installed but not found in regedit

I just installed .NET Framework 4.5 and restarted the system. It shows installed in control panel but could not find in registry.
Raj
  • 503
  • 4
  • 9
  • 16
5
votes
2 answers

.NET 4.5 for Windows Embedded POSReady 2009

Is it possible to install .NET 4.5 on Windows Embedded POSReady 2009? Essentially I would like to run WPF 4.5 applications. I cannot find anything online, but as far as I understand POSReady 2009 is similar to Windows XP SP3 which does not support…
5
votes
1 answer

How to remove .NET Framework 4.5 Beta

How can you remove .NET Framework 4.5 Beta (either manually or using a cleanup tool)?
5
votes
1 answer

Does .NET 4.6.1 make .NET 4.0 redundant?

I have a app targeted at .NET 4.0.30319. Windows Update however only gives me the options to install 4.5.2 or 4.6.1 on my clients. Will the app run with .NET 4.6.1 or 4.5.2 installed? Or do I need to install .NET 4.0.30319 manually?
2
votes
0 answers

Why is the .NET Framework 4.5.1 not installing properly on Windows Embedded 8 Standard?

I've created an application which targets the .NET Framework 4.5.1 and has been running on quite a few Windows 7 Professional systems with no problems. We recently purchased a few Windows Embedded 8 Standard thin clients (IA64) to test the…
vane
  • 347
2
votes
2 answers

What is ".Net Framework 4.5 Advanced Services"?

In Windows 8, is .Net 4.5 an optional component? (In other words, can we uninstall it?) My first question is closely connected to the second one: What is ".Net Framework 4.5 Advanced Services" that we can find in "Windows features"?
1
vote
0 answers

RPC server is unavailable 0x800706BA, while updating password for user in active directory

I am using System.DirectoryServices.AccountManagement apis to create a new user/disable an account in Active Directory. When i am trying to create a new user, and set its password, m/c throws an exception with the message The RPC server is…
vishva
  • 11
0
votes
0 answers

Is .Net 4.5 included in Windows update?

I know that .net 4.0 is included in Windows 7s SP1. But if you keep your computer updated via Windows update, will .net 4.5 be installed?
Ziv
  • 516
0
votes
1 answer

Prevent replacing of .net 4 dlls when installing .net 4.5

I have a solution that contains dlls from janus that ate compatible with .net 4. After I installed visual studio 2012 - the application throws an exception : "the member is not supported in a dynamic assembly" although I open it with visual studio…
0
votes
1 answer

Can I run an app built with .net framework 4.7 on Windows XP

Im building a vb.net WPF application on Visual Studio. The app targets .Net framework 4.7. Some of my customers might run my app on their Windows XP machine. According to Microsoft XP doesn't support .Net framework 4.5 and later. So I was wondering…
Somanna
  • 135