up vote 0 down vote favorite
share [g+] share [fb]

I've written a few winform apps in .net 2.0 which won't run in a virtual XP (running from VirtualBox).

I get the error "unable to find a version of the runtime to run this application" (.NET Framework Initialization Error).

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.

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.

help greatly appreciated!

link|improve this question
feedback

2 Answers

Since you tagged your question "c": have you remembered to install the "Visual C++ Runtime Libraries (x86)" prerequisity?

link|improve this answer
feedback

does your application reference to assemblies written in .NET Framework 1.1? If so you will have to install Framework 1.1 as well

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.