Error in ForumPostEdit in the trunk version

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.
5/19/2008 11:32:07 AM
ulu
Gravatar
Total Posts 22

Error in ForumPostEdit in the trunk version

Hi,

Just downloaded the trunk,

Can't open the ForumPostEdit.aspx page, it says it cannot recognize the element NeatHtml:UntrustedContent at line 66

Btw, I've made an Asp.Net testing tool, Ivonna, which you might find useful.

ulu

5/19/2008 1:23:17 PM
Gravatar
Total Posts 18439

Re: Error in ForumPostEdit in the trunk version

Hi Ulu,

Was this a clean checkout or an svn update?

In any case you can fix it by copying the Brettle.Web.NeatHtml.dll from the _libs folder into Web/bin

I'm thinking you have an older version lodged there that didn't get updated during the build for some reason. Only other possible cause is if you don't have the newest Web.config you might be missing the control declaration for NeatHtml.UntrustedContent in the Pages Controls section of Web.config

Hope it helps,

Joe

ps, you project looks interesting!

5/19/2008 2:48:42 PM
ulu
Gravatar
Total Posts 22

Re: Error in ForumPostEdit in the trunk version

Hi Joe,

It was an update, but shouldn't the deleted files get deleted locally as well?

Anyway, the bin folder of the compiled trunk version contained the NeatHtml.dll, and this one (1.0.2790.32423) didn't contain the UntrustedContent class. Copying the new dll like you suggested did the trick.

Thanks

ulu

5/19/2008 2:55:36 PM
Gravatar
Total Posts 18439

Re: Error in ForumPostEdit in the trunk version

Nothing gets deleted from Web/bin during svn update because Web/bin folder is not under source control so its a matter of whether the file gets replaced during rebuild.  It has a reference to the one in _libs so in theory it should have updated the one in Web/bin on its own during rebuild, but in practice, it apparently doesn't always.

Best,

Joe

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