VMware Horizon Community
gleesj
Contributor
Contributor

XP to Win 7 Migration Issue with .NET Framework

We are attempting to migrate some in house .NET apps from Win XP to Win 7 and  are running into issues with the System.Net class in .NET Framework 2.0. The apps install on both win 7 and win XP however, when captured on win XP and run on win 7 they generate exceptions such as....

No such host is known

     at System.Net.Dns.GetAddrInfo(String name)

     at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)

...

...

Has anyone run into this before? .NET Frameworks 1-4 are loaded on both systems at runtime and capture time (2-3.5 are bundle with Win 7, I think)

0 Kudos
2 Replies
gleesj
Contributor
Contributor

The package was captured using 4.6.1 by the way.

0 Kudos
TobyFruthParson
Enthusiast
Enthusiast

Can you try either of the following:

  1. Upgrade to ThinApp 4.7, rebuild, and test
  2. and/or, in Package.ini, remove the semicolon from in front of 

         

          LoadDotNetFromSystem=Win7

Toby Fruth, Sr. Specialist, The Parsons Corporation
0 Kudos