When running on my development machine (Windows XP Pro SP3), everything works fine. But on the test machine (Windows 2003 Server) when I attempt to launch a toolbar button (e.g., the hyperlink button) in the RadEditor incorporated into one of my custom modules, I get
<<
Server Error in '/RadControls' 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.HttpModules.Compression' or one of its dependencies. The system cannot find the file specified. (C:\PSAOTW\PSAOTW_DNN\web.config line 91)
>>
The DotNetNuke.HttpModules.Compression.dll file is in place in the Bin folder, along with all of the other HttpHandler modules specified in web.config.
The correct RadControls folder is set up as a subweb in IIS under the DNN app site on both machines.
All other RadControls work fine (pop-up windows, date pickers, grids, etc.).
The site was deployed from the development machine to the web server via VS2005 and works reliably in every other way.
What could be causing this error?
Thanks,
- Russ Brasher