.net 3.5 simple win application error

0

I have a .net win app that seems to work for all our of test machines but the client is getting this error after installation. So the install seems to be working but the app running creates an issue.

The exception unknown software exception (0xc06d007e) occured in the application at location 0xfd96aa7d

Any ideas how to fix or troubleshoot without going back to the customer for techie debug

c#
.net-3.5
installation
asked on Stack Overflow Feb 8, 2011 by Quotient

2 Answers

0

Idea for troubleshooting - there may be an entry in Administrative Tools->Event Viewer (look inside Windows Logs->Application) that could help you narrow down the reason for the failure.

answered on Stack Overflow Feb 8, 2011 by Mohit Chakraborty
0

The issue was that some of the resources where being blocked by the end user downloading from the web. FTP solved it

answered on Stack Overflow Feb 9, 2011 by Quotient

User contributions licensed under CC BY-SA 3.0