1

I am running visual studio 2012 and I have installed mvc 4.0. on my machine. Though I am targetting .Net v4.0 I have added a reference to System.Net.Http.dll. I need to make some json calls. Everything is working fine... on my machine. When I am installing the executable (wpf application) on a machine running Windows Xp there is an exception stating that could not load file or assembly System.Net.Http.dll or one of its dependencies. I have added to the installation folder all the contents of mvc4 assemblies folder

C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies

and still nothing.

What do I need to include to the installation in order to make my aplpication run on windows XP?

Running the mvc 4.0 installation is not an option. I need to be running one installation and one only. The one of my application.

Thank you very much!

1 Answer 1

1

System.net.http is a .NET framework 4.5 namespace, which is not supported by Windows XP.

Sign up to request clarification or add additional context in comments.

1 Comment

There is a version for System.Net.Http.dll for .net v 4.0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.