VB6 & SQL Server 2005
When i run the Windows based Software exe file,
it is showing the login page,
after login page - no screen is displaying,
I checked the task manager, in task manager it is showing as software as running,
But there is no page is appearing.
Is any firewall blocking or some other issue. But software is running with out displaying anythings.
How to solve this issue?
I would check your code. Specifically the code that run after the login screen has unloaded. Maybe you are running a com object that does not have an interface and does not unload, for instance a dll. Or perhaps a function that runs a routine that does not terminate.