hi there,
in my system.web i got:
<httpModules>
<add name="DotNetGallery.UploadModule" type="DotNetGallery.UploadModule,DotNetGallery" />
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</httpModules>
in bin folder i got:
DotnetGallery.dll
dotnetgallery.lic
and still i get that error, pointing to the UploadModule in web.config
help, please...