a

>>Bugs>> [Fixed in 1.3.12] Missing UploadHTTPModule
Pages: 1   reply
Author [Fixed in 1.3.12] Missing UploadHTTPModule
guest
Total Posts:
Missing UploadHTTPModule
4/7/2009 12:09:17 PM

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


 
Dean Brettle
Total Posts: 2015
Re: Missing UploadHTTPModule
4/7/2009 6:46:44 PM
The assembly is in dotnet/app/bin and should go in your app's bin folder. dotnet/app/NeatUpload should be copied to your own app's toplevel so that your app has a NeatUpload subfolder just like dotnet/app does. --Dean

 
guest
Total Posts:
Re: Missing UploadHTTPModule
4/8/2009 4:38:11 AM

Many thanks - I think the problem was I tried the demo before using a control - as recommeded in the manual :)

You might want to update the manual to point this out, or am I the only one!

Thanks again - looks like great functionality


 
Dean Brettle
Total Posts: 2015
Re: Missing UploadHTTPModule
4/8/2009 5:09:07 AM
So you got the error when you got to the last step of the installation instructions because you hadn't actually added the control to a page in your project yet (so Brettle.Web.NeatUpload.dll was not in your bin folder).  Is that right?

I think the best fix is probably to change the installation instructions to tell everyone to add a reference to the dll, even if they are using the Visual Studio designer.

--Dean

 
guest
Total Posts:
Re: Missing UploadHTTPModule
4/9/2009 6:59:43 AM

Yes that was the problem.

Again, many thanks for a great control


 
Dean Brettle
Total Posts: 2015
Re: [Fixed in 1.3.12] Missing UploadHTTPModule
4/26/2009 11:55:38 PM
The documentation is fixed in 1.3.12.

 
Pages: 1   reply
a