How to compile with new framework version?

  • Thread starter Thread starter fred
  • Start date Start date
F

fred

I have a C# project compiled with .Net Framework 1.0. I
installed Framework 1.1 and did a project rebuilt. But
using dumpbin I found the executable is still built with
1.0. How can I force compiler to use latest installed
framework version?
Thanks
Fred
 
How can I force compiler to use latest installed
framework version?

Use the v1.1 version of the compiler. If you're using VS.NET 2002,
that means you have to uprgade to VS.NET 2003.



Mattias
 

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