When I try to serve a WCF service on IIS in a Windows 8 machine, I get the well known error The page you are requesting cannot be served...
I’m trying to get content of HttpResponseMessage. It should be: {"message":"Action '' does not exist!","success":false}, but I don’t know, how to get it out of HttpResponseMessage. HttpClient httpClient =...
I’m trying to sign a Windows 8 appx package with a pfx file I have. I’m using a command like so: signtool.exe sign /fd sha256 /f "key.pfx" "app.appx" And...
We are unable to connect to an HTTPS server using WebRequest because of this error message: The request was aborted: Could not create SSL/TLS secure channel. We know that...
In Windows 7, you could go into a programs compatibility settings and check off to always run as an Administrator. Is there a similar option in Windows 8? I’ve...
As far as I can see you have the JRE in your PATH, but not the JDK. From a command prompt try this: set PATH=%PATH%;C:\Program Files (x86)\Java\jdk1.7.0_17\bin Then try javac again – if this works...