I've been missing the ASP.NET Dynamic Data 4.0 Preview 4 (UPDATED 7/24) on CodePlex. Now that I have it, I fired off VS2008 SP1, to checkout one of the projects but then I ran into my first stumbling block on running the project :
Error 1 Could not load file or assembly 'System.ComponentModel.DataAnnotations, Version=99.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
C:\Documents and Settings\ujser\Desktop\ASP.NET Dynamic Data 4.0 Preview 4 Refresh\DynamicDataVNextSamples\DynamicDataSamples\web.config 44
The line 44 of web.config :
<add assembly="System.ComponentModel.DataAnnotations, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
What did I do wrong, or what do I need to do?
P.S. Has anybody done any videos to show off the new features of this Preview?
Thanks,
Mark