Dynamic Data is on .NET Rocks!
A few weeks ago I did an interview with Carl and Richard from .NET rocks on Dynamic Data. You can listen to it here: https://www.dotnetrocks.com/default.aspx?showNum=349.
Comments
Anonymous
June 10, 2008
PingBack from http://blog.a-foton.ru/2008/06/11/dynamic-data-is-on-net-rocks/Anonymous
June 11, 2008
Hi Scott. I'm trying to use the new asp.net MVC P3 and the Dynamic Data on VWD but I'm keep getting errors regarding the assemblies System.Web.Abstractions and the System.Web.Routing: 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 FilesReference AssembliesMicrosoftFrameworkv3.5System.Web.DynamicData.dll I'm using the VWD with SP1. Any ideas? Thanks. BrunoAnonymous
June 12, 2008
The comment has been removedAnonymous
June 23, 2008
Bruno, I have a sample of Dynamic Data and MVC Preview 3 on this page: http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14473. The main issue is that Dynamic Data uses the version of routing and abstractions that is in the GAC and MVC Preview 3 uses a different version that is in the bin direcotry. In the sample I listed above if you check out the web.config you will see I forced both technologies to use the same routing and abstractions.Anonymous
June 23, 2008
The comment has been removed