This is a migrated thread and some comments may be shown as answers.

The specified module could not be found

1 Answer 84 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Nico
Top achievements
Rank 1
Nico asked on 31 May 2011, 10:45 AM

Hi,

I'm working with Performance Center from HP and apparently they use the telerik component. Since last week I get an error that applies on the raduploadmodule of Telerik. I also contacted HP support but they are not progressing on this so I'm trying to directly check for help on this forum. I'm admin on the server where Performance Center is running on so I have the rights to do anything ;)

Who can help or point me to the solution?

Thanks,
Nico
 

Server Error in '/LoadTest' 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 specified module could not be found. (Exception from HRESULT: 0x8007007E) (E:\Program Files\HP\Performance Center Server\PCWEB\web.config line 104)

Source Error:

Line 102:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 103:      <add name="SSOHttpModule" type="HP.PC.Security.SSO.MessageHandlers.SSOHttpModule, HP.PC.Security.SSO" />
Line 104: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />Line 105:    </httpModules>
Line 106:  </system.web>

Source File: E:\Program Files\HP\Performance Center Server\PCWEB\web.config    Line: 104


Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618

1 Answer, 1 is accepted

Sort by
0
Nico
Top achievements
Rank 1
answered on 31 May 2011, 01:54 PM
Problem has been fixed in the meanwhile.

Apparently HP Performance Center uses 2 versions of Telerik.Web.UI.dll and the needed one was not in the GAC. After having added it to the GAC I had to add the version and the publictoken to the web.config. That fixed it:

      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI, Version=2010.2.929.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
Tags
Upload (Obsolete)
Asked by
Nico
Top achievements
Rank 1
Answers by
Nico
Top achievements
Rank 1
Share this question
or