I've just downloaded 1.3.11 and tried to install it as per the manual, with the demo code.
When I run the app, I get
Parser Error Message: Could not load file or assembly 'Brettle.Web.NeatUpload' or one of its dependencies. The system cannot find the file specified. (C:\Users\Phil\Documents\Development\ASP code\NeatUploadTest\NeatUploadTest\web.config line 90)
Source Error:
Line 88: </httpHandlers>
Line 89: <httpModules>
Line 90: <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload"/>
Line 91: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 92: </httpModules>
and, true enough, the file does not exist in the downloaded NeatUpload-1.3.11\dotnet\app\NeatUpload folder
Am I missing something (other than the file!)
Phil