Server Error in '/' Application.: Object Reference Not Set To An Instance of An Object
An error occurred when trying to access an object property that was null. The code was trying to access properties like "reciept_no" and "Lagan_Arrear" from an object ("hst") that was null, resulting in a NullReferenceException. The error happened on line 92 of the payment_receipt.aspx page.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
41 views1 page
Server Error in '/' Application.: Object Reference Not Set To An Instance of An Object
An error occurred when trying to access an object property that was null. The code was trying to access properties like "reciept_no" and "Lagan_Arrear" from an object ("hst") that was null, resulting in a NullReferenceException. The error happened on line 92 of the payment_receipt.aspx page.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
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 90: string recipt_no = (string)hst["reciept_no"];
Line 91: Line 92: float Lagan_Arrear = (float)hst["Lagan_Arrear"]; Line 93: float Lagan_Current = (float)hst["Lagan_Current"]; Line 94: float Lagan_Current_tax_details = (float)hst["Lagan_Total"];
Python Advanced Programming: The Guide to Learn Python Programming. Reference with Exercises and Samples About Dynamical Programming, Multithreading, Multiprocessing, Debugging, Testing and More