10,226 questions
0
votes
1
answer
402
views
Is there a way to compile a .NET 8 project to run on Windows 8? [closed]
I am new to .NET development environment. I have created a project with .NET 8. It works perfectly on Windows 10+, but the problem happened when I run it on Windows 8. It wouldn't load.
I looked ...
0
votes
1
answer
2k
views
How to solve a connection refused to localhost error SQLCODE -902?
Everyday for the past two weeks I've been successfully connecting to my Firebird database (2.0.1) with the isql prompt using the following connection string:
SQL> CONNECT "localhost:C:\Users\...
1
vote
1
answer
347
views
Signing kernel mode driver for Windows 8.1
Until recently I had working an EV-certificate from GlobalSign that allowed me to sign a Windows kernel mode driver and load that driver under Windows 8.1. Unfortunately, this certificate expired and ...
0
votes
1
answer
994
views
How to create share and grant multiple permissions on Windows8 using script
Requirement : I want to create a script to manage share and assign multiple permissions on windows 8 machine using NET SHARE command. It doesn't support SMB modules( New-SmbShare and Set-Smbshare) as ...
-1
votes
1
answer
513
views
Compiling Windows apps for other versions of Windows
Are binaries built on Windows 7 guaranteed to work on 8/Vista, 10, and 11?
Are binaries built on Windows 10 guaranteed to work on Windows 11?
I've seen some things that make me wonder if Windows 11 is ...
0
votes
1
answer
303
views
Windows 8 server , IIS 7.5 , .net version 4.6 , ASP.NET_SessionId cookies is not reflecting SameSite attribute
as per recommendations I have written the rewrite rule to set the SameSite attribute for all cookies but that is not helping out. Surprisingly whether I have this rule added or not value for samesite ...
1
vote
1
answer
3k
views
HOW TO INSTALL A NODE V>14 IN WINDOWS 8?? Please someone help me
Right now I use node version 13.14.0 but to use the new version of create-react-app v5.0.0, I need to use node version 14 or later , which is not supported in windows 8. Does anyone have a solution ...
1
vote
2
answers
5k
views
git clone : This application requires one of the following versions of .NET Framework: .NET framework,Version =v4.7.2
I am trying to git clone from the remote repository to my local repository. whenever I enter
the git clone command and enter my username and password I am getting the following error.
This application ...
0
votes
0
answers
250
views
Error running WPF application using ChromiumWebBrowser from CefSharp.Wpf on Windows 8.0 SP1
I need to use WPF aplication on Win 8.0 with .net 4.6.2
I want to use ChromiumWebBrowser on it.
Unfortunately, when I start the window with that ChromiumWebBrowser component, the application closes ...
0
votes
1
answer
517
views
How to write programs for Windows RT?
I am wondering what i would need to write some programs for Windows RT. I am going to get a Surface RT (the one with the ARM Chip) for some school stuff and small experiments, because my Laptop i ...
1
vote
2
answers
3k
views
Flutter update causing error "Flutter requires PowerShell 5.0 or newer" irrecoverable
After I updated flutter (using "flutter update") I start getting an error
Flutter requires PowerShell 5.0 or newer
And on my Windows 8, I am not able to install PowerShell 5.0. It is ...
3
votes
6
answers
19k
views
Task Scheduler did not launch task "\abc" because instance "(GUID)" of the same task is already running [closed]
I am scratching my head for the last 2 days because of this issue. This error is intermittent on the production server as sometimes the task scheduler works and sometimes not.
The same settings work ...
13
votes
9
answers
62k
views
VS Code Failed to Install Visual Studio Code Update
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 ...
0
votes
1
answer
524
views
How to run anaconda 3 after install
I'm very new to anaconda and i just installed anaconda3 and i didn't choose the "add path" in the installation because it says "not recommended" and now i totally regret it because ...
0
votes
1
answer
396
views
Docker Installation Issue on Windows 8
I am trying to install docker using DockerToolBox and followed steps from ToolBox_Install_windows but I am getting this error:
00:00:51.238278 Guest Control: GUEST_MSG_REPORT_FEATURES: 0x1, ...
