This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name 'DisplayName'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name 'DisplayName'.
Source Error:
Line 180: AlternateText='<%# Resources.Resource.ManageUsersRemoveFromRoleButton %>' runat="server" Line 181: ID="btnRemoveRole" /> Line 182: <asp:Label Text='<%# DataBinder.Eval(Container.DataItem, "DisplayName") %>' runat="server" Line 183: ID="Label1" /> Line 184:
Do you visit setup page([yourdomain]/setup/default.aspx) after upgrading?
Best,
Asad
Hi,
You didn't mention that you are using the source code from svn trunk but that must be the case. This was a bug briefly in svn trunk but if you do svn update, rebuild solution and visit the setup page it is already fixed.
Hope it helps,
Joe