I'm getting an AV when I hit a COM interop ASP page (that calls managed .NET code). Feels like this has something to do with IIS 7 / Windows 2008.
Google can't figure this out. Any ideas?
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Web.Hosting.UnsafeIISMethods.MgdGetSiteNameFromId(UInt32 siteId, IntPtr& bstrSiteName, Int32& cchSiteName)
at System.Web.Configuration.ProcessHostConfigUtils.GetSiteNameFromId(UInt32 siteId)
at System.Web.Configuration.ProcessHostServerConfig..ctor()
at System.Web.Configuration.ProcessHostServerConfig.GetInstance()
at System.Web.Configuration.ServerConfig.GetInstance()
at System.Web.Caching.CacheMemoryPrivateBytesPressure.ReadConfig(CacheSection cacheSection)
at System.Web.Caching.CacheMemoryStats.ReadConfig(CacheSection cacheSection)
at System.Web.Caching.CacheCommon.ReadCacheInternalConfig(CacheSection cacheSection)
at System.Web.HttpRuntime.get_Cache()