NET Framework 3.0 - Related Question

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

Guest

I have VS 2005 installed on my computer and versions 1, 2, 3 of .NET
Framework. I want to try to use the 3.0 Framework from VS in the usual
manner, adding a reference to the appropriate assembly. However, when I the
Add Reference Dialog comes up, only the Rev 1 and 2 assemblies appear. Is
there a way to configure VS to bring up the 3.0 assemblies?
 
I have VS 2005 installed on my computer and versions 1, 2, 3 of .NET
Framework. I want to try to use the 3.0 Framework from VS in the usual
manner, adding a reference to the appropriate assembly. However, when I the
Add Reference Dialog comes up, only the Rev 1 and 2 assemblies appear. Is
there a way to configure VS to bring up the 3.0 assemblies?

..NET Framework 3.0 is just 2.0 plus some additional libraries, so the
core framework assemblies are still v2.0.


Mattias
 
Back
Top