Advanced Forum Search Results
-
[quote user="cachuoi"]
Errors only occur on Win2003/IIS6. If I publish to IIS7/Win2008 or IIS7.5/Win2008R2 so everything is ok.
[/quote]
Are you using the VS 2008 Beta or the VS2010 preview? If you are using the 2008 beta, you would need to install this qfe on your machine
[Note that if you are not using Windows 7 or ...
-
As Colin mentioned Brad's and Dinesh's Vidros have not been posted yet. There is one video posted on silverlight.net/riaservices. Check out the RIA Services support in Visual Studio 2010
-
The documentation has now moved to MSDN.
http://go.microsoft.com/fwlink/?LinkID=177512
-
Is this what you are looking for namespace SilverlightApplication6.Web
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web.DomainServices;
using System.Web.Ria;
using ...
-
Thanks Colin for pointing that out, i am actually working on getting the doc updated.
-
Can you do a clean solution and build again, If you are still seeing the same error try re-adding the references. Also, what is the version of the MSI installed. Look at the ARP Entry.
-
can you try this on your browser
Http://localhost/[ProjectName]_WEB_[DomainServiceName].svcin my case it is
http://localhost/testproject/TestProject-Web-ThingCatalog.svc
Also, what auth mode is set on the VDIR, can you take out anonymous?
Thanks
Deepesh
-
Does the user running the Application Pool have permission to the SqlServer, can you look up your IIS settings.
Thanks
-
The breaking changes document can be found here:-
http://code.msdn.microsoft.com/RiaServices/Release/ProjectReleases.aspx?ReleaseId=3570
Thanks
Deepesh
-
As Collin mentioned some of the servers are still caching the old version, give it time for it to propogate. A quick way to spot the difference is the file size:-
July CTP = 5.68 MB
PDC Beta = ~ 4 MB
Thanks
Dee[esh