Unknown server tag 'NeatHtml:UntrustedContent'.

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/18/2008 10:34:28 AM
Gravatar
Total Posts 20

Unknown server tag 'NeatHtml:UntrustedContent'.

Unknown server tag 'NeatHtml:UntrustedContent'.

Source File: /EventCalendarDayView.aspx

Line 15: <NeatHtml:UntrustedContent ID="UntrustedContent1" runat="server" ClientScriptUrl="~/ClientScript/NeatHtml.js">
 

Whenever I click on a calendar date that doesn't have an event, I get this parser error message. I tried registering the control in the web.config, but I guess I didn't do it right, because I'm still getting this problem.

 

Help?

 

3/18/2008 10:38:46 AM
Gravatar
Total Posts 18439

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

I think you don't have the new version of NeatHtml, copy the Brettle.Web.NeatHtml.dll from the _libs folder to your Web/bin folder

Hope it helps,

Joe

3/18/2008 10:50:02 AM
Gravatar
Total Posts 20

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

That worked! Thanks! (Get up for a drink; return to find the answer waiting for me. Excellent.)

4/2/2008 8:01:03 AM
Gravatar
Total Posts 550

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

Thanks.my problem solved too.

thanks again

 

 

4/3/2008 6:01:31 AM
Gravatar
Total Posts 5

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

Hello!

Sorry for dumb question, but I'm totally new with Mojoportal...

I have same problem Unknown server tag 'NeatHtml:UntrustedContent' after upgrade to version 2-2-5-1
I simply downloaded mojoportal-2-2-5-1-mssqlreleasefiles.zip and unpacked it during upgrade process.
There is only one Brettle.Web.NeatHtml.dll file in Bin folder inside the archive.

Where the _libs folder is?

Thanks!

 

 

4/3/2008 6:12:19 AM
Gravatar
Total Posts 18439

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

Hi,

The _libs folder is only relevant for those working with the source code.

My guess is that you did not manage to upload the Brettle.Web.NeatHtml.dll, you may have one on your server that it didn't overwrite, the incorrect (older) version is 36kb and the correct one is 32kb in size. the correct one was included in 2.2.5.1.

However, version 2.2.5.2 is now available from the download page.

Hope it helps,

Joe

4/3/2008 6:32:59 AM
Gravatar
Total Posts 5

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

Thanks for answer, Joe!

I physically tranferred my website to another server during upgrade, and only DATA folder and web.config was copied from the old one.

All other Mojoportal files were unpacked from release (zip) file.
Size of my DLL is 32 768 bytes

So Im still on a problem :((

I found 2 cases in which error appears:
- click the link to certain blog post
- try to make any search

Any ideas?

 

4/3/2008 7:01:52 AM
Gravatar
Total Posts 18439

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

You should use the new Web.config and restore any customizations rather than trying to keep an old Web.config

I think you are missing some things in your Web.config

Joe

4/3/2008 7:20:00 AM
Gravatar
Total Posts 5

Re: Unknown server tag 'NeatHtml:UntrustedContent'.

Thank you, Joe!

You right as always =)

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