私は2つのサイト、サイトA .NET 2.0とサイトB .NET 4.0フレームワークを実行している。両方のサイトが同じIISサーバー上にある(Windows Webサーバー2008 R2)
サイトBはサイトAのWebサービスを呼び出します。しかし、更新後、エラーが発生します(「オブジェクト参照はオブジェクトのインスタンスに設定されていません」)。
私はすでに2つの異なるアプリケーションプールに自分のサイトを添付しており、.NET 2.0サイトはそれ自身で正常に動作します。誰のアイデアですか?
EDIT
This is the thrown stacktrace:
スタックトレース:
[NullReferenceException: Object reference not set to an instance of an object.]
CMyClass.ReScan() +309
modGlobal.InitializeGlobal(String querystring, String callerIP) +823
masterFront.Page_Load(Object sender, EventArgs e) +97
System.Web.UI.Control.LoadRecursive() +70
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3063
+309が何を参照しているかわからない、ReScanに309行目がない?