mojoPortal is no longer supported on mono. This forum is here for archival purposes.
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
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
Worked like a charm! Thanks again!