Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ComponentDesc'.

web-app

Recieving the following error when clicking the link to go to a project homepage. This issued occured after upgrading from version 3.6 to 3.7.1

Server Error in '/Gemini' Application.

DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ComponentDesc'. 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.DataRowView' does not contain a property with the name 'ComponentDesc'.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

  1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

    <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[HttpException (0x80004005): DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'ComponentDesc'.] System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) +8660197 System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) +92 System.Web.UI.DataBinder.Eval(Object container, String expression) +106 ASP.projectprojectcomponentbreakdownascx.DataBindingcontrol3(Object sender, EventArgs e) +98 System.Web.UI.Control.OnDataBinding(EventArgs e) +99 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +92 System.Web.UI.Control.DataBind() +15 System.Web.UI.Control.DataBindChildren() +211 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102 System.Web.UI.Control.DataBind() +15 System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +124 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +443 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +51 System.Web.UI.WebControls.Repeater.DataBind() +75 CounterSoft.Gemini.Web.Project.Controls.ProjectComponentBreakdown.Page_Load(Object sender, EventArgs e) +185 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

oneillwave
· 1
oneillwave
Replies (3)
helpful
0
not helpful
ANSWER

Please make sure that you have ran the create_procs.sql script


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Having the DBA rerun the CreateProcsSQL2000.sql script.


oneillwave
· 1
oneillwave
helpful
0
not helpful

Issue has been resolved after DBA ran the create procs script.


oneillwave
· 1
oneillwave