0

I have two sites, site A running .NET 2.0 and site B .NET 4.0 framework. Both sites are on same IIS server (Windows web server 2008 R2)

Site B calls a webservice on site A. But now after a update it gives an error ("Object reference not set to an instance of an object.").

I allready have attached my sites to two different app pools and the .NET 2.0 site runs fine on its own. Any ideas anyone?

EDIT This is the thrown stacktrace:

Stack Trace:

[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

Not sure what +309 refers to, There are no line 309 in ReScan?

Muleskinner
  • 14,150
  • 19
  • 58
  • 79

0 Answers0