Application does not run on windows server 2019
Hi, I'm facing a weird problem. I have made a simple tool using VB.NET (vs 2019). I'm using GeckoFX 60 and Seleneium 4.0 alpha. It's fine on my PC. But It does not execute/appear in my client server (Win server 2019) even There is no error message. That is why I can't fix the problem.
Can anyone help me to fix this issue please?
Re: Application does not run on windows server 2019
check if a process is started in task manager. add a messagebox right at the entry point of your application to see if that gets hit.