i’ve made a .NET application on an Windows XP workstation and it works fine.
But if i try to run it on Windows 7 the application does not start at all – no windows, no error messages, nothing visibile. I’ve tryed in every combination of compatibility mode in 7 but no one works.
The only thing i can see in task manager is that when i start the application on windows 7 at the same time the werfault.exe process is started, then after a few seconds both disappears.
Is there a werfault.exe log file or something to check to understand what is happening?
Thanks
You may try looking at the Windows Event Log. It might contain information about the error. Also try running as administrator. You should also make sure that the correct .NET framework is installed on the Windows 7 machine.