问候,
当我尝试在租用的托管服务器中部署我的.net解决方案时,我收到了此错误...
这很奇怪,因为无论代码是否运行顺畅,都会发生这种情况?
Server Error in '/' Application
Object reference not set to an instance of an object
Description: HTTP 500. Error processing request.
Stack Trace:
System.NullReferenceException: Object reference not set to an instance of an object
at System.Web.Compilation.BuildManager.GetPrecompiledType (System.String virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GetPrecompiledApplicationType () [0x00000]
at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000]
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
有人能解释我发生了什么,我该如何解决?