.net Frameworks ''System.Runtime.Serialization''

hi,

I am gettig the following Error

The type or namespace name 'Serialization' does not exist in the namespace 'System.Runtime' (are you missing an assembly reference?)

and I am not getting the "Add service reference " in the Contex menu.

I need the Solution ....

thanks & regards,

murthy

[954 byte] By [sr_Narasimhamurthy] at [2008-1-8]
# 1
Try compiling from the command line. check this http://blogs.msdn.com/csharpfaq/archive/2004/04/29/123028.aspx

KarthikeyaPavanKumar.B at 2007-10-2 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2
Something is badly broken in either your project or your VS200x setup. The System.Runtime.Serialization namespace is defined in mscorlib.dll, an assembly that's implicitly referenced in any project without you asking for it. I never heard of "Add service reference".
nobugz at 2007-10-2 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 3

As a side not, "Add service reference" is the new command in Visual Studio 2008 (aka. Orcas) to add a reference to a web service. When creating a project that uses the 3.0 or 3.5 framework, it replaces the "Add web reference" command from previous versions of Visual Studio.

Best regards,

Johan Stenberg

MSFTJohanStenberg at 2007-10-2 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified