Hello, about 2 weeks ago my site went down for no apparent reason. I hadn’t changed anything and of course the host said "Not my problem"... So after troubleshooting I figured that my Ecommerce module was not working. So I deleted it and removed all the tables and .DLL files that were associated with it.
Now I am getting an error that says:
Server Error in '/' 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: Could not load file or assembly 'DotNetNuke.Services.Syndication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The module was expected to contain an assembly manifest.
Source Error:
Line 105: <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" />
Line 106: <!-- This adds syndication support -->
Line 107: <add verb="*" path="RSS.aspx" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke" /> Line 108: <!-- This adds legacy support for the Logoff page -->
Line 109: <add verb="*" path="Logoff.aspx" type="DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke" />
|
Source File: c:\WebSites\Bushnell\forestbuilder.com\web.config Line: 107
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.Services.Syndication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3082
I was very carfull not to delete any DLL's that were not directly assosiated with the Ecommerece module I removed. I also was not able to find any DLL called "DotNetNuke.Services.Syndication.RssHandler" but there was one called "DotNetNuke.Services.Syndication"
It was just missing the RssHandler name.
I check some other installs I have of DNN and they do not have an "RssHandler" DLL. Why is it asking for it? DO I need to find one somewhere and register it?
This is a shared hosting environment so I don't have direct access to restart the application pool or twink with he DLL's directly.
HELP!
Thanks,
Jacob Bushnell