Astoria Installation Problem - failing System.Data.Entity
-
Wednesday, October 03, 2007 9:34 AM
Hola
I've been doing some work in 2008-beta under windows XP Professional, and decided to try installing the astoria add-in. The machine in question has the 2005 SQL client.
After using the msi I opened the sample "the Simple NorthwindSample from the Program Files\Microsoft Codename Astoria\Samples directory. Once the project is open, hit Ctrl + F5 to start the development web server and launch the sample in an internet browser."
Annoyingly when the projct tries to build it gets 304 errors - all of which are a missing reference to System.Data.Entity. The reference in the website is in error, so obviously an assembly is missing.
Am I supposed to have obtained this assembly from somewhere seperately > the documentation made it seem that everything should be supplied by either orcas beta 2 or Astoria?
Thanks for any assistance
Amundo
Answers
-
Wednesday, October 03, 2007 7:43 PMModerator
Yes, the Astoria CTP depends on the Entity Framework (system.data.entity.dll) being installed (this is indicated in the download page, along with the links to it).
You can install the Entity Framework and related tools from the two links below:
After installing those the sample should build and run properly.
Pablo Castro
Technical Lead
Microsoft Corporation
All Replies
-
Wednesday, October 03, 2007 7:43 PMModerator
Yes, the Astoria CTP depends on the Entity Framework (system.data.entity.dll) being installed (this is indicated in the download page, along with the links to it).
You can install the Entity Framework and related tools from the two links below:
After installing those the sample should build and run properly.
Pablo Castro
Technical Lead
Microsoft Corporation
-
Thursday, October 04, 2007 8:16 AM
Thanks for the help
Ciao

