VC++ 2005: targeting .Net 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Is it possible to make assemblies working in .Net 1.1 using VC++ 2005?
 
But does that answer my question? That's about building projects written for
..Net 1.1. But I wonder if VC++ 2005 can make such projects, that is, if its
compiler can compile assemblies compatible with .Net 1.1.
 
Ruslan said:
But does that answer my question? That's about building projects
written for .Net 1.1. But I wonder if VC++ 2005 can make such
projects, that is, if its compiler can compile assemblies compatible
with .Net 1.1.

No, it cannot. You have to use the 1.x compiler to target the 1.x runtime.

-cd
 

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