I have a problem when installing the DLL
1) Copied all the 2 files (CuteWebUI.AjaxUploader.dll, AjaxUploader.lic) of the demo version to BIN directory
2) Modified the web.config as suggested:
<
httpModules>
<
add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<
add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
</
httpModules>
I'm pretty sure I'm using Classic Mode (Win Vista). I also tried the other way. No luck.
I throws an error:
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 'CuteWebUI.AjaxUploader' or one of its dependencies. The module was expected to contain an assembly manifest. (C:\Inetpub\wwwroot\XXX\web.config line 96)
Source Error:
Line 94: <httpModules>
Line 95: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 96: <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
Line 97: </httpModules>
Line 98: </system.web>
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
It looks that the DLL file is corrupted or something like that???
Thanks,
F