Problems with .NET 2.0

One user of an application says they tried to setup my software on 3 different machines. There using a local spanish version and get their errors in spanish.

However the errors they are getting from my software is something like: "Application couldn't be started because configuration is incorrect. Reinstall application to solve the problem. "

The issue here can only be a framework issue though since the application doesn't even startup.

Is there a common way to debug this in order to find out why it fails on the users machine?

Thanks.

-- Henrik

[599 byte] By [HenrikGoldman] at [2007-12-28]
# 1

It sounds like the user might need to repair the .NET Framework on this system in order to resolve this issue. However, it might also be worth trying to debug this further if you can get access to a system that reproduces this problem. If you have access to a system like this, I'd suggest trying to run your application under a debugger to see if it gives you any more detailed error messages. It might also help to use a tool like Process Monitor (described at http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx) to try to narrow down what files and/or registry values are missing that your application needs when it tries to start running.

Hopefully this helps.

Thanks! Aaron

AaronStebner at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Setup...

.NET Development

Site Classified