UmerMahir
New member
- Joined
- Aug 5, 2022
- Messages
- 3
- Programming Experience
- 1-3
im verymuch new to vb.net i have developed webforms using asp.net and vb.net everything works fine when i run it in visual studio 2019
but when i published it to Plesk i got this error please help
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Stack Trace:
but when i published it to Plesk i got this error please help
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.] DotNetNuke.Common.Globals.get_Status() +72 DotNetNuke.Common.Initialize.CheckVersion(HttpApplication app) +160 DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app, Boolean& initialized) +130 DotNetNuke.Common.Initialize.Init(HttpApplication app) +160 DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication.Application_BeginRequest(Object sender, EventArgs e) +472 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +144 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73 |