I was doing some work today where I needed to fake out a SPWeb object. No problem you think, I am using Typemock Isolator so I just use the line var fakeWeb = Isolate.Fake.Instance<SPWeb>(); But I got the error Microsoft.SharePoint.SPWeb.SPWebConstructor(SPSite site, String url, Boolean bExactWebUrl, SPRequest request) Microsoft.SharePoint.SPWeb...