before 20 days my Hosting provider had problems with his web server.
After reinstalling and restoring all reseller accounts including mine I have again uploaded customer website with our custom CMS developed with Telerik controls (RadControls_Q3_2007_SP1) in VS.NET 2005.
After that all pages with RadEditor (version 7.3.1.0) after opening "Image Manager" or "Document Manager" give error message.
Below is error text:
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 'RadUpload.Net2' or one of its dependencies. The system cannot find the file specified. (C:\inetpub\vhosts\gimnazija-cres.hr\httpdocs\cms\web.config line 24)
Source Error:
Line 22:
Line 23: <httpModules>
Line 24: <add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" />
Line 25: </httpModules>
Line 26:
Source File: C:\inetpub\vhosts\gimnazija-cres.hr\httpdocs\cms\web.config Line: 24
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
This is strange because on another page where we use only RadUpload (version 2.4.3.0) control for upload images all works well.
Below is our web.config file:
--------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="work" value="C:\inetpub\vhosts\gimnazija-cres.hr\httpdocs\test\galery" />
</appSettings>
<connectionStrings>
<add name="connCres" connectionString="Provider=SQLOLEDB;Data Source=85.94.76.170\YODA;Initial Catalog=smartplus_gimnazija_cres; UID=smartplus; PWD=sasa3112;" />
</connectionStrings>
<system.web>
<customErrors mode="Off"/>
<authentication mode="Forms" />
<authorization>
<allow users="*"/>
<deny users="?"/>
</authorization>
<compilation defaultLanguage="c#" />
<globalization culture="hr-HR" uiCulture="hr-HR" />
<httpHandlers>
<add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" />
</httpHandlers>
<httpModules>
<add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" />
</httpModules>
</system.web>
<!--
<system.webServer>
<modules>
<add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" preCondition="managedHandler" />
</modules>
<handlers>
<add name="Telerik.RadUploadProgressHandler.aspx_*" path="Telerik.RadUploadProgressHandler.aspx" verb="*" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" preCondition="integratedMode,runtimeVersionv2.0" />
</handlers>
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
-->
</configuration>
--------------------------------------------------------------------------------
Does anybody have the same problem or have any idea for solution of this problem?
Best regards,
Sasa