Similar to another topic I just submitted. We got this project code from my client's old vender and we need to make sure everything is there before cutting ties completely.
When I am trying to see if the site even loads from Visual Studio, I am getting errors as well.
This is the error I am getting:
CMS.Core.pdb not loaded
CMS.Core.pdb contains the debug information required to find the source for the module CMS.Core.dll
And the detailed message here:
CMS.Core.ServiceResolutionException
HResult=0x80131500
Message=Resolution of 'CMS.Core.IEventLogContextAccessor' failed with the following error: Cannot access a disposed object.
Object name: 'IServiceProvider'.
Source=CMS.Core
StackTrace:
at CMS.Core.IoCContainer.ResolveTService
at CMS.Core.Service.ResolveTService
at CMS.Base.CMSThread.Run()
at System.Threading.Thread.StartCallback()
This exception was originally thrown at this call stack:
Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetService(System.Type)
Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider, System.Type)
Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService