Server Error in '/' Application.

Could not find an entity.

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.Exception: Could not find an entity.

Source Error:


Line 103:        Performer performer = new Performer();
Line 104:        performer.id = _performerID;
Line 105:        performer.Load();
Line 106:        _performerName = performer.name;
Line 107:        

Source File: e:\web\tagorewe\Render\ShowRendition.aspx.cs    Line: 105

Stack Trace:


[Exception: Could not find an entity.]
   SS.BusinessEntity.Performer.Load() in C:\sandroot\RnD\TagoreOnline\Portal\SS.BusinessEntity\Performer.cs:117
   Render_ShowRendition.GetPerformerValues() in e:\web\tagorewe\Render\ShowRendition.aspx.cs:105
   Render_ShowRendition.Page_Load(Object sender, EventArgs e) in e:\web\tagorewe\Render\ShowRendition.aspx.cs:69
   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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975