In your installation manual, you say that we must add the following line into the web.config.
name="ComponentArtUploadModule" type="Bring2mind.ComponentArt.Web.UI.UploadModule, Bring2mind.ComponentArt.Web.UI" />
Unfortunately, after adding it, I got an error message.
Could not load file or assembly 'Bring2mind.ComponentArt.Web.UI' or one of its dependencies.
I also had a problem with
path="ComponentArtUploadProgress.axd" verb="*" type="Bring2mind.ComponentArt.Web.UI.UploadProgressHandler, Bring2mind.ComponentArt.Web.UI" />
Do I need these two lines at all? What about the Telerik RadUpload? Doesn't it do the same thing?
I checked my bin folder. I could find ComponentArt.Web.UI but NOT Bring2mind.ComponentArt.Web.UI.