vote up 0 vote down star

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!

flag

1 Answer

vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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