hot questions tagged virtualpc - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T10:51:07Z http://stackoverflow.com/feeds/tag?tagnames=virtualpc&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1686848/unable-to-find-a-version-of-the-runtime-to-run-this-application-running-net-ap 0 "Unable to find a version of the runtime to run this application" running .NET app in virtual XP machine Pete 2009-11-06T10:54:31Z 2009-11-06T11:19:07Z <p>I've written a few winform apps in .net 2.0 which won't run in a virtual XP (running from VirtualBox).</p> <p>I get the error "unable to find a version of the runtime to run this application" (.NET Framework Initialization Error).</p> <p>I've tried fixing the installation of .net and also installing v3.5. I think it's probably a security issue rather than a framework problem, but i'm running under an administrator account. </p> <p>Other .net apps (2.0) run ok, so it might be a strong name/signing problem. I've tried compiling them completely unsigned and also delay signing them with a key and turning on verification skipping with the sn tool.</p> <p>help greatly appreciated!</p> http://stackoverflow.com/questions/1497584/how-do-i-convert-a-vhd-disk-image-to-work-with-vmware 0 How do I convert a .vhd disk image to work with VMWare? [closed] Paul D. Waite 2009-09-30T11:34:05Z 2009-10-11T20:48:59Z <p>I’ve just installed VMWare Fusion 2 on my Mac.</p> <p>Microsoft makes available some Virtual PC disk images containing different versions of IE, so that us humble web developers can test our code on them:</p> <ul> <li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en</a></li> </ul> <p>I want to convert these .vhd files to work with VMWare.</p> <p>I’ve tried <a href="http://www.vmware.com/download/converter/" rel="nofollow">VMWare Converter Standalone</a> on Windows, but it doesn’t work with .vhd files (as of the current version, 4.0.1).</p> <p>Any ideas? VMWare’s website is confused corporate hell.</p>