Hello,
I want to use the Infragistics WebUpload component.This works great on my dev workstation VS2010 but when I deploy it to IIS7 on a remote server I receive the error below:
I have configured the Web.Config with the required HttpHandler and HttpModule.
I have included the project files if somebody wants to take a look at it.
Infragistics v2011.2 CLR 4.0
UPDATE:I installed IIS7.0 on my workstation and the same error persists while it works perfect in VS2010.
Hi,
I logged this as an internal documentation bug. It will be fixed for the next Volume Release (13.1)
Best regards,Martin PavlovInfragistics, Inc.
I ran into this problem as well. Some of the Infragistics documention is incorrect as I copied and pasted it directly from their documentation. Look at the error message: Infragistics is spelled "Infragisitcs" and that's causing the error. Change that and things should be better.
Also to add,
On my local workstattion it works as i have completely infrastitics installed.
on the server wind2008/II7 and i configured the web.config as per the documentation in system.webserver
<system.webServer> <modules runAllManagedModulesForAllRequests="true"> <add name="IGUploadModule" type="Infragisitcs.Web.UI.EditorControls.UploadModule" preCondition="managedHandler" /> </modules> <handlers> <add name="IGUploadStatusHandler" path="IGUploadStatusHandler.ashx" verb="*" type=" Infragistics.Web.UI.EditorControls.UploadStatusHandler" preCondition="integratedMode" /> </handlers> </system.webServer>
Hello
I have made Copy Local True for this Infragistics4.Web.jQuery.v12.2 but still get this error. and i see in the bin directory the dll exists.
Error:
HttpException (0x80004005): Could not load type 'Infragisitcs.Web.UI.EditorControls.UploadModule'.]
Hi JerryDK,
I suppose you have not registerred assemblies in GAC or you have not set them in bin folder of your application. Please check this. Also you can try with our samples: for instance you can check this link http://samples.infragistics.com/aspnet/Samples/WebUpload/Display/MultipleUpload/Default.aspx?cn=web-upload&sid=a8c69ee2-99e1-4512-938b-52c5d0b9cb6f and also to download our samples and run them.
Thanks,
Miro Hristov