I upgraded to 5.0.1.2 and i can no longer debug in visual studio. I can get the site to run on our production server, but when i try to run it locally i get the error listed below. Heres what i have done so far:
Downlaoded the Source Version and try to run it locally. Errors.
Remembered i created a custom module,s o i copied the custom module folders and App_code folder specific to the module to my local testing box. Errors.
Remembered to copy my old Webconfig. Error. And thats where i am now.
The site builds fine, but just wont run. Thanks in advanced to anyone who can help with this.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Configuration.ConfigurationErrorsException: Could not load provider DotNetNuke.Services.Cache.BroadcastPollingCachingProvider.BPCachingProvider, DotNetNuke.Caching.BroadcastPollingCachingProvider
Source Error:
Line 71: 'Install most Providers as Singleton LifeStyle
Line 72: ComponentFactory.InstallComponents(New ProviderInstaller("data", GetType(DotNetNuke.Data.DataProvider)))
Line 73: ComponentFactory.InstallComponents(New ProviderInstaller("caching", GetType(Services.Cache.CachingProvider)))
Line 74: ComponentFactory.InstallComponents(New ProviderInstaller("logging", GetType(Services.Log.EventLog.LoggingProvider)))
Line 75: ComponentFactory.InstallComponents(New ProviderInstaller("scheduling", GetType(Services.Scheduling.SchedulingProvider)))
|
Source File: C:\code\DotNetNuke\Verifications\App_Code\Global.asax.vb Line: 73
Stack Trace:
[ConfigurationErrorsException: Could not load provider DotNetNuke.Services.Cache.BroadcastPollingCachingProvider.BPCachingProvider, DotNetNuke.Caching.BroadcastPollingCachingProvider]
DotNetNuke.ComponentModel.ProviderInstaller.InstallProvider(IContainer container, Provider provider) +219
DotNetNuke.ComponentModel.ProviderInstaller.InstallComponents(IContainer container) +377
DotNetNuke.ComponentModel.ComponentFactory.InstallComponents(IComponentInstaller[] installers) +211
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) in C:\code\DotNetNuke\Verifications\App_Code\Global.asax.vb:73
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
Server Error in '/Verifications' Application.
Could not load provider DotNetNuke.Services.Cache.BroadcastPollingCachingProvider.BPCachingProvider, DotNetNuke.Caching.BroadcastPollingCachingProvider