.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
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".
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