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 1619:            'lblRecipeName.Text = ConvertRegionalNumbers(objRecipe.Name, "g") & " - " & EnglishRecipename & " "
Line 1620:
Line 1621:            If EnglishRecipeName.ToLower.Contains("recipe") Then
Line 1622:                lblrecipenameH2.Text = ConvertRegionalNumbers(objRecipe.Name, "g") & " - " & EnglishRecipename & " in Gujarati"
Line 1623:            Else

Source File: D:\Webroot\td2k8r2-64\tdcpreview.dytelworld.com\Recipe-In-Gujarati.aspx.vb    Line: 1621

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   RecipeDetailGujarati.Page_Load(Object sender, EventArgs e) in D:\Webroot\td2k8r2-64\tdcpreview.dytelworld.com\Recipe-In-Gujarati.aspx.vb:1621
   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