40 questions
-4
votes
1
answer
9k
views
How do I install Python on Windows 7 32 bit? [closed]
I went to the link here, python 3.8 download page, but there is no installer executable. How can I get the normal python installer download for older versions as is available on the most recent page?
(...
0
votes
1
answer
51
views
Is Anti malware available with any version of windows 7 embedded, Or please suggest any 3rd party anti malware for windows7 embedded
Is Anti malware available with any version of windows 7 embedded, or please suggest any 3rd party anti malware for windows7 embedded.
If available then let me know how to implement it?
0
votes
1
answer
864
views
usbser.sys on Windows 7 Embedded, installed but not found
I've installed a barcode reader on a Windows 7 machine: it is configurated with virtual serial port mode.
At the initial moment the driver was not found; looking in the Windows folders I did not find ...
0
votes
0
answers
690
views
Touchcreen on Windows 7 Embedded
I have one of these MPI7001 7inch capacitive touchscreen device. This is documented in this link here.
I got it to work (display and touch) on Raspbian. However I need this to run on my windows 7 ...
3
votes
2
answers
8k
views
Starting GUI application from Windows Service - Approaches
Note: Despite appearing as yet another question of the same matter, it's not, but choosing the right title seems hard so more appropriate title change is welcome.
I'm trying to solve an issue of ...
0
votes
1
answer
119
views
CefSharp TouchInput on Windows 7
I have my application installed on a Windows 7 Pos Ready computer and I've issues with the touch input. It just doesn't work and doesn't respond to any touches. If try to click things with my mouse ...
3
votes
1
answer
1k
views
Is it possible to run a .NET core 3.1 app on Windows 7 Embedded?
I am trying to run a .NET Core 3.1 WPF application on a Windows 7 Embedded VM. Unfortunately, Windows 7 Embedded does not officially support .NET Core. Is there a workaround to get this to work anyway?...
1
vote
0
answers
147
views
Conversion from String to Date error appearing on window embedded but not on windows 10
I have a problem which appears on windows7embedded 32bit but not on my windows10 64bit developing desktop. I run the exactly same code.
I have a variable as Date which contains date and time.
Then I ...
1
vote
2
answers
1k
views
Installing MSVC redistributables on Windows 7 embedded standard
I have built a DLL that will be used on a machine running windows 7 embedded standard.
Now that I'm trying to integrate it, it complains about missing MSVCP140.dll.
No big deal, I just have to ...
2
votes
0
answers
2k
views
C# create firewall rule to allow system to respond to pings?
I inherited a C# application and working on it. It creates some firewall rules programmatically. By default it disables everything on a specific interface, then allows a few specified TCP ports ...
0
votes
0
answers
114
views
C# hangs on closing connection with Arduino
I'm writing a C# program that sends some simple commands to Arduino. via USB serial virtual port.
Sometimes happen that the program hangs, even if the code is protected by a try/catch block.
...
3
votes
0
answers
530
views
WPF app does not start on Windows 7 Embedded - how to trace causes
I created a simple WPF app from Visual Studio project template (VS 2015). I only changed target framework to .Net 3.5 Client Profile. Then I had to remove the following assembly references Microsoft....
1
vote
0
answers
147
views
.NET 2.0 ThreadPool Thread Stack Increase Causing Out of Memory Exception (Commit Limit Reached)
OS: Windows 7 Embedded
RAM: 1 GB
Paging File Size: 500 MB
Remaining Disk Space: ~1 GB
.NET: 2.0
I am working on a .NET 2.0 Winforms application written in C# that is running on Windows 7 Embedded,...
0
votes
0
answers
519
views
Running of exe file of .NET application in Windows 7 embedded stopped
I have created a windows application in Visual Studio 2010 with .Net Framework 4.0, in an operating system windows 8.1.
I am trying to execute an .exe file of my application in windows 7 embedded with ...
73
votes
10
answers
247k
views
A certificate chain could not be built to a trusted root authority
During the installation of .NET Framework 4.6.2, I got an error:
.NET Framework installation failed: -2146762486. A certificate chain
could not be built to a trusted root authority
A solution to ...