Targeting .NET v1.1 with Visual C# Express Edition Beta 2?

  • Thread starter Thread starter Rob Fulwell
  • Start date Start date
R

Rob Fulwell

I have changed all the references to point to 1.1 versions of the dlls
but now it seems the assembly isn't being built to conform to what .NET
1.1 expects. I get a BadImageFormatException.

Is there another trick to building a .NET 1.1 assembly with VC#EE Beta 2?

BTW, the XML correctly specifies the 1.1 runtime in the
<startup><supportedRuntime> tag of the app.config file.

Thanks,

Rob.
 
Rob,

You can't build applications for .NET 1.1 with the Express versions of
VC.NET, VS.NET 2005, etc, etc. They will deploy to 2.0 and above only.
This could be a difference in what the compiler outputs for 2.0, which can't
be verified by the 1.0, 1.1 CLR.

Hope this helps.
 

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

Back
Top