.NET 4.0

  • Thread starter Thread starter Lou
  • Start date Start date
Lou said:
Where is System.Web.DomainServices namespace in 4.0? My project won't
build. Thanks.

Using Object Browser in VS 2010, the name you provide is not found. It's not
found in VS 2008 Object Browser either.
There are numerous entries found in both by searching on "System.Web".

Is the name you provided correct? If so, any chance you were using any
addons or third party classes with VS 2008?
 
Hi,

To start using .NET RIA Services you need the following software:

..Microsoft Silverlight 3 Developer Runtime
..Microsoft Silverlight 3 Beta SDK
..Microsoft Silverlight 3 Tools for VS2008SP1
Obviously you will also have to get the RIA Services installer and there
also is a 116-page overview document available at that location. See:
http://www.pieterdebruin.net/2009/03/19/MicrosoftNETRIAServicesPreview.aspx

Now, since you are using VS2010... there may be issues. About those, sorry,
I don't know.

Dick


--
Richard Grier, Consultant, Hard & Software 12962 West Louisiana Avenue
Lakewood, CO 80228 303-986-2179 (voice) Homepage: www.hardandsoftware.net
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004, Revised July
2006.
 
System.Web DomainServices is installed with MS RIA services, which is
currently only available for VS2008 as CTP version. VS2010 Beta2 still does
not includes MS RIA services. So, for Siverlight 3 development with RIA
services, you'd better stick with VS2008, for now.
 
Back
Top