Questions tagged as 'windows'

0
answers

Python: IDLE does not open

I downloaded python 3.6.4 on windows 8, everything went perfectly until I tried to open IDLE, which closed at the same time. It opens the black screen and closes quickly in half a second. Does anyone know the solution?     
asked by 23.02.2018 / 03:08
0
answers

Trigger some type of event when an application is opened in C #

I need to prevent users of the company I work from opening many applications at the same time. For example, ABC.exe application can only be opened once on the computer (or 2x). So if you already have two instances of the ABC.exe process open in...
asked by 20.02.2018 / 22:19
0
answers

Problem in creating a batch file for windows

When I use this piece of code, it works normally: @echo off setlocal enableDelayedExpansion if exist 1 == 1 ( set /p CONFIRM="Previous version is installed! Continue?" ) if exist 2 == 2 ( set /p CONFIRM="Previous version is instal...
asked by 16.02.2018 / 12:21
2
answers

System.IO.IOException: The user name or password is incorrect

I have an ASP.NET application, which is an ASP.NET application, where I need to access a directory and check files and sometimes move and delete them. In my micro it worked perfectly, however when uploading the application on the IIS server it s...
asked by 28.02.2018 / 19:28
0
answers

Problems installing Android Studio

I downloaded and installed Android Studio. When I run it, it opens an initial configuration window where I select the theme and the program warns that it will download the android SDK and a support library. After a few minutes of download an err...
asked by 09.02.2018 / 10:57
1
answer

Avoid Windows compatibility mode

I'm servicing an old code in C #. The program was installed in Windows 7 at the time it was created, now with Windows 10 it is necessary to run with compatibility mode to work. Compiling with a more current .Net, would it no longer be nece...
asked by 06.02.2018 / 22:09
0
answers

Find File and Replace word in XML or TXT

Hello, I have to create a DOS command line script (Windows), which finds one or several .xml files that are located in a certain directory and changes a value of a tag, this tag can be fixed, I will always search for it and change it for a pr...
asked by 29.01.2018 / 18:23
1
answer

Error uploading mysql container (with volume)

Good Night. I'm learning docker and I can not upload a MySQL container when I add a volume mapping . Follow the errors and the docker-compose.yml file below. I'm using the docker toolbox in windows 10. mysql_teste | 2018-01-21 22:37:02 7ff00...
asked by 21.01.2018 / 23:40
0
answers

Error SDK MANAGER REACT-NATIVE

I finished an app in React Native. But when I start another, I get the error: start normally, react-native init appx react-native run-android    Scanning folders for symlinks in E: \ CryptoCoins \ node_modules (36ms)   Starting JS server ......
asked by 02.02.2018 / 04:38
0
answers

Problems using the Windows API Common File Dialog

I'm trying to use a windows API called Common File Dialog to create a window to open and save files. However I can not use the sample code that is there: link First of all: IFileDialog. It seems to be contained in a library called "Shobjidl",...
asked by 28.01.2018 / 01:02