When I try to compile QueryExplorer sample, I get the following 5 errors:
Error 11005: ComplexType elements are not supported in the Entity Designer. D:\DevForce EF Samples\Learning Units\200 Intermediate\LINQ, Entity SQL, Deployment Tester\02 Tutorials\Query Explorer\CS\Completed_Pt1\NorthwindEFServer\NorthwindEFServer.edmx 10 7 NorthwindEFServer
Error 11009: Property 'Address' is not mapped. D:\DevForce EF Samples\Learning Units\200 Intermediate\LINQ, Entity SQL, Deployment Tester\02 Tutorials\Query Explorer\CS\Completed_Pt1\NorthwindEFServer\NorthwindEFServer.edmx 128 11 NorthwindEFServer
Error 11009: Property 'Address' is not mapped. D:\DevForce EF Samples\Learning Units\200 Intermediate\LINQ, Entity SQL, Deployment Tester\02 Tutorials\Query Explorer\CS\Completed_Pt1\NorthwindEFServer\NorthwindEFServer.edmx 159 11 NorthwindEFServer
Error 11012: Entity type 'OrderDetails' contains a condition on its primary key. Please remove the condition from the mapping. D:\DevForce EF Samples\Learning Units\200 Intermediate\LINQ, Entity SQL, Deployment Tester\02 Tutorials\Query Explorer\CS\Completed_Pt1\NorthwindEFServer\NorthwindEFServer.edmx 753 13 NorthwindEFServer
Error 11012: Entity type 'OrderDetails' contains a condition on its primary key. Please remove the condition from the mapping. D:\DevForce EF Samples\Learning Units\200 Intermediate\LINQ, Entity SQL, Deployment Tester\02 Tutorials\Query Explorer\CS\Completed_Pt1\NorthwindEFServer\NorthwindEFServer.edmx 788 13 NorthwindEFServer
Using DevForce EF V4.2.1.6, VS2008 SP1, and Framework 3.5 SP1.
Any ideas what is not installed correctly?