System.Runtime.Serialization.DataContractAttribute is missing

S

semedao

Hi , I want to use some NET 3 class like
System.Runtime.Serialization.DataContractAttribute
however after installing .net 3 I still can't see this class
maybe I missed some installation ?
can some one tell me what I should look for ? (also to merge the MSDN help
with the net 3)
(Xp sp2 , visual studio 2005 with previous .net 2)
thanks
 
M

Marc Gravell

You may need to add a reference to System.Runtime.Serialization
version 3.0.0.0

Marc
 
S

semedao

I can't find it.
let ask it different... what I need to install on my machine to be able to
develop something with vs 2005 that based on some .net 3 classes ? (wcf
etc...)
only the Microsoft .NET Framework 3.0 Redistributable Package
or somthing else?
 
S

semedao

or , why I can't see this new namespaces in the visual studio 2005 "add
reference" dialog in the .NET tab ?
 
M

Marc Gravell

The references tab doesn't (by default) show the entire GAC.

You can install the November CTP of Cider from Microsoft; this gives
you the VS2005 extras for WCF and WPF; search for vsextwfx.msi;
alternatively you can locate the files ;-(

Marc
 

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