Problem deploying WPF application
I created an installer for it, installed .NET Framework 4 on target开发者_开发知识库 machine. However, my application didn't work. I've got a message, that is has stopped working and offered to send a report.
Windows log: The name of the offending module: KERNELBASE.dll, version: 6.1.7600.16385 Exception Code: 0xe0434352 Offset error: 0x00009617
This could be many things. Ensure the correct .net runtimes are installed. Insure permissions are correct on all files. Did you forget to deploy some dependencies? Check the fusion log. Check the system log.
Do you have logging in your application? How far does the app get before crashing? We need LOTs of info before we can even start to help.
Insufficient information to give a meaningful answer.
Check your Windows event log log (administrative tools | event viewer | windows logs | application) and find the real error.
精彩评论