I am developing a .NET smart client application. A smart client application is an executable that is stored off a central machine (such as a web server) and can be fetched and launched by IE. Now, this application launches correctly on all machines except one where double clicking on the IE shortcut does not do anything.
I searched the web and figured out that this has something to do with the windows profile of the user logged in. Correctly enough, a different user logged on the same machine can launch the smart client application by double clicking the IE shortcut. The same user can log on to a different machine and launch the application, so the roaming part of the user profile is correct. If I delete the profile and let the user create a new profile, then things work, but am wondering if it is possible to figure out what part of the profile is causing the problem so that that can be corrected selectively and the user need not delete his profile. How do I go about debugging this? Thanks Raj =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
