Hi,
I have installed the server control and followed the instructions for setting it up but when i browse to .../zoomaspx/search.aspx page i get the following error:
i'm using windows server 2008, IIS 7. .net framework v2.0
Any help would be greatly appreciated!
Thanks
Matt
I have installed the server control and followed the instructions for setting it up but when i browse to .../zoomaspx/search.aspx page i get the following error:
Code:
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.HttpModules' or one of its dependencies. The system cannot find the file specified. (E:\CMS\CE DNN Dev Site\web.config line 115) Source Error: Line 113: <httpModules> Line 114: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / --> Line 115: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" /> Line 116: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" /> Line 117: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
Any help would be greatly appreciated!
Thanks
Matt
Comment