Related questions
Using DirectX with Visual Studio 2012
I have some DirectX projects written in C# that I need to run via Visual Studio 2012 specifically.
All of these projects use the namespace called, "Microsoft.DirectX".
Microsoft Windows SDK installed completely and successfully on my Windows 8 computer, however this …
How to deploy a Metro App to the Desktop?
I am trying to deploy my C# app to my Windows 8 Metro desktop. I can see the deployed files in the bin folder but when i try to open them i get the following error:
This application can only run …
WebClient class doesn't exist in Windows 8
I want to use a HTTP webservice, and I've already developed an app for wp7.
I use the WebClient class, but I can not use it for windows 8 ("error: type or namespace can not be found").
What else can I …