MFC application issue on Windows Server 2019

  • Thread starter Thread starter scsn
  • Start date Start date
S

scsn

Guest
Hi

I have a Windows MFC application that I wrote many years ago and has been running on WIndows 2008 server for years without any issues. I placed the same application on a Windows 2019 server , and after a day I get the application not responding error. The application is a server application that uses IOCompletion with sockets and standard threads. These still get called and application still works, the mfc application is a Dialog and I cannot display the dialog after about a day, and get the Not responding message in the task manager. The only message I use in the MFC is CTimer, every second and display a few things on the dialog box. I commented out the code that displays the info, but still teh issue happens. I placed it back on the 2008 server to test , and it ran for a few weeks without any issues. So I tried it again on the 2019 and it happened again. Has anyone had any issues with 2019 server?


Cheers

Neil

Continue reading...
 
Back
Top