我在我的一个页面上有一个用户控件,我在此页面上看到下面的错误
Object reference not set to an instance of an object.
我已经很容易地解决了这个问题,但我在这个错误的堆栈跟踪中发现了一些奇怪的东西。
当我检查堆栈跟踪时,结果如下所示
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.L
我使用server.transfer将URL的执行转移到一个从数据库获取信息的虚拟页面。问题是母版页与会话交互。
global.asax:
Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
' Fires at the beginning of each request
If Not (System.IO.File.Exists(Server.MapPath(Request.Url.LocalPath))) And Request.Url.LocalPath.ToLowe
我已经将.NET框架web应用部署到了Azure web应用,框架版本4.7.2。它在我的开发机器上运行良好,但当我尝试加载Azure web应用程序时,每次刷新页面时都会收到不同的错误,例如:
Could not load file or assembly 'System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Access is denied.
Could not load file or a