Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Error after uploading dlls
1 replies. Latest Post by Krasshirsch on June 23, 2009.
(0)
ranialex...
Member
0 points
1 Posts
06-23-2009 7:17 AM |
Hi,
I am working on a shopping cart .The code executes successfully and functions in my system, but after uploading the .dlls its giving an error like this:
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]DirectPay.WebForm1.InitializeComponent()DirectPay.WebForm1.OnInit(EventArgs e)System.Web.UI.Control.InitRecursive(Control namingContainer) +241System.Web.UI.Page.ProcessRequestMain() +197
I have set the virtual directory , but no change its giving the same error always.
Can u please give a solution for my question.
Thanks,Rani Alexander
Krasshirsch
Participant
1042 points
300 Posts
06-23-2009 7:56 AM |
It seems that at least one of your class references came up empty, unfortunately this can have multiple reasons, you could check the innerexceptions for more details.