Framework version problem

H

Harold Paine

I just wrote an app with VS2005 December CTP which apparently installs
Framework 2.0.41115.

I tried to run the app on a workstation with the .NET Framework 2.0 RTM beta
1, which apparently installs Framework 2.0.40607.42.

And I get an error saying I need to install Framework 2.0.41115.

Is there anyway to install 2.0.41115 without installing VS2005 December CTP?
Is there anyway to specify that lower build numbers are OK in Visual Studio?
Does anyone know what version the .NET Framework 2.0 SDK installs?

Thanks,
HP
 
H

Harold Paine

FYI:
I've tried editing the appname.exe.config file.
Added
<startup>
<supportedRuntime version="v2.0.40607"/>
</startup>

With that it throws a System.BadImageFormatException.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top