I am getting this error building the web side of a silverlight project. All packages are installed via nuGet. Please help.
BuildVersionIncrement: Pre-build process : Completed
1>------ Build started: Project: SilverlightApplication8.Web, Configuration: Debug Any CPU ------
1>Build started 11/1/2012 5:13:23 PM.
1>PostSharp21InspectReferences:
1> Detected reference to 'PostSharp'.
1>GenerateTargetFrameworkMonikerAttribute:
1>Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
1>CoreCompile:
1>Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
1>CopyFilesToOutputDirectory:
1> SilverlightApplication8.Web -> C:\TestProjects\SilverlightApplication8\SilverlightApplication8.Web\bin\SilverlightApplication8.Web.dll
1>DevForceEntityModelMetadataDeploy:
1> In EntityModelMetadataDeploy. Parms: Assembly='C:\TestProjects\SilverlightApplication8\SilverlightApplication8.Web\bin\SilverlightApplication8.Web.dll', TargetFolder='C:\TestProjects\SilverlightApplication8\SilverlightApplication8.Web'
1> IdeaBlade.VisualStudio.Build.Tasks, Version=7.0.1.0, Culture=neutral, PublicKeyToken=287b5094865421c0
1> Trying model metadata discovery for C:\TestProjects\SilverlightApplication8\SilverlightApplication8.Web\bin\SilverlightApplication8.Web.dll
1> Creating metadata from DbContext 'TestDbContext'
1> Searching for connectionString named 'TestDbDevForce': found
1>C:\TestProjects\SilverlightApplication8\packages\IdeaBlade.DevForce.Aop.7.0.1-beta1\tools\IdeaBlade.DevForce.Common.targets(110,5): error : An error occurred during metadata generation and a metadata file could not be created. Error: The best overloaded method match for 'IdeaBlade.EntityModel.Edm.EntityMetadataBuilder.BuildEntityModelMetadata(System.Data.Metadata.Edm.MetadataWorkspace)' has some invalid arguments
1> EntityModelMetadataDeploy: No metadata files generated.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:02.84
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
BuildVersionIncrement: Post-build process : Completed
BUILD PARTIALLY FAILED (status by CodeSMART)
¯¯¯¯¯¯
Build failed for the following project(s):
SilverlightApplication8.Web
Build Summary
-------------
00:02.960 - Failed - Debug Any CPU - SilverlightApplication8.Web\SilverlightApplication8.Web.csproj
Total build time: 00:00.000
========== Build: 0 succeeded or up-to-date, 1 failed, 1 skipped ==========
I have one entity defined and a DbContext as the full model I plan to use will require the FluentAPI.