Server Error in '/' Application.

Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 602:            End If
Line 603:
Line 604:            ltrlRecURL.Text = String.Format("<span style=""font-family: Verdana; font-size:20px;font-weight: bold;color:#1679B3;"">See step by step images of <a style=""color:#1679B3;"" href=""{1}"">{0}</a></span><br/>", IIf(objRecipe.Name.ToLower.Contains("recipe"), objRecipe.Name, objRecipe.Name & " Recipe"), TDUI.RecipeUI.RecipeURL(objRecipe.RecipeId))
Line 605:            FillTips()  ' Fill up the Recipe Tips list
Line 606:            FillSource()

Source File: D:\Webroot\td2k8r2-64\tdcpreview.dytelworld.com\video.aspx.vb    Line: 604

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   video_view.FillRecipeDetails(Int64 nRecipeid) in D:\Webroot\td2k8r2-64\tdcpreview.dytelworld.com\video.aspx.vb:604
   video_view.Page_Load(Object sender, EventArgs e) in D:\Webroot\td2k8r2-64\tdcpreview.dytelworld.com\video.aspx.vb:788
   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.5485; ASP.NET Version:2.0.50727.5491