Referencing 2005 assemblies in 2003

M

Micus

Hi all,

Problem : Created an assembly in VC 2005 express but could not reference
it in a VS 2003 project. I understand that 2005 targets the .NET 2.0
framework and 2003 uses the 1.1 [I'm assuming this is my problem??].

Question : Can I create an assembly in VC 2005 express that targets the .NET
1.1 framework and consume the assembly in VS 2003?

Thank You,
M
 
C

Carl Daniel [VC++ MVP]

Micus said:
Hi all,

Problem : Created an assembly in VC 2005 express but could not
reference it in a VS 2003 project. I understand that 2005 targets the
.NET 2.0 framework and 2003 uses the 1.1 [I'm assuming this is my
problem??].
Correct.


Question : Can I create an assembly in VC 2005 express that targets
the .NET
1.1 framework and consume the assembly in VS 2003?

No, 2005 targets only .NET 1.1.

-cd
 
M

Micus

Carl Daniel said:
D'oh!

Of course, I meant 2005 targets only 2.0...

-cd

I really wanted to hear something like a combination of both (maybe a
nifty compiler switch)... Oh well... Now it's my turn to use some
'Homer-isms'.

Thanks Carl,
M
 

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