Any guidance on running the walkthroughs under vs 2010. Things seemed to be working ok until I got to "Walkthrough: Creating a Silverlight Offline Client Application". ListClientTestPage.aspx renders the silverlight client fine, but
when I click the refresh data button I am getting "The remote server returned an error: NotFound." which I believe is indicative of the server not running. I have tracing set up on the server but nothing is getting logged. The debugger is stepping into DefaultScope.DefaultScopeSyncService.InitializeService
fine, so something must be happening after this point that is causing things to fail.
I'm on a 64bit win7 machine. I have vs 2010 ultimate running as administrator. I'm pretty sure that I followed the steps pretty closely but I could have missed something. Or it could be that the walkthroughs specify vs 2008.
(I actually found an unrelated typo in "Walkthrough: Creating a Sample Database" Task 1, step 3 has "sqlcmd -S (local) -i instlisdb.sql" and it should be "sqlcmd -S (local) -i instlistdb.sql" - missing a "t")
Thanks!
Dan Griffin