windows-8 Questions
8
I am trying to update my VS Code but am getting an error message: Updates may fail due to anti virus software and/or runaway processes.
A log file stemming from my Users was attached, but I am not ...
Herc asked 8/11, 2020 at 21:28
7
Solved
I'm developing a Windows Store App using C# + XAML. When I add a TextBox with the property TextWrapping set to NoWrap, a "X" appears at the end of the TextBox when it's focused.
So, I need to re...
Uteutensil asked 26/2, 2013 at 18:17
12
I am attempting to launch a website from an 'AppPool' called 'SomeAppPool' which uses the 'ApplicationPoolIdentity' and when I do I receive the following error when I launch the website:
The curre...
53
Solved
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 the server doesn't have a ...
Amine asked 18/5, 2010 at 18:7
29
Solved
I installed a retail version of Windows 8 Pro. I downloaded and installed Visual Studio Express 2012. I asked for and received a developers certificate. Then I tried to create a hello world app.
F...
Naomanaomi asked 15/11, 2012 at 19:1
7
Solved
I am trying to create a new ZIP package from code with one entry and save the ZIP package to a file. I am trying to achive this with the System.IO.Compression.ZipArchive class. I am creating the ZI...
Ennoble asked 10/9, 2012 at 8:21
1
There are some C# libraries that allow to capture mouse and keyboard events by listening to low level Windows calls by installing global hooks, but none of them allows capturing Windows 8 Stylus pr...
Fibrosis asked 9/5, 2014 at 9:59
22
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 from this, I get:
SignTool Error: No ...
Palladio asked 8/4, 2014 at 19:25
8
I have installed Node.js in Windows 8 PC and installed the Node.js plugin for Visual Studio 2012. I executed a basic program from Visual Studio 2012 which just prints a string on console
console.lo...
Terrify asked 29/8, 2013 at 5:33
8
Solved
I'm running Windows 8 and I can not get javac to work.
I have set my PATH in environmental variables to
C:\Program Files (x86)\Java\jdk1.7.0_17\bin
I have tried both with and without ';' but ...
Grandee asked 22/3, 2013 at 16:51
10
Solved
I have uninstalled and reinstalled mongo (3.0.1), being sure i accepted the network access on windows 8, and yet i still have the same issue of "waiting on 27017".
The commands i sent are the foll...
25
Solved
When I type python into the command line, the command prompt says python is not recognized as an internal or external command, operable program, or batch file. What should I do?
Note: I have ...
3
Solved
I have a clean install of Windows 8 on a partition, with Visual Studio 11/2012 Professional installed and I cannot find regtlibv12.exe inside C:\Windows\Microsoft.NET\Framework\v4.0.30319.
Below i...
Rowenarowland asked 7/10, 2012 at 14:16
6
Solved
I want to change spacing between items in listView (maybe i should use another View-element?) Code looks like this:
<ListView SelectionMode="None" HorizontalContentAlignment="Left" >
<L...
Allegory asked 21/7, 2012 at 18:26
3
I want to start an application through batch file at a specified time. I'm able to launch it using:
@echo off
start notepad c:\test.txt
But how do I make the batch file start the task at a speci...
Grimonia asked 17/3, 2013 at 3:15
9
Solved
I have installed MinGW C compiler in Windows 8 (64 bit) through the GUI installer.
But when I try to compile a C program, gcc says: gcc: CreateProcess: No such file or directory
It is a common bug...
8
I have VS 2013 and Microsoft Windows 8.1
The issue appeared at the ending of last week. Without any updating or important changing, when I do somethings in VS, disk usage reaches 100%. For example,...
Counterpressure asked 25/1, 2015 at 6:6
11
Solved
i have a file downloader function:
HttpClientHandler aHandler = new HttpClientHandler();
aHandler.ClientCertificateOptions = ClientCertificateOption.Automatic;
HttpClient aClient = new HttpClie...
Chism asked 18/12, 2013 at 15:9
4
Solved
I tried InkScape & XPS method, but it doesn't give me correct XAML.
Can anyone please convert this SVG to WinRT compatible XAML ?
Windowlight asked 4/9, 2013 at 21:25
5
Solved
I'm using a webview in an app to display externally hosted content, but the web view lets the user zoom with a pinch gesture and I'd like to disable this.
I can't find any such property on the web...
Latium asked 30/9, 2012 at 20:23
2
I have windows 8, and I'm using the command prompt. It says C:\Windows\System32>
and if i try to change directory, it says "The system cannot find the path specified."
In this case, im typing the ...
5
To open a URL from a .NET application, many sites (including on StackOverflow) cite this example:
Process.Start("http://www.google.com/");
On Windows 8, this works if Internet Explorer is the de...
Jolee asked 30/8, 2012 at 22:17
4
How i can convert SVG file to XAML in windows 8 / WinRT. I am new to this XAML / SVG environment. So anyone please help me to implement the same in windows 8. I need to parse this svg file and need...
Mullock asked 2/12, 2013 at 12:58
2
Solved
Is it possible to cancel HttpClient GET web request in Windows 8. I am looking for a solution to cancel my web request if the user press back key from the page. In my app i am using a static class ...
Odds asked 2/8, 2013 at 9:45
13
Solved
I'm struggling to get my Windows 8 application to communicate with my test web API over SSL.
It seems that HttpClient/HttpClientHandler does not provide and option to ignore untrusted certificates...
Aurie asked 23/9, 2012 at 14:45
1 Next >
© 2022 - 2024 — McMap. All rights reserved.