problem with NeatUpload

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/31/2011 5:52:41 AM
Gravatar
Total Posts 37

problem with NeatUpload

I downloaded the newest code and received this error:

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Brettle.Web.NeatUpload, Version=1.3.4099.14420, Culture=neutral, PublicKeyToken=dd134ea1c3727369' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (C:\Users\salomos\Documents\Visual Studio 2010\Projects\Elmo\mojoportal\Web\web.config line 883)

Source Error:

Line 881:    <httpModules>
Line 882:      <!-- Comment the this out if running in Medium Trust and NeatUpload is not installed in the GAC on the server -->
Line 883:      <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload, Version=1.3.4099.14420, Culture=neutral, PublicKeyToken=dd134ea1c3727369"/>
Line 884:     
Line 885:     

 

The old web.config has an older version of Brettle.Web.NeatUpload. Should I just make the reference to the newest dll to fix?

3/31/2011 6:06:18 AM
Gravatar
Total Posts 18439

Re: problem with NeatUpload

You just need to delete the Brettle.Web.NeatUpload.dll from the Web/bin folder, then rebuild the solution and it should pull in the new version from the _libs folder.

Hope it helps,

Joe

3/31/2011 6:27:38 AM
Gravatar
Total Posts 37

Re: problem with NeatUpload

Ooops! I thought I did that but I actually deleted the Brettle.Web.NeatHTML. Thanks, that saved me a lot of time!

You must sign in to post in the forums. This thread is closed to new posts.