Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created exe in advance installer with all pre requiste in it. This exe is desktop application which was developed in Visual studio 2013 (WPF). This application is working in windows 7 but not able to play in windows 8 and 10. Error is

C#
Faulting application name: navigation.exe, version: 1.0.0.0, time stamp: 0x576e692e
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16384, time stamp: 0x5010ac2f
Exception code: 0xe0434352
Fault offset: 0x00014b32
Faulting process ID: 0x498
Faulting application start time: 0x01d1d403ea91ed37
Faulting application path: C:\Program Files (x86)\Visl\Vidwath_English\Vidwath_English\navigation.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report ID: 2ca5d86a-3ff7-11e6-be6d-020ce70b0102
Faulting package full name: 
Faulting package-relative application ID: 


What I have tried:

C#
Faulting application name: navigation.exe, version: 1.0.0.0, time stamp: 0x576e692e
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16384, time stamp: 0x5010ac2f
Exception code: 0xe0434352
Fault offset: 0x00014b32
Faulting process ID: 0x498
Faulting application start time: 0x01d1d403ea91ed37
Faulting application path: C:\Program Files (x86)\Visl\Vidwath_English\Vidwath_English\navigation.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report ID: 2ca5d86a-3ff7-11e6-be6d-020ce70b0102
Faulting package full name: 
Faulting package-relative application ID: 
Posted
Updated 8-Jul-16 17:18pm
Comments
Beginner Luck 5-Jul-16 2:28am    
maybe .net framework is missing go check the versions
Bernhard Hiller 5-Jul-16 2:41am    
Add some logging to get more information on where the error happens. Also add handlers to UnhandledException and UnobservedTaskException.
Philippe Mori 5-Jul-16 12:05pm    
Don't repeat same information twice. Your What I Have Tried section does not tell anything you tried.

1 solution

There is no way for us to know what the problem is because we can't see your code nor can we run your app. It is quite likely a permissions issue. However, you need to add better exception handling to your code so you can figure out what is happening.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900