Greetings:
I was attemping to add a custom control to a previously functioning install of DNN v3.2 and have now, apparently "broke" my install (I'm confined for the time being, to v3.X as I'm using Visual Studio '03 with the 1.1 framework).
Anyway, I believe I had backed-out all my code and folders, but still get the below error message upon navigating to http://localhost/DotNetNuke/ and I'm not exactly sure how to correct the issue or interpret this message. I'm not even sure if it is DNN. My install compiles w/o errors in VS '03.
Any and all guidance or advice would be greatly appreciated.
Server Error in '/DotNetNuke' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The located assembly's manifest definition with name 'DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr' does not match the assembly reference.
Source Error:
Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr
(Partial)
LOG: Appbase = file:///C:/DotNetNuke
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/1d8ef227/82181fa7/DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/1d8ef227/82181fa7/DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr/DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr.DLL.
LOG: Attempting download of new URL file:///C:/DotNetNuke/bin/DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataPr.DLL.
WRN: Comparing the assembly name resulted in the mismatch: NAME
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032