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
 
Back
Top