I just came across a bug with the latest ASP.NET Dynamic Data Preview, and thought I should blog about it.
The bug occurs when you have a field name in a table that matches the name of the table. For example, I create a table called "Domain" that was going to be used to maintain a list of domains that I manage, and my field name for the domain name was "Domain". This caused a .NET exception. The workaround was to change the field name. :)
0 comments:
Post a Comment