NeatHtml:UntrustedContent (svn 3635)

mojoPortal is no longer supported on mono. This forum is here for archival purposes.

This thread is closed to new posts. You must sign in to post in the forums.
4/11/2008 1:11:11 PM
Gravatar
Total Posts 92

NeatHtml:UntrustedContent (svn 3635)

CSS stuff is working great now!  The only error I'm getting when I hit the search button.  the files in the _LIBS folder is the same as the ones on the bin folder.

 

Server Error in '/' Application
Unknown server tag 'NeatHtml:UntrustedContent'

Description: HTTP 500. Error processing request.

Stack Trace:

System.Exception: Unknown server tag 'NeatHtml:UntrustedContent'
at System.Web.UI.RootBuilder.GetChildControlType (System.String tagName, IDictionary attribs) [0x00000]
at System.Web.UI.ControlBuilder.CreateSubBuilder (System.String tagid, System.Collections.Hashtable atts, System.Type childType, System.Web.UI.TemplateParser parser, ILocation location) [0x00000]
at System.Web.Compilation.AspGenerator.ProcessTag (System.String tagid, System.Web.Compilation.TagAttributes atts, TagType tagtype) [0x00000]

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42

-rw-r--r-- 1 apache apache 32768 Mar 16 17:45 Brettle.Web.NeatHtml.dll
-rw-r--r-- 1 apache apache 36864 Feb 27 18:25 Brettle.Web.NeatHtmlTools.dll
-rw-r--r-- 1 apache apache 98304 Nov 23 19:01 Brettle.Web.NeatUpload.dll
 

4/11/2008 1:22:46 PM
Gravatar
Total Posts 18439

Re: NeatHtml:UntrustedContent (svn 3635)

Add this to your Web.config in the <pages><controls> section:

<add namespace="Brettle.Web.NeatHtml" assembly="Brettle.Web.NeatHtml" tagPrefix="NeatHtml"/>

I forgot to add it to the Web.mono.config file

Best,

Joe

4/11/2008 2:04:04 PM
Gravatar
Total Posts 92

Re: NeatHtml:UntrustedContent (svn 3635)

Worked like a charm!   Thanks again!

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