When Scott announced the release of the asp.net MVC Preview 3 with support for the VWD, I downloaded both and started poking around.
Well, it seems I'm having troubles getting it working "together" with the Dynamic Data assemblies under the same project.
It seems that the Dynamic Data Assemblies are using a later version of the System.Web.Abstractions and the System.Web.Routing assemblies.
This is the error i get:
Assembly 'System.Web.DynamicData, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' uses 'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Abstractions, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Web.DynamicData.dll
I've tried to use the latest references to this, but still didn't work.
Any ideias?!?!?