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 105:        Performer performer = new Performer();
Line 106:        performer.id = _performerID;
Line 107:        performer.Load();
Line 108:        _performerName = performer.name;
Line 109:        

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

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\thaakur\Render\ShowRendition.aspx.cs:107
   Render_ShowRendition.Page_Load(Object sender, EventArgs e) in e:\web\tagorewe\thaakur\Render\ShowRendition.aspx.cs:71
   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