Application crashes when installing on Windows 7 but not on Windows XP

Posted by JiBéDoublevé on Server Fault See other posts from Server Fault or by JiBéDoublevé
Published on 2012-06-23T12:18:25Z Indexed on 2012/06/23 15:17 UTC
Read the original article Hit count: 143

Filed under:
|
|

At my company, we're migrating from Windows XP to Windows 7. We've got 2 home made applications written in C# with the .NET framework 3.5. They use ClickOnce to be installed.

We're in the test phase and the installation of these soft crashes on some Windows 7 machines and doesn't on others. The difference between these machines should be the configuration of the policies. The only error message we've got is this one:

enter image description here

I tried to find some logs somewhere but there's nothing neither in the Event Viewer nor in the applications log (wich are poorly logged, then I'm not expecting miracle from this side :( )

These applications:

  • work with FTP servers
  • use WCF
  • use old deprecated libraries (as I'm not at work, I'll edit this post when I'll have the info)
  • use nHibernate 2
  • use LLBLGen
  • use a deprecated Infragistics library
  • export data into Excel files

Did you encounter such an issue while migrating? Or do you have an idea where I should investigate on?

© Server Fault or respective owner

Related posts about windows-7

Related posts about migration