 <?xml-stylesheet type="text/css" href="https://www.mojoportal.com/Data/style/rss/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="https://www.mojoportal.com/Data/style/rss/rss1.xsl" ?>
<rss version="2.0">
  <channel>
    <title />
    <link>https://www.mojoportal.com/forums</link>
    <description />
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>mojoPortal Forum module</generator>
    <item>
      <title>Re: test</title>
      <description><![CDATA[<p>test</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15182~-1#post57770</link>
      <author>Joe Davis</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 24 Sep 2025 21:49:31 GMT</pubDate>
    </item>
    <item>
      <title>Re: test</title>
      <description><![CDATA[<p>test</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15182~-1#post57769</link>
      <author>Joe Davis</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 24 Sep 2025 21:49:25 GMT</pubDate>
    </item>
    <item>
      <title>test</title>
      <description><![CDATA[<p>test</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=15182~-1#post57768</link>
      <author>Joe Davis</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 24 Sep 2025 21:49:16 GMT</pubDate>
    </item>
    <item>
      <title>Re:  The section &lt;system.webServer&gt; is defined more than once in Web.config</title>
      <description><![CDATA[<p>Hi,</p>
<p>I agree and have removed that page. I should have removed it sooner and apologise for the inconvenience.</p>
<p>I tried to support Mono for many years but it never in those years really was reliable enough for important production sites and it was a lot of extra work trying to support it. Back when Mono was under Novell they used to put out a VMWare image of opensuse with mono for every new release of Mono and that made it easier for me to do testing as I'm not a linux super guru. But they no longer provide such and it makes it even more work to setup a test environment. I always had to make separate builds for Mono and the last version of mojoPortal where I did that was <a href="http://mojoportal.codeplex.com/releases/view/64508">version 2.3.6.5 which can still be downloaded</a> but I have no idea if it works with the latest mono. Its hard also to keep supporting it because only a very old version of AjaxControlToolkit works with Mono as far as I know.Â </p>
<p>My perception is that the Mono guys are more focused on mobile these days and maybe web services to support mobile, but large complex web apps are a difficult challenge, they don't run their own sites on Mono, they use php. Its hard to have confidence in their web stack if they don't eat their own cooking.</p>
<p>Best Regards,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=10761~-1#post45404</link>
      <author>Robert Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 30 Sep 2012 11:17:23 GMT</pubDate>
    </item>
    <item>
      <title>Re:  The section &lt;system.webServer&gt; is defined more than once in Web.config</title>
      <description><![CDATA[<p>I'd suggest that you remove this page http://www.mojoportal.com/linuxmonosupport.aspx if you don't recommend it, I've wasted a fair bit of time thinking that mojoPortal officially supported mono.</p>
<p>Also, on the download page, you suggest that there are mono specific files (I'm assuming there used to be) which sent me looking for them.</p>
<p>I'm going to try and get it up and running building from source as all my other sites run using mono.</p>
<p>When was the last time you tried using mono? It's come a long way in the last year or so.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=10761~-1#post45391</link>
      <author>Robert Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 29 Sep 2012 22:03:10 GMT</pubDate>
    </item>
    <item>
      <title>Re:  The section &lt;system.webServer&gt; is defined more than once in Web.config</title>
      <description><![CDATA[<p>Sorry but I currently don't recommend trying to use mojoPortal on Mono. You could remove the extra section or the location element but even if you get past that error you will very likely encounter many more errors. I tried for many years to support mojoPortal on Mono but it has never really reached a point where I could recommend using it for production, each new Mono release fixes some things and breaks others. I stopped testing with Mono some time ago.</p>
<p>Best,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=10761~-1#post44788</link>
      <author>Robert Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 20 Aug 2012 16:58:20 GMT</pubDate>
    </item>
    <item>
      <title>The section &lt;system.webServer&gt; is defined more than once in Web.config</title>
      <description><![CDATA[<p>Hi,</p>
<p>I'm getting 503 errors when attempting to run the /Setup/Default.aspxÂ or attempting to access a newly created instance of Mojo. I have got the XSP test site working via Apache fine however.</p>
<p>I get the following in my Apache errors log:</p>
<blockquote>
<p>System.Configuration.ConfigurationErrorsException: The section &lt;system.webServer&gt; is defined more than once in the same configuration file. (/var/www/mojo/Web.config line 1054)</p>
</blockquote>
<p>Â </p>
<p>The offending sections appears to be the below. As you can see the default Web.config has an additional configuration to set validateIntergradedModeConfiguration = false, but this appears to conflict with the one in location tags below it.</p>
<p>Is there any recommended way to resolve this?</p>
<p>Â </p>
<blockquote>
<p>&lt;!-- this one needs to be outside of the location element because this setting should also go to child apps --&gt;<br />&lt;system.webServer&gt;<br />&lt;!-- Disable runtime rejection of Integrated mode applications that have legacy ASP.NET settings --&gt;<br />&lt;validation validateIntegratedModeConfiguration="false" /&gt;<br />&lt;/system.webServer&gt;</p>
<p>&lt;location inheritInChildApplications="false"&gt;<br />&lt;system.webServer&gt;</p>
</blockquote>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=10761~-1#post44766</link>
      <author>Robert Stoffers</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 18 Aug 2012 05:27:46 GMT</pubDate>
    </item>
    <item>
      <title>Re: "Object reference not set to an instance of an object" at mojoPortal.Web.UI.mojoRating.OnInit()</title>
      <description><![CDATA[<p>
	I see answer for my question here, thank you very much!</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post43223</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 23 May 2012 09:40:42 GMT</pubDate>
    </item>
    <item>
      <title>Re: openSuse 12.1  Mono2.10.2  Apache2 MySQL  Mojo2.3.6.6  problem</title>
      <description><![CDATA[<p>AfterÂ 2 days trying:</p>
<p>Mojo Portal 2.3.4.4Â  page with SHARED FILES can not load<br />Mojo Portal 2.3.6.6Â  page with SHARED FILES is ok, but apache stop on adding new page. (It is impossible to access the site until restart apache)Â <br />Mojo Portal 2.3.6.5Â  most of the components works well but after logout it is impossible to log in until restart apache<br />Mojo Portal 2.3.6.4Â  most of the components works well but after logout it is impossible to log in until restart apache<br />Mojo Portal 2.3.4.5Â Â  setup can not execute.<br />Mojo Portal 2.3.4.8Â Â  setup can not execute.<br />Mojo Portal 2.3.5.1Â Â  page with SHARED FILES can not load,Â  most of the components works well but after logout it is impossible to access the site until restart apache</p>
<p>I tested with several versions of Mono (2.6.1, 2.6.3, 2.6.7, 2.8.0 and the latest 2.10.6) .</p>
<p><strong>Best combination is Mojo2.3.6.4, MySQL, Mono 2.10.6, Most components work well, but this error continues to occur</strong>:</p>
<p>1. after logout it is impossible to log in the site until restart apache</p>
<p>Server Error in '/' Application<br />Object reference not set to an instance of an object</p>
<p>Description: HTTP 500. Error processing request.</p>
<p>Stack Trace:</p>
<p>System.NullReferenceException: Object reference not set to an instance of an object<br />Â  at System.Web.SessionState.SessionInProcHandler.GetItemInternal (System.Web.HttpContext context, System.String id, System.Boolean&amp; locked, System.TimeSpan&amp; lockAge, System.Object&amp; lockId, System.Web.SessionState.SessionStateActions&amp; actions, Boolean exclusive) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>Version information: Mono Runtime Version: 2.10.6 (tarball Sat Oct 29 18:16:09 UTC 2011); ASP.NET Version: 2.0.50727.1433<br />****************************<br />2. In member list click on "View Profile "Â  show me the following message:<br />Server Error in '/' Application<br />The requested feature is not implemented.</p>
<p>Description: HTTP 500. Error processing request.</p>
<p>Stack Trace:</p>
<p>System.NotImplementedException: The requested feature is not implemented.<br />Â  at System.TimeZoneInfo.FromSerializedString (System.String source) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at mojoPortal.Web.Framework.DateTimeHelper.GetTimeZoneList () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at mojoPortal.Business.WebHelpers.CacheHelper.GetTimeZones () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at mojoPortal.Web.SiteUtils.GetTimeZoneList () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at mojoPortal.Web.SiteUtils.GetTimeZone (System.String id) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at mojoPortal.Web.UI.Pages.ProfileView.PopulateControls () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at mojoPortal.Web.UI.Pages.ProfileView.Page_Load (System.Object sender, System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at mojoPortal.Web.mojoBasePage.OnLoad (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.LoadRecursive () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Page.ProcessLoad () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Page.ProcessPostData () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Page.InternalProcessRequest () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>Version information: Mono Runtime Version: 2.10.6 (tarball Sat Oct 29 18:16:09 UTC 2011); ASP.NET Version: 2.0.50727.1433<br />*********************************</p>
<p>3. Click on search button show me the following message:<br />Server Error in '/' Application<br />Object reference not set to an instance of an object</p>
<p>Description: HTTP 500. Error processing request.</p>
<p>Stack Trace:</p>
<p>System.NullReferenceException: Object reference not set to an instance of an object<br />Â  at mojoPortal.Web.UI.BingSearchControl.OnInit (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Page.InternalProcessRequest () [0x00000] in &lt;filename unknown&gt;:0<br />Â  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>Version information: Mono Runtime Version: 2.10.6 (tarball Sat Oct 29 18:16:09 UTC 2011); ASP.NET Version: 2.0.50727.1433<br />*****************</p>
<p>The same errors occur with other versions of MONO .</p>
<p>Best regards!</p>
<p>Â </p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9558~-1#post39724</link>
      <author>Predrag</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 07 Jan 2012 22:07:42 GMT</pubDate>
    </item>
    <item>
      <title>Re: openSuse 12.1  Mono2.10.2  Apache2 MySQL  Mojo2.3.6.6  problem</title>
      <description><![CDATA[<p>Thanks for quick response!</p>
<p>In the meantime I tried the combination mojo2.3.6.2 mono2.6.7 opensuse12.1.Â </p>
<p>In this combination it is possible to add new pages, log in and out, create newÂ users...Image Gallery workÂ normal when access to the site with Windows 7 (64bit), andÂ when YouÂ try access them Â from Windows XPÂ 32-bitÂ  image will be opened in browser(like a file).</p>
<p>The mainÂ problem that remains is: pagesÂ with "shared files" component is not working...</p>
<p>Does anyone know theÂ workingÂ combination of mojo portal xxxx, mono 2.x.x, apaÄe2 xxxxx,Â and xsp and some freeÂ linux operating system .</p>
<p>Â </p>
<p>Â </p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9558~-1#post39716</link>
      <author>Predrag</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 06 Jan 2012 18:24:28 GMT</pubDate>
    </item>
    <item>
      <title>Re: openSuse 12.1  Mono2.10.2  Apache2 MySQL  Mojo2.3.6.6  problem</title>
      <description><![CDATA[<p>Hi,</p>
<p>See my comments <a href="https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;mid=34&amp;ItemID=22&amp;thread=8005">on this thread</a>. Unfortunately Mono has not become a stable platform for running mojoPortal. It has worked to some degree in the past for some versions of mojoPortal and some versions of Mono but it has never reached a point of being reliable and I'm skeptical whether it ever will after hoping it would since 2004.</p>
<p>When Mono was supported by Novell they used to make a VMWare image available of opensuse and Mono that I would use for some testing but they no longer do that and testing often revealed Mono bugs anyway. I ahve not shipped a release package for Mono in quite a while now.</p>
<p>Recently I did try updating our .sln for Mono on my Mac, and while I was able to get it to compile and I was able to run the setup page, I could not get it to work on other pages after that, it gave strange errors on internal mono classes. It also gives errors when trying to use the latest AjaxControlToolkit.</p>
<p>I'm still a fan of Mono but I am very close to giving up completely on the idea that it will ever be a stable platform for running mojoPortal. I think their focus these days is on mobile devices and maybe simple web services to support mobile apps can work ok but large complex ASP.NET projects have always been challenging on Mono and I think it is worse today for such apps than in the past.</p>
<p>Sorry I don't have better news on the Mono front.</p>
<p>Best,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9558~-1#post39708</link>
      <author>Predrag</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 06 Jan 2012 16:52:41 GMT</pubDate>
    </item>
    <item>
      <title>Re: openSuse 12.1  Mono2.10.2  Apache2 MySQL  Mojo2.3.6.6  problem</title>
      <description><![CDATA[<p>Here is the error that appears whenever you try to access the site after signout (click on the home or signin):</p>
<p>Server Error in '/' Application<br />Object reference not set to an instance of an object</p>
<p>Description: HTTP 500. Error processing request.</p>
<p>Stack Trace:</p>
<p>System.NullReferenceException: Object reference not set to an instance of an object<br />Â  at System.Web.SessionState.SessionInProcHandler.GetItemInternal (System.Web.HttpContext context, System.String id, System.Boolean&amp; locked, System.TimeSpan&amp; lockAge, System.Object&amp; lockId, System.Web.SessionState.SessionStateActions&amp; actions, Boolean exclusive) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>Version information: Mono Runtime Version: 2.10.2 (tarball Mon Apr 18 15:12:52 UTC 2011); ASP.NET Version: 2.0.50727.1433</p>
<p>Â </p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9558~-1#post39691</link>
      <author>Predrag</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 06 Jan 2012 11:27:06 GMT</pubDate>
    </item>
    <item>
      <title>openSuse 12.1  Mono2.10.2  Apache2 MySQL  Mojo2.3.6.6  problem</title>
      <description><![CDATA[<p>With Â mojo 2.3.6.6. Â Installation goes well but when I try to add a new page I get the error .</p>
<p>Also when I log out from the site and try a new login or anything else get an error until you restart apache2</p>
<p>I also get this errorÂ (after signoutÂ I can not access the siteÂ until restart apache2 ) in mojoPortal 2.3.6.5, 2.3.6.4 and 2.3.5.1.</p>
<p>In Mojo2.3.5.1 and 2.3.4.4 i got an error when try to view page with inserted "shared files" component.</p>
<p>OpenSuse12.1, Apache2Â  2.2.21-3.2.2,Â  XSP 2.10.2-21.2,Â  Mono Core 2.10.2-36.1 ( I try 2.10.5 but I have the same errors).</p>
<p>All attempts I have worked with the version compiled for mono.</p>
<p>Some advice? Maybe the problem is in setting apache2Â  mono and xsp? I have no more ideas...</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9558~-1#post39690</link>
      <author>Predrag</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 06 Jan 2012 11:21:35 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>I am also having problem with mojoportal 2.3.6.5 for mono and postgresql:</p>
<p>Could not load type 'mojoPortal.Web.MonoCompilationSection, mojoPortal.Web'.</p>
<p>Description: HTTP 500. Error processing request.</p>
<p>Stack Trace:</p>
<p>System.TypeLoadException: Could not load type 'mojoPortal.Web.MonoCompilationSection, mojoPortal.Web'.<br />at (wrapper managed-to-native) System.Type:internal_from_name (string,bool,bool)<br />at System.Type.GetType (System.String typeName, Boolean throwOnError) [0x00000] in &lt;filename unknown&gt;:0<br />at Mono.Web.Util.SettingsMapping.get_MapperType () [0x00000] in &lt;filename unknown&gt;:0<br />at Mono.Web.Util.SettingsMapping.MapSection (System.Object input, System.Type type) [0x00000] in &lt;filename unknown&gt;:0<br />at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input, System.Type type) [0x00000] in &lt;filename unknown&gt;:0<br />at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input) [0x00000] in &lt;filename unknown&gt;:0<br />at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path, System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0<br />at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path) [0x00000] in &lt;filename unknown&gt;:0<br />at System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection (System.String sectionName) [0x00000] in &lt;filename unknown&gt;:0<br />at System.Web.Compilation.AppResourcesAssemblyBuilder..ctor (System.String canonicAssemblyName, System.String baseAssemblyPath, System.Web.Compilation.AppResourcesCompiler appres) [0x00000] in &lt;filename unknown&gt;:0<br />at System.Web.Compilation.AppResourcesCompiler.CompileGlobal () [0x00000] in &lt;filename unknown&gt;:0<br />at System.Web.Compilation.AppResourcesCompiler.Compile () [0x00000] in &lt;filename unknown&gt;:0<br />at System.Web.HttpApplicationFactory.InitType (System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>Â </p>
<p>but with that said, if you (Mr. Audette) need a Linux virtual machine configured with asp.net, I can build one and host it on my web server with any Linux distribution.</p>
<p>Alain</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post39525</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 30 Dec 2011 23:49:34 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>
	Well, LastManStanding, I would love to know how you managed to get even the home page to open, I try to open just localhost/sitename/ and get this string of errors;</p>
<h1>
	Server Error in '/' Application</h1>
<hr style="color: silver" />
<h2>
	<em>a name did not start with a legal character 45 (-) Line 60, position 2.</em></h2>
<p>
	<strong>Description: </strong>HTTP 400. Error processing request.</p>
<p>
	<strong>Stack Trace: </strong></p>
<table class="sampleCode" summary="Stack Trace">
	<tbody>
		<tr>
			<td>
				<pre>
System.Xml.XmlException: a name did not start with a legal character 45 (-)  Line 60, position 2.
  at Mono.Xml2.XmlTextReader.ReadName (System.String&amp; prefix, System.String&amp; localName) [0x00000] in &lt;filename unknown&gt;:0 
  at Mono.Xml2.XmlTextReader.ReadStartTag () [0x00000] in &lt;filename unknown&gt;:0 
  at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] in &lt;filename unknown&gt;:0 
  at Mono.Xml2.XmlTextReader.Read () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Xml.XmlTextReader.Read () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Xml.XmlWriter.WriteNode (System.Xml.XmlReader reader, Boolean defattr) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Xml.XmlWriter.WriteNode (System.Xml.XmlReader reader, Boolean defattr) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Xml.XmlReader.ReadOuterXml () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.SectionInfo.ReadData (System.Configuration.Configuration config, System.Xml.XmlReader reader, Boolean overrideAllowed) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, Boolean overrideAllowed, Boolean root) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, Boolean overrideAllowed) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.Configuration.Load () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.Configuration.Init (IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration (System.String path, System.String site, System.String locationSubPath, System.String server, System.String userName, System.String password, Boolean fweb) [0x00000] in &lt;filename unknown&gt;:0 </pre>
			</td>
		</tr>
	</tbody>
</table>
<hr style="color: silver" />
<p>
	<strong>Version information: </strong> Mono Runtime Version: <tt>2.10.5 (Debian 2.10.5-1)</tt>; ASP.NET Version: <tt>2.0.50727.1433</tt></p>
<p>
	&nbsp;</p>
<p>
	<tt>I am not even sure which programme is failing. If I try to go beyond the hostname to enter the hostname/Setup/Default.aspx page then it is just an Error 500 Apache Internal Server error.</tt></p>
<p>
	<tt>But from what you say even when it runs you cannot access skins, which is my reason for wanting to run MP. I am trying to update a very old installation of MP and wanted to try it out locally before risking changing the "real" website. &nbsp; </tt></p>
<p>
	<tt>I can make a single ASP.Net page open correctly but there is some failure in the Apache Virtual Host / mono-server chain of events that is fatal. </tt></p>
<p>
	<tt>Tony Morton&nbsp; </tt></p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38559</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 20 Nov 2011 16:40:30 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<blockquote>
	<p>
		It's a shame for mono and linux to lose to MS&nbsp;</p>
</blockquote>
<p>
	I agree except it never really got all the way there, its always been almost there as far as ASP.NET on Mono/Linux. But of course ASP.NET keeps evolving too and is a moving target for the Mono team to try and keep up with it. Mono still has many great uses, its just that it never quite got all the way there as far as becoming a stable reliable environment for ASP.NET. In my opinion the problem is not enough <a href="http://en.wikipedia.org/wiki/Eating_your_own_dog_food">eating your own dogfood</a>. The Mono site has never run on ASP.NET and when Mono was under Novell none of their sites used it, they always used wikiemedia or other PHP things. If they used it for large important sites that matter to them then they would find the bugs and it would have become stable but instead they just throw it out there for others to use and hope they get good bug reports with test cases.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38555</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 20 Nov 2011 14:53:08 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>
	Thanks Joe I really just read your post on Mono in another thread and I guess I have one or two choices at this point.</p>
<p>
	1. Actually invest the time to learn what functions the mono classes support and really try to code based on a specific mono version&nbsp;checking out the code on linux with svn and building with MonoDevelop.</p>
<p>
	2. MojoPortal&nbsp;in a windows environ.</p>
<p>
	3. Drupal PHP Linux.</p>
<p>
	It's a shame for mono and linux to lose to MS&nbsp;</p>
<p>
	&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38554</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 20 Nov 2011 14:38:12 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>
	The source code is compiled into dlls in the bin folder so you won't find it on disk using the pre-compiled release packages of mojoPortal.</p>
<p>
	Unfortunately&nbsp;there are often bugs in Mono, it has never become stable enough for me to recommend it for any production web site and lately I have not been testing it at all. It is always hit or miss, often it work but there are some bugs but new releases of Mono often break things, some bugs get fixed, some new ones appear, some regressions occur. It has been that way since 2004, every now and then it works reasonably well but with a few minor bugs but often there are major bugs. Sometimes it doesn't&nbsp;work at all, sometimes it works under xsp2 but not under mod_mono.</p>
<p>
	I haven't given up on Mono completely though, at some point I plan to start testing again but I'm not setup to do it at the moment. They used to release VMWare images of Mono on openSuse and that made it easier for me to setup a testing environment but since Mono is no longer under Novell they no longer make a VM available so it is more work to setup a testing environment.</p>
<p>
	Sorry that I don't have better news for you.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38553</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 20 Nov 2011 14:17:32 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>
	I am also running mojoPortal&nbsp;under Ubuntu 11.10 AMD64,&nbsp;MySql&nbsp;DB with Mono Runtime Version: 2.10.5 (Debian 2.10.5-1); ASP.NET Version: 2.0.50727.1433 on a Gateway LT3103&nbsp;netbook.</p>
<p>
	I loaded all files and folders into my site folder /var/www/psellc did chown&nbsp;-R www-data:www-data which is the default user and group for Apache2 under Ubuntu. I use the Apache mod-mono the parse ASP.NET&nbsp;pages and not XSP2 or XSP4</p>
<p>
	http://library.linode.com/frameworks/mod-mono/debian-5-lenny</p>
<p>
	I have gotten mojoPortal 2.3.3.0 to successfully installed and opened the homepage. The issues is that none of the skins work. I am not a programmer of any kind so it is very difficult for me to follow the logic of "&lt;%@ Page language="c#" Codebehind="Default.aspx.cs" MasterPageFile="~/App_MasterPages/layout.Master" StylesheetTheme="" AutoEventWireup="false" Inherits="mojoPortal.Web.UI.CmsPage" %&gt;"</p>
<p>
	------------------------------------------------------</p>
<p>
	this is from my Apache error.log file "&nbsp;Apache/2.2.20 (Ubuntu) mod_mono/2.10 PHP/5.3.6-13ubuntu3.2 with Suhosin-Patch configured -- resuming normal operations</p>
<p>
	Listening on: /tmp/mod_mono_server_global"</p>
<p>
	------------------------------------------------------------</p>
<p>
	I see the file&nbsp;~/App_MasterPages/layout.Master but I dont understand where this class or method is coming from&nbsp;mojoPortal.Web.UI.CmsPage. it seem the whole site inherits it's logic from this Web.UI.Cms, and I cant find it anywhere under my webroot.</p>
<p>
	It would be very helpful if there is a logic path showing how the site work from the Default.aspx</p>
<p>
	Cecil</p>
<p>
	&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38551</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 20 Nov 2011 12:59:10 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>
	Many thanks for that tip Joe, I wish I could report success, but I am afraid that I am getting the same errors. I don't really know enough about working with apache, virtual hosts and content management systems to be able to tell if I am doing things correctly or making mistakes. I had hoped that a step by step approach would eventually work but it hasn't and I cannot tell what I am doing wrong. It's all way over my head, so I had better stop before I spend even more time on fruitless trial and error.</p>
<p>
	Many thanks</p>
<p>
	Tony Morton&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38530</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 18 Nov 2011 17:48:44 GMT</pubDate>
    </item>
    <item>
      <title>Re: Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>
	I have not packaged releases for Mono for the last few releases of mojoPortal because I have not had time for testing on Mono. There are almost always bugs with Mono and running complex ASP.NET apps, I would not recommend it for any important production site.</p>
<p>
	I recommend try using <a href="http://mojoportal.codeplex.com/releases/view/67256">version 2.3.6.6 of mojoPortal</a>, use one of the packages labeled for mono</p>
<p>
	It is compiled on Linux but using .NET version 3.5 not 4, so xsp2 not xsp4</p>
<p>
	The easiest package to try will be the one for SQLite&nbsp;since it requires no database server software, or you can try it with MySql but you have to also download the mysql data layer and replace the data dlls and copy the /Setup folder into the main package.</p>
<p>
	Hope that helps,</p>
<p>
	Joe</p>
<p>
	&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38435</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 15 Nov 2011 16:03:10 GMT</pubDate>
    </item>
    <item>
      <title>Ubuntu Linux cannot open the Setup/Default page</title>
      <description><![CDATA[<p>
	Running Mojoportal under Ubuntu 11.04 is proving a real challenge. Working with the with the mojoportal 2-3-7-0 download files for NET3.5&nbsp; and a MySQL database, I have finally managed to install Monodevelop, Apache2, xsp2, xsp4 and mono-server, and after inserting many configuration settings, simple testpage .aspx files are working.</p>
<p>
	However when trying to access the /Setup/Default.aspx page in Apache an error is shown&nbsp;</p>
<p>
	Service Temporarily Unavailable<br />
	The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.<br />
	<br />
	Apache/2.2.17 (Ubuntu) Server at 127.0.0.2 Port 80</p>
<p>
	If I manually start XSP2 or XSP4&nbsp; and declare the root as /var/www/essexbp.com [which is the name I have used throughout all files and settings for the webserver] I get this error</p>
<p>
	xsp4 --root /var/www/essexbp.com<br />
	Exception during TraceManager initialization:<br />
	System.Xml.XmlException: a name did not start with a legal character 45 (-)&nbsp; Line 67, position 2.</p>
<p>
	Followed by many lines of errors with mono-server named and xml named over and over</p>
<p>
	If I use /var/www/essexbp.com/Setup as the root I get&nbsp; no errors but then using port 8080 to open /Setup/Default.aspx I get this error</p>
<p>
	&nbsp;</p>
<h1 class="western">
	Server Error in '/' Application</h1>
<hr />
<h2 class="western">
	<em>Parser Error</em></h2>
<p class="western">
	<strong>Description: </strong>Error parsing a resource required to service this request. Review your source file and modify it to fix this error.</p>
<p class="western">
	<strong>Parser Error Message: </strong><code class="western">Cannot find type mojoPortal.Web.UI.Pages.SetupHome</code></p>
<p class="western">
	<strong>Source Error: </strong></p>
<table cellpadding="2" cellspacing="0" width="1277">
	<col width="1273" />
	<tbody>
		<tr>
			<td style="border: none; padding: 0cm" width="1273">
				<pre class="western">
<code class="western"><font color="#ff0000">Line 1: &lt;%@ Page Language="C#" AutoEventWireup="false" EnableSessionState="False" CodeBehind="Default.aspx.cs" Inherits="mojoPortal.Web.UI.Pages.SetupHome" %&gt;</font></code>
<code class="western">Line 2: </code>
<code class="western">Line 3: </code></pre>
			</td>
		</tr>
	</tbody>
</table>
<p class="western">
	<br />
	&nbsp;</p>
<p class="western">
	<strong>Source File: </strong>/var/www/essexbp.com/Setup/Default.aspx&nbsp;&nbsp;<strong>Lines: </strong>1, 1</p>
<hr />
<p class="western">
	<strong>Version information: </strong>Mono Runtime Version: <tt class="western">2.10.5 (Debian 2.10.5-1~dhx1~lucid1)</tt>; ASP.NET Version: <tt class="western">4.0.30319.1</tt></p>
<p class="western">
	Does this identify any cause of the problem?<br />
	<br />
	Running Mojoportal under Ubuntu is certainly not easy, although there are help pages on the internet where people claim to have succeeded, but none of their instructions have yet worked for me. Or is it simply that it is not possible to use Mojoportal under Ubuntu?</p>
<p class="western">
	<br />
	Regards<br />
	Tony Morton</p>
<p class="western">
	&nbsp;</p>
<br />
<p class="western">
	<tt class="western">&nbsp; </tt></p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9261~-1#post38434</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 15 Nov 2011 15:51:55 GMT</pubDate>
    </item>
    <item>
      <title>WANTED; beginners guide to running Mojoportal on Ubuntu Linux</title>
      <description><![CDATA[<p>
	Dear Mojoportal,</p>
<p>
	I am working in Ubuntu 11.04 with the mojoportal 2-3-7-0 download files for NET3.5&nbsp; and a MySQL database, in order to update a very old existing mojoportal website installation. This requires substituting a whole new skin to work with the many changes that have taken place to mojoportal since our existing version was set up.&nbsp; I want to be able to view the new installation on my local computer and adjust the skin before risking an upload to our web hosting service.</p>
<p>
	There are two webpages from the Documentation section of the Mojoportal website relating to using Apache to run the system on a local host,&nbsp; one at http://www.mojoportal.com/apachesetup.aspx and one at http://www.joeaudette.com/settingupapachevirtualhostswithmod_mono.aspx , but after struggling with both of these I cannot get mojoportal to run in the Firefox browser.</p>
<p>
	Trawling the web for other advice has given me a dozen different solutions, none of which work, and I am leaving a trail of abandoned code changes in various configuration files in apache and mod_mono , trying and failing to get a Virtual Host, or anything at all to appear in Firefox.</p>
<p>
	I need a straightforward simple guide setting out a step by step process that will get mojoportal running on my computer in Firefox so that I can view the effect of changes to the skin that I want to make.</p>
<p>
	Can you please help with an idiot proof set of instructions on what changes to make to specific files and what address to call up in Firefox to eventually see mojoportal running?</p>
<p>
	This beginner is really struggling!</p>
<p>
	Tony Morton</p>
<p>
	&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=9220~-1#post38181</link>
      <author>Tony Morton</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 07 Nov 2011 11:19:38 GMT</pubDate>
    </item>
    <item>
      <title>Unrecognized configuration section &lt;system.web.extensions&gt; on Mac Os 10.6.8 and apache with mod_mono</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	I'm getting the error when I try to access the page.</p>
<p>
	operating system: <strong>Mac Osx&nbsp;10.6.8</strong></p>
<p>
	Database platform: <strong>MySql&nbsp;5.5.16</strong></p>
<p>
	version of mojoPortal: <strong>2.3.6.7</strong></p>
<p>
	â€‹version of mono: <strong>2.10.5</strong></p>
<p>
	<strong>â€‹</strong>version of mod_mono<strong>: 2.10&nbsp;</strong>(downloaded from mono source pages and compiled localy as instructed on the .txt that comes within)</p>
<p>
	The tests pages of XSP runs OK! in apache.</p>
<p>
	I copied a MojoPortal&nbsp;instalation (files on Web Site) that works ok on a Win Server with mysql. Directory, Alias and handler OK in httpd.conf.</p>
<p>
	It will point to the same database whenever it runs...</p>
<p>
	I am new to work with mono in apache. I read in other post in this forum that it is supported by mono so I'm sure am missing some configuration.</p>
<p>
	can you help me guys on this?</p>
<p>
	Thanks a lot in advance.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8970~-1#post37049</link>
      <author>tomasruizr</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 27 Sep 2011 20:38:05 GMT</pubDate>
    </item>
    <item>
      <title>Re: 2.3.6.5 bugs</title>
      <description><![CDATA[<p>
	Hi ykar,</p>
<p>
	Thanks for the bug reports and fixes! I will make the same changes in my copy and commit it to the repository later today.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8130~-1#post33595</link>
      <author>ykar</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 17 May 2011 11:36:25 GMT</pubDate>
    </item>
    <item>
      <title>2.3.6.5 bugs</title>
      <description><![CDATA[<p>
	<span class="short_text" id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">I'm</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">trying to</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">run the</span></span> mojoPortal on Ubuntu (mono 2.6.7) and<span class="short_text" id="result_box" lang="en"> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">got</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">a few</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">bugs</span></span><span class="short_text" id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">:</span></span></p>
<p>
	<span class="short_text" id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">1. When</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">I</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">edit the</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">properties of the</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">module </span></span><span id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">where the</span> ColorSetting <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">is used </span></span><span class="short_text" id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">(eg Poll)</span></span><span id="result_box" lang="en"><span title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">,</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">then</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">get</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">an error:</span></span></p>
<pre>
System.ArgumentException: key
Parameter name: Duplicate key in add.
  at System.Collections.Specialized.ListDictionary.Add (System.Object key, System.Object value) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.CssStyleCollection.ParseStyle (Int32 startIndex) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.CssStyleCollection.InitFromStyle () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.CssStyleCollection.set_Value (System.String value) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.AttributeCollection.Add (System.String key, System.String value) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.AttributeCollection.set_Item (System.String key, System.String value) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.HtmlControls.HtmlControl.System.Web.UI.IAttributeAccessor.SetAttribute (System.String name, System.String value) [0x00000] in &lt;filename unknown&gt;:0 
  at ASP.controls_colorsetting_ascx.__BuildControl_spnButton () [0x00000] in &lt;filename unknown&gt;:0 
  at ASP.controls_colorsetting_ascx.__BuildControlTree (ASP.controls_colorsetting_ascx __ctrl) [0x00000] in &lt;filename unknown&gt;:0 
  at ASP.controls_colorsetting_ascx.FrameworkInitialize () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.UserControl.InitializeAsUserControlInternal () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.UserControl.InitializeAsUserControl (System.Web.UI.Page page) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.TemplateControl.LoadControl (System.Type type, System.Object[] parameters) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.TemplateControl.LoadControl (System.String virtualPath) [0x00000] in &lt;filename unknown&gt;:0 
  at mojoPortal.Web.AdminUI.ModuleSettingsPage.AddSettingControl (mojoPortal.Business.CustomModuleSetting s, System.Web.UI.WebControls.Panel groupPanel) [0x00000] in &lt;filename unknown&gt;:0 
  at mojoPortal.Web.AdminUI.ModuleSettingsPage.PopulateCustomSettings () [0x00000] in &lt;filename unknown&gt;:0 
  at mojoPortal.Web.AdminUI.ModuleSettingsPage.OnInit (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.Page.InternalProcessRequest () [0x00000] in &lt;filename unknown&gt;:0 
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0</pre>
<p>
	<span class="short_text" id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">I</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">corrected</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">this</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">by changing in mojoPortal.Web.mono/Controls/ColorSettings.ascx:</span></span></p>
<p>
	&lt;span id="spnButton" runat="server" style="border: 1px solid black;padding: 1px 10px;<strong>cursor: hand;cursor: pointer;</strong>"&gt;&amp;nbsp;&lt;/span&gt;</p>
<p>
	to</p>
<p>
	&lt;span id="spnButton" runat="server" style="border: 1px solid black;padding: 1px 10px;<strong>cursor: hand;</strong>"&gt;&amp;nbsp;&lt;/span&gt;</p>
<p>
	2. <span class="short_text" id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">When I</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">clicked</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">on the</span> <span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">link "</span></span>View Messages" of ContactForm, then get an error:</p>
<p>
	Parser Error</p>
<p>
	Description: Error parsing a resource required to service this request. Review your source file and modify it to fix this error.</p>
<p>
	Parser Error Message: Cannot find type mojoPortal.Web.ContactUI.MessageListDialog</p>
<p>
	Source Error:</p>
<p>
	Line 1: &lt;%@ Page Language="C#" AutoEventWireup="false" MasterPageFile="~/App_MasterPages/DialogMaster.Master"<br />
	Line 2:&nbsp;&nbsp;&nbsp;&nbsp; CodeBehind="MessageListDialog.aspx.cs" Inherits="mojoPortal.Web.ContactUI.MessageListDialog" %&gt;<br />
	Line 3:<br />
	Line 4: &lt;asp:Content ContentPlaceHolderID="phHead" ID="HeadContent" runat="server"&gt;</p>
<p>
	Source File: /home/ykar/mojoPortal/Web/ContactForm/MessageListDialog.aspx&nbsp; Lines: 1, 2</p>
<p>
	I corrected this by adding MessageListDialog.* to mojoPortal.Features.UI.mono (<span class="short_text" id="result_box" lang="en"><span class="hps" title="ÐÐ°Ð¶Ð¼Ð¸Ñ‚Ðµ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑƒÐ²Ð¸Ð´ÐµÑ‚ÑŒ Ð°Ð»ÑŒÑ‚ÐµÑ€Ð½Ð°Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´">missed </span></span>reference).</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8130~-1#post33582</link>
      <author>ykar</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 16 May 2011 17:03:44 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono Runtime Version: 2.10.1 in ASP.NET 4.0 'ISectionSetting' errors</title>
      <description><![CDATA[<p>
	Looks like trouble for the Mono project.</p>
<p>
	<a href="http://blog.internetnews.com/skerner/2011/05/attachmate-lays-off-mono-emplo.html">Attachmate Lays Off Mono Employees</a></p>
<p>
	Sad to see this news, it doesn't bode well for Mono to improve and become more stable for web apps.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8005~-1#post33324</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 04 May 2011 15:06:51 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono Runtime Version: 2.10.1 in ASP.NET 4.0 'ISectionSetting' errors</title>
      <description><![CDATA[<p>
	Well, if it were a big burden I would drop it but it really isn't blocking me from anything I want to do and it does not take a lot of effort (or at least I don't put in a lot of of effort testing and such).</p>
<p>
	Really there are only a few things developers should have to be conscious of to support Mono like case sensitivity of urls and proper handling of file system paths, ie using Directory.PathSeparatorChar rather than hard coding \ characters into strings, not using P/Invoke against native windows dlls (can't do that in medium trust anyway), etc.</p>
<p>
	Other than that if Mono is working like it is supposed to it should be the same as .NET on Windows.</p>
<p>
	What it would really need to stabilize Mono for mojoPortal is someone who is dedicated to testing and and filing bug reports to the Mono team and that is something I don't have time for and have not put much time in on for quite a while now. Without that I think it will always be hit or miss using Mono. I keep hoping that someone else in the community would be interested and committed enough to take charge of testing and reporting bugs on Mono. I would love for that to happen, but I'm far to busy to do it myself.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8005~-1#post33051</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 25 Apr 2011 15:29:58 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono Runtime Version: 2.10.1 in ASP.NET 4.0 'ISectionSetting' errors</title>
      <description><![CDATA[100% agree. It might be worth a survey to see how many want mono support?

I was a big Linux/mono supporter. But 6+ years enough time wasted hoping/waiting.

I would vote for dropping Linux/mono supportnow myself... To focus on newfeatures.

REGARDS
Andrew]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8005~-1#post33049</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 25 Apr 2011 15:05:38 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono Runtime Version: 2.10.1 in ASP.NET 4.0 'ISectionSetting' errors</title>
      <description><![CDATA[<p>
	I have to agree, I've been working with Mono since 2004 and it has never become a reliable stable web platform for running mojoPortal as I hoped it would one day. It works sometimes but I have never felt like I could recommend it for any important production site because I know people will have problems with it whereas if they just use Windows hosting things work smooth and if they do have a problem I know I can fix it whereas with Mono it is usually a problem in Mono that I cannot fix but can only report upstream. My interest and enthusiasm for Mono has diminished&nbsp;quite a lot over the years though I do still try to keep mojoPortal compatible with it as long as it does not require a great deal of effort on my part to do so. My impression is also that they are more focused on mobile opportunities and I don't blame them really since that is actually generating revenue for them. Really the writing has always been on the wall since the Mono web site has always run on PHP not ASP.NET/Mono. If you don't eat your own cooking chances are no-one else will either. If they were relying on Mono for any important sites of their own there would be more chance of bugs getting found and fixed sooner and it could become a more stable platform. <a href="http://www.joeaudette.com/the-busy-web-developer-and-the-bad-dogfood.aspx">I tried to tell them that back in 2005</a>. This is why not many web hosts bother with Mono either.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8005~-1#post33042</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 25 Apr 2011 14:32:16 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono Runtime Version: 2.10.1 in ASP.NET 4.0 'ISectionSetting' errors</title>
      <description><![CDATA[<p>
	Ahh.. Thanks..</p>
<p>
	I did notice I also got this error (but it went away after refreshing the page a few times). - Using the .NET 3.5/Monoserver 2..</p>
<p>
	It seems to run slowly (4cpu, 2.5megs ram server) also..</p>
<p>
	My GUT says Novell are only interested in MonoTouch/DroidTouch these days. Their Moonlight has slipper away and their ASP.NET</p>
<p>
	support is not fantastic..&nbsp; I must say.. I have been following mono from day 1.. And I love C#/.NET.. But mono seems to be fading away a bit ?</p>
<p>
	I can get more reliable cross platform stuff with PhP or FreePascal/Lazarus/Delphi...</p>
<p>
	Andrew</p>
<p>
	===================================================================================</p>
<p>
	Server Error in '/' Application<br />
	The current thread has not entered the lock in read mode</p>
<p>
	Description: HTTP 500. Error processing request.</p>
<p>
	Stack Trace:</p>
<p>
	System.Threading.SynchronizationLockException: The current thread has not entered the lock in read mode<br />
	&nbsp; at System.Threading.ReaderWriterLockSlim.ExitReadLock () [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.HttpApplicationState.Get (System.String name) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.HttpApplicationState.get_Item (System.String name) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at mojoPortal.Web.Global.IncrementUserCount () [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at mojoPortal.Web.Global.Session_Start (System.Object sender, System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.SessionState.SessionStateModule.OnSessionStart () [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.SessionState.SessionStateModule.OnAcquireRequestState (System.Object o, System.EventArgs args) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.HttpApplication+&lt;RunHooks&gt;c__Iterator5.MoveNext () [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.HttpApplication+&lt;Pipeline&gt;c__Iterator6.MoveNext () [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.HttpApplication.Tick () [0x00000] in &lt;filename unknown&gt;:0</p>
<p>
	Version information: Mono Runtime Version: 2.10.1 (tarball Sun Apr 24 16:07:50 MSD 2011); ASP.NET Version: 2.0.50727.1433</p>
<p>
	===========================================================================================</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8005~-1#post33041</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 25 Apr 2011 14:17:02 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono Runtime Version: 2.10.1 in ASP.NET 4.0 'ISectionSetting' errors</title>
      <description><![CDATA[<p>
	I ran into a number of problems trying to use the .NET 4 profile in Mono, that is why my packages and the mojoportal.mono.sln are configured for 3.5 .NET.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8005~-1#post33039</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 25 Apr 2011 14:00:09 GMT</pubDate>
    </item>
    <item>
      <title>Mono Runtime Version: 2.10.1 in ASP.NET 4.0 'ISectionSetting' errors</title>
      <description><![CDATA[<p>
	Hi Joe,</p>
<p>
	Just tried the latest mojo with mono 2.10.1 (in .NET 4.0/server4 mode) and I get this error message.</p>
<p>
	BUT it appears to work ok in server2 (.NET 2.0 mode).</p>
<p>
	============================================================================</p>
<p>
	Server Error in '/' Application<br />
	Mapper type does not implement the ISectionSettingsMapper interface</p>
<p>
	Description: HTTP 500. Error processing request.</p>
<p>
	Stack Trace:</p>
<p>
	System.InvalidOperationException: Mapper type does not implement the ISectionSettingsMapper interface<br />
	&nbsp; at Mono.Web.Util.SettingsMapping.get_MapperType () [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at Mono.Web.Util.SettingsMapping.MapSection (System.Object input, System.Type type) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input, System.Type type) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at Mono.Web.Util.SettingsMappingManager.MapSection (System.Object input) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path, System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection (System.String sectionName) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.BuildManager.GetReferencedAssemblies () [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.BuildManager.CallPreStartMethods () [0x00000] in &lt;filename unknown&gt;:0</p>
<p>
	Version information: Mono Runtime Version: 2.10.1 (tarball Sun Apr 24 16:07:50 MSD 2011); ASP.NET Version: 4.0.30319.1</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=8005~-1#post33037</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 25 Apr 2011 13:51:53 GMT</pubDate>
    </item>
    <item>
      <title>Re: Type mojoPortal.Features.UI.Services.GalleryDataService not found</title>
      <description><![CDATA[<p>
	Hi Michel,</p>
<p>
	It looks like this one is my mistake. When I created the service for the gallery I forgot to include the file in the mono version of the project so it is not compiled into the mono version of mojoPortal.Features.UI.dll</p>
<p>
	I will try to find time to fix the mono package in the next few days.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=7469~-1#post30820</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 13 Feb 2011 12:29:26 GMT</pubDate>
    </item>
    <item>
      <title>Type mojoPortal.Features.UI.Services.GalleryDataService not found</title>
      <description><![CDATA[<p>
	Hello Joe,</p>
<p>
	I'm still trying new mojo releases with mono (on OpenSuSE 11.1 with the last mono 2.8.2).</p>
<p>
	2.3.6.2 works great, except that exception that I've tried to understand exploring sources (without disturbing you) but with no success. This is raised when I validate a HTML content (HTML modification is nevertheless successfull).</p>
<p>
	ERROR mojoPortal.Web.Global - 192.168.1.10-fr-FR - /Services/SessionKeepAlive.aspx<br />
	System.Web.HttpException: Type mojoPortal.Features.UI.Services.GalleryDataService not found.<br />
	&nbsp; at System.Web.UI.SimpleWebHandlerParser.GetTypeFromBin (System.String tname) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.SimpleBuildProvider.LoadTypeFromBin (System.Web.Compilation.BaseCompiler compiler, System.Web.UI.SimpleWebHandlerParser parser) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.GenericBuildProvider`1[System.Web.UI.SimpleWebHandlerParser].GetGeneratedType (System.CodeDom.Compiler.CompilerResults results) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.BuildManagerCacheItem..ctor (System.Reflection.Assembly assembly, System.Web.Compilation.BuildProvider bp, System.CodeDom.Compiler.CompilerResults results) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.BuildManager.StoreInCache (System.Web.Compilation.BuildProvider bp, System.Reflection.Assembly compiledAssembly, System.CodeDom.Compiler.CompilerResults results) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp, Boolean debug) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp, Boolean debug) [0x00000] in &lt;filename unknown&gt;:0<br />
	&nbsp; at System.Web.Compilation.BuildManager.Build ...</p>
<p>
	I've already tried with mojoportal-2-3-6-2-mssql-net35-deploymentfiles, replacing only the bin dir with the mojoportal-2-3-6-2-sqlite-mono-deploymentfiles one, in case of some .ashx or other files where forgotten in the mono release.</p>
<p>
	Best,</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=7469~-1#post30814</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 12 Feb 2011 22:26:59 GMT</pubDate>
    </item>
    <item>
      <title>Re: Updatepanel cannot work at mono2.6.4</title>
      <description><![CDATA[<p>
	Tested&nbsp;UpdatePanel run.</p>
<p>
	<br />
	Default.aspx:</p>
<p>
	---------------------------------------------------------------------------------------------------------------------------------------------------------------</p>
<p>
	&lt;%@ Page Language=&quot;C#&quot; Inherits=&quot;monoTest.Default&quot; CodeBehind=&quot;Default.aspx.cs&quot; %&gt;</p>
<p>
	&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</p>
<p>
	&lt;html&gt;</p>
<p>
	&lt;head runat=&quot;server&quot;&gt;</p>
<p>
	&lt;title&gt;Default&lt;/title&gt;</p>
<p>
	&lt;/head&gt;</p>
<p>
	&lt;body&gt;</p>
<p>
	&lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;</p>
<p>
	&lt;asp:ScriptManager id=&quot;ScriptManager1&quot; runat=&quot;server&quot;&gt;</p>
<p>
	&lt;/asp:ScriptManager&gt;</p>
<p>
	&lt;asp:UpdatePanel id=&quot;UpdatePanel1&quot; runat=&quot;server&quot; UpdateMode=&quot;Conditional&quot;&gt;</p>
<p>
	&lt;ContentTemplate&gt;</p>
<p>
	&lt;asp:TextBox id=&quot;TextBox1&quot; runat=&quot;server&quot;&gt;&lt;/asp:TextBox&gt;</p>
<p>
	&lt;/ContentTemplate&gt;</p>
<p>
	&lt;Triggers&gt;</p>
<p>
	&lt;asp:AsyncPostBackTrigger runat=&quot;server&quot; ControlID=&quot;button1&quot; EventName=&quot;Click&quot; /&gt;</p>
<p>
	&lt;/Triggers&gt;</p>
<p>
	&lt;/asp:UpdatePanel&gt;</p>
<p>
	&lt;asp:Button id=&quot;button1&quot; runat=&quot;server&quot; Text=&quot;Click me!&quot; OnClick=&quot;button1Clicked&quot; /&gt;</p>
<p>
	&lt;/form&gt;</p>
<p>
	&lt;/body&gt;</p>
<p>
	&lt;/html&gt;</p>
<p>
	--------------------------------------------------------------------------------------------------------------------------------------------------</p>
<p>
	Default.aspx.csï¼š</p>
<p>
	ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼</p>
<p>
	using System;</p>
<p>
	using System.Configuration;</p>
<p>
	using System.Collections;</p>
<p>
	using System.Web;</p>
<p>
	using System.Web.Security;</p>
<p>
	using System.Web.UI;</p>
<p>
	using System.Web.UI.WebControls;</p>
<p>
	using System.Web.UI.WebControls.WebParts;</p>
<p>
	using System.Web.UI.HtmlControls;</p>
<p>
	using System.Collections.Generic;</p>
<p>
	using System.Net;</p>
<p>
	&nbsp;</p>
<p>
	namespace monoTest</p>
<p>
	{</p>
<p>
	&nbsp;</p>
<p>
	public partial class Default : System.Web.UI.Page</p>
<p>
	{</p>
<p>
	&nbsp;</p>
<p>
	public virtual void button1Clicked (object sender, EventArgs args)</p>
<p>
	{</p>
<p>
	&nbsp;</p>
<p>
	TextBox box=TextBox1;</p>
<p>
	if(box.Text==&quot;aaaaa&quot;)</p>
<p>
	{</p>
<p>
	box.Text=&quot;bbbbb&quot;;</p>
<p>
	}</p>
<p>
	else</p>
<p>
	{</p>
<p>
	box.Text=&quot;aaaaa&quot;;</p>
<p>
	}</p>
<p>
	&nbsp;</p>
<p>
	}</p>
<p>
	}</p>
<p>
	}</p>
<p>
	ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼</p>
<p>
	&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5680~-1#post30139</link>
      <author>imono.cc</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 22 Jan 2011 01:00:59 GMT</pubDate>
    </item>
    <item>
      <title>Re: Updatepanel cannot work at mono2.6.4</title>
      <description><![CDATA[<p>
	Problems remain.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5680~-1#post29978</link>
      <author>imono.cc</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 17 Jan 2011 02:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Re: Updatepanel cannot work at mono2.6.4</title>
      <description><![CDATA[<p>
	In mono2.8.2, UpdatePanel works properly.<br />
	&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5680~-1#post29909</link>
      <author>imono.cc</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 15 Jan 2011 01:06:39 GMT</pubDate>
    </item>
    <item>
      <title>Re: Error some page portal ver mojoportal-2-3-5-1 on mono</title>
      <description><![CDATA[<p>
	as I said, it looks like bugs in Mono, only the Mono team can fix it, it is not a configuration issue.</p>
<p>
	If you want a stable installation of mojoPortal I recommend use Windows hosting, almost every version of Mono they fix some bugs but they introduce new ones, very rarely you may get lucky with a Mono release.</p>
<p>
	I wish Mono was a stable platform for ASP.NET, but as long as the Mono web site runs on PHP and Novell&nbsp;does not run any important web sites on ASP.NET/Mono I don't think it will ever happen. I've been waiting since 2004 and it is very much the same today as back then. Not enough testing of Mono is done with complex ASP.NET web applications and there are almost always problems in each release of Mono.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6275~-1#post25761</link>
      <author>mahdiasadi</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 03 Sep 2010 14:04:55 GMT</pubDate>
    </item>
    <item>
      <title>Re: Error some page portal ver mojoportal-2-3-5-1 on mono</title>
      <description><![CDATA[<p>
	Thanks dear Joe Audette</p>
<p>
	I have othe Error in some other page for example :http://localhost/ImageGallery/EditImage.aspx?mid=2&amp;pageid=-1</p>
<p>
	Argument cannot be null. Parameter name: relativeUrl</p>
<p>
	Description: HTTP 500. Error processing request.</p>
<p>
	Stack Trace:</p>
<p>
	System.ArgumentNullException: Argument cannot be null.<br />
	Parameter name: relativeUrl<br />
	at System.Web.UI.Control.ResolveUrl (System.String relativeUrl) [0x000a9] in /builddir/build/BUILD/mono-2.6.4/mcs/class/System.Web/System.Web.UI/Control.cs:1366<br />
	at mojoPortal.Web.Editor.CKEditorControl.SetupScripts () [0x00000] in &lt;filename unknown&gt;:0<br />
	Â </p>
<p>
	How solve this problem?</p>
<p>
	all error can make by web.config or apache configuration?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6275~-1#post25759</link>
      <author>mahdiasadi</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 03 Sep 2010 13:53:25 GMT</pubDate>
    </item>
    <item>
      <title>Re: Error some page portal ver mojoportal-2-3-5-1 on mono</title>
      <description><![CDATA[<p>
	looks like yet another mono bug, its always 2 steps forward and 1 step backward with Mono releases. I don't recommend using Mono for this reason, it is never quite stable enough, it has been the same since 2004, there are always some bugs.</p>
<p>
	You might try using a different editor instead of CKeditor but I suspect you will get similar&nbsp;errors with other editors.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6275~-1#post25751</link>
      <author>mahdiasadi</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 03 Sep 2010 12:26:22 GMT</pubDate>
    </item>
    <item>
      <title>Error some page portal ver mojoportal-2-3-5-1 on mono</title>
      <description><![CDATA[<p>
	hello</p>
<p>
	my website correct run and page fast running&nbsp; ;for example: http://localhost/eletter/Admin.aspx</p>
<p>
	but I have&nbsp; problem in some page for example :http://localhost/eletter/LetterInfoEdit.aspx</p>
<p>
	Argument cannot be null. Parameter name: relativeUrl</p>
<p>
	Description: HTTP 500. Error processing request.</p>
<p>
	Stack Trace:</p>
<p>
	System.ArgumentNullException: Argument cannot be null.<br />
	Parameter name: relativeUrl<br />
	at System.Web.UI.Control.ResolveUrl (System.String relativeUrl) [0x000a9] in /builddir/build/BUILD/mono-2.6.4/mcs/class/System.Web/System.Web.UI/Control.cs:1366<br />
	at mojoPortal.Web.Editor.CKEditorControl.SetupScripts () [0x00000] in &lt;filename unknown&gt;:0<br />
	at mojoPortal.Web.Editor.CKEditorControl.OnPreRender (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />
	------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p>
<p>
	I setup mojoportal-2-3-5-1 and use mono 2.6 and mysql and apache</p>
<p>
	Please Help Me</p>
<p>
	Thanks</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6275~-1#post25731</link>
      <author>mahdiasadi</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 03 Sep 2010 06:10:08 GMT</pubDate>
    </item>
    <item>
      <title>Re: Stable Production count down !!!</title>
      <description><![CDATA[<p>
	Joe's right. Mono Team don't care much about thinks wich not give them money. No hosting for Mono, some important ASP.NET things are not being implemented already for years. I think that they focuced on 'licence clear' things now or on things they get a revenue from.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6054~-1#post25338</link>
      <author>bprado</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 20 Aug 2010 01:42:23 GMT</pubDate>
    </item>
    <item>
      <title>Re: Stable Production count down !!!</title>
      <description><![CDATA[<p>
	Thank you Joe !!! I Guess I'll stick with Windows :)</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6054~-1#post25012</link>
      <author>bprado</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 08 Aug 2010 20:04:43 GMT</pubDate>
    </item>
    <item>
      <title>Re: Stable Production count down !!!</title>
      <description><![CDATA[<p>
	I don't recommend people to use mojoPortal on Mono for important production sites.</p>
<p>
	I've been interested in Mono since 2004 and for 6 years I've done the extra work trying to support Mono and hoping it would become a stable web environment for mojoPortal. I'm still waiting, it hasn't happened. No web hosts will offer it because they can't support it. From time to time you might get lucky with a release of Mono and it is stable enough (ie the bugs are not critical) but it could break on the next Mono release, or a new feature in a new version of mojoPortal may reveal a new bug in Mono. I don't blame the Mono team, they are chasing a moving target with the .NET framework and will always be playing catch up. To be honest my interest in Mono is waning for this reason, it has been an elusive dream to be able to run mojoPortal reliably on Mono. Also my impression is that the Mono team is more focused on newer trends like mobile development than on ASP.NET these days. Not saying they don't care about it, just my impression is other things are higher priority.</p>
<p>
	What is really needed to reach the goal of being able to run important production sites on Mono with mojoPortal is someone who is a sharp developer, a Mono enthusiast who is comfortable on Linux and can work with the mojoPortal&nbsp;code on Linux using MonoDevelop to join the mojoPortal team and take charge of testing mojoPortal&nbsp;on Mono, finding the bugs and reporting them to the Mono team so they get fixed and Mono becomes more stable. It could happen if we had someone (or several people) dedicated to this, but I cannot do it myself, I'm spread too thin and cannot give it the amount of effort it would take. The Mono team is very responsive to good bug reports, the problem is I don't have the time to do all the testing to find bugs and make good bug reports.</p>
<p>
	So, if there is a community of people out there for whom mojoPortal Mono support is important, I challenge you to step up and help make it happen. Until then running mojoPortal on Mono will always be a "your mileage may vary" situation which is not a situation for important production sites. If you are interested in being our Mono Testing Champion or form a mojoPortal Mono Team and organize&nbsp;a few people to help, let me know, I would welcome your help. I will say that if it ever becomes possible to run mojoPortal reliably on Linux with Mono, then it would open the door to other opportunities like making a mojoPortal Linux appliance using SuseStudio. It could be very exciting, but I can't do it myself because I'm drinking from a firehose of exciting things already.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6054~-1#post24995</link>
      <author>bprado</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 07 Aug 2010 12:37:54 GMT</pubDate>
    </item>
    <item>
      <title>Stable Production count down !!!</title>
      <description><![CDATA[<p>
	Hi all,</p>
<p>
	Just wondering how many sites out there using &nbsp;MOJOPORTAL&nbsp;with MONO .....</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=6054~-1#post24870</link>
      <author>bprado</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 30 Jul 2010 23:52:02 GMT</pubDate>
    </item>
    <item>
      <title>Re: Difficulty installing mojo portal on Ubuntu 10.04</title>
      <description><![CDATA[<p>
	well, after waiting for a while i decided to forget about mojo portal for a while and thought that well, if i wanted to use mojo portal, i might have to cough out some money to buy a microsoft os license and go thru the hassle of downloading visual web developer. but fortunately for me , i stumbled on webmin. with webmin, i was able to run both plpgsql.sql and CreateDatabase.sql easily from within the webmin interface.</p>
<p>
	newbies like me who may experience any difficulty might want to try it. now i need to get my asp. net files to open.</p>
<p>
	webmin is a web based app so it has a beautiful gui.</p>
<p>
	thanks Joe Audette. would hae loved to download the sql lite package but internet is costly where i live so dowloading it would have been painful.</p>
<p>
	besides, you said: "Or if you just want to play with mojoPortal you could try the Sqlite package for Mono since it has a zero configuration database. For a real production site pgsql would be a better choice." i don't want to just play with it,&nbsp; i want to do a "real production site" . thanks for mojo portal by the way.</p>
<p>
	Â </p>
<p>
	Â </p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5938~-1#post24795</link>
      <author>anietieobong</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 29 Jul 2010 15:32:30 GMT</pubDate>
    </item>
    <item>
      <title>Re: Difficulty installing mojo portal on Ubuntu 10.04</title>
      <description><![CDATA[<p>
	Thanks for the reply. I followed the link to the upgraded tutorial.&nbsp;</p>
<p>
	I am still experiencing the same difficulty. After creating the files, using gedit. For the first file, i named it&nbsp;plpgsql.sql and then put all the content that was below it in the text file, i.e,</p>
<p>
	"SET search_path = public, pg_catalog;</p>
<p>
	CREATE FUNCTION plpgsql_call_handler () RETURNS language_handler<br />
	AS '$libdir/plpgsql', 'plpgsql_call_handler'<br />
	LANGUAGE c;</p>
<p>
	CREATE TRUSTED PROCEDURAL LANGUAGE plpgsql HANDLER plpgsql_call_handler;"&nbsp;</p>
<p>
	and then saved the file. Did same with &nbsp;CreateDatabase.sql.</p>
<p>
	i placed them in the home directory. Your tutorial said or any other working directory. Could you clarify what you mean by a working directory?&nbsp;</p>
<p>
	I hope i am correct in assuming that i should use the terminal to carry out the instructions in the tutorial.</p>
<p>
	when i ran su postgres and i then copied and pasted the instruction:"psql -d template1 -f plpgsql.sql" &nbsp;i get this output from the terminal:&nbsp;</p>
<p>
	mbuotidem@NET-SERVER-PC:~$ su postgres<br />
	Password:<br />
	postgres@NET-SERVER-PC:/home/mbuotidem$ psql -d template1 -f plpgsql.sql<br />
	could not change directory to "/home/mbuotidem"<br />
	plpgsql.sql: No such file or directory<br />
	postgres@NET-SERVER-PC:/home/mbuotidem$ psql -d template1 -f CreateDatabase.sql<br />
	could not change directory to "/home/mbuotidem"<br />
	CreateDatabase.sql: No such file or directory<br />
	postgres@NET-SERVER-PC:/home/mbuotidem$ createuser --pwprompt --no-adduser --no-createdb mojo<br />
	could not change directory to "/home/mbuotidem"<br />
	Enter password for new role:<br />
	Enter it again:<br />
	Shall the new role be allowed to create more new roles? (y/n) y<br />
	createuser: creation of new role failed: ERROR: role "mojo" already exists<br />
	postgres@NET-SERVER-PC:/home/mbuotidem$</p>
<p>
	Â </p>
<p>
	Yes, i have installed pgadminIII and i am going through the help files.&nbsp;</p>
<p>
	Any help would be appreciated.</p>
<p>
	Â </p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5938~-1#post24512</link>
      <author>anietieobong</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Tue, 20 Jul 2010 18:21:23 GMT</pubDate>
    </item>
    <item>
      <title>Re: Difficulty installing mojo portal on Ubuntu 10.04</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	The documentation was not up to date and the files mentioned are not included with mojoPortal. I've updated the article to show the contents of those files so you can create them. I think the error is just because the files don't exist on disk, with the updated article you could create them.</p>
<p>
	<a href="http://www.mojoportal.com/postgresqlsetup.aspx">http://www.mojoportal.com/postgresqlsetup.aspx</a></p>
<p>
	To be honest I'm no linux super guru myself. I generally prefer the gui tools, I would guess that Ubuntu has something available or you might try installing pgAdmin. I have pgsql running on a linux box but I connect to it from windows using <a href="http://www.pgadmin.org/">pgAdmin</a> to create and manage databases.</p>
<p>
	Or if you just want to play with mojoPortal&nbsp;you could try the Sqlite package for Mono since it has a zero configuration database. For a real production site pgsql would be a better choice.</p>
<p>
	Hope it helps,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5938~-1#post24459</link>
      <author>anietieobong</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sat, 17 Jul 2010 14:03:09 GMT</pubDate>
    </item>
    <item>
      <title>Difficulty installing mojo portal on Ubuntu 10.04</title>
      <description><![CDATA[<p>
	Hi all,</p>
<p>
	I'm trying to install mojo portal on a pc running Ubuntu 10.04,&nbsp;8.4.4-0ubuntu10.04, and Mono 2.4.4~svn151842-1ubuntu4 and mojoportal-2-3-4-5-pgsql-mono-deploymentfiles.</p>
<p>
	I am having difficult setting up the database. I tried to follow the instructions on from&nbsp;http://www.mojoportal.com/postgresqlsetup.aspx but when i try to implement step 2:&nbsp;</p>
<p>
	[quote]</p>
<p>
	Run<br />
	psql -d template1 -f 1CreateDatabase.sql<br />
	[/quote]</p>
<p>
	Â </p>
<p>
	I get this error</p>
<p>
	[quote]</p>
<p>
	postgres@NET-SERVER-PC:/home/mbuotidem$ psql -d template1 -f 1CreateDatabase.sql<br />
	could not change directory to "/home/mbuotidem"<br />
	1CreateDatabase.sql: No such file or directory<br />
	[/quote]</p>
<p>
	Â </p>
<p>
	what could be responsible for this and how do i correct this problem?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5938~-1#post24432</link>
      <author>anietieobong</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 16 Jul 2010 15:01:59 GMT</pubDate>
    </item>
    <item>
      <title>Re: Updatepanel cannot work at mono2.6.4</title>
      <description><![CDATA[<p>
	Thanks joe,</p>
<p>
	mojoPortal is great!</p>
<p>
	My site use mojoPortal 2.3.3.6, I tested it in Debian(mono2.4.3-2.6.4), FreeBSD(mono2.6.3) can be good on the run, except outside the UpdatePanel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5680~-1#post23468</link>
      <author>imono.cc</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 10 Jun 2010 02:43:16 GMT</pubDate>
    </item>
    <item>
      <title>Re: Updatepanel cannot work at mono2.6.4</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	The same bug has been there for at least the last 3 versions of Mono. Problem is that Mono gives null reference exceptions on controls declared inside and updatepanel. I think I have mentioned this bug before to my friend on the Mono team but I guess it needs to be reported again.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5680~-1#post23408</link>
      <author>imono.cc</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 09 Jun 2010 10:46:40 GMT</pubDate>
    </item>
    <item>
      <title>Updatepanel cannot work at mono2.6.4</title>
      <description><![CDATA[<p>
	My site http://www.imono.cc use mojoPortal CMS build, run very well, only the UpdatePanel to update () error, just comment it, how to solve this problem?UpdatePanel to work in mono2.6.4 ?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5680~-1#post23399</link>
      <author>imono.cc</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 09 Jun 2010 02:09:49 GMT</pubDate>
    </item>
    <item>
      <title>Re: Searching (using mono) and feature adding</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	These sound like Mono bugs to me, it is issues like this that prevent me from recommending hosting any important production sites on Mono. I would not want to have 10 customer sites running on Mono myself because there are always some issues like this that I cannot solve because they are not issues in mojoPortal code. It can be reported to the Mono team but unless it is possible to come up with a simple test case that proves the issue (which is usually not easy to do) or at least easy repeatable steps they can use to produce the issue with mojoPortal then it is hard to get things fixed and in the best case you have to wait for the next release of Mono for the fix. And then the next release of Mono usually has some new issues or regressions along with the fixed things. It can be very stressful and difficult to provide customer satisfaction having important sites running under these circumstances.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5361~-1#post22291</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 22 Apr 2010 17:17:57 GMT</pubDate>
    </item>
    <item>
      <title>Re: It works.</title>
      <description><![CDATA[<p>
	Thank you Joe for the precisions.</p>
<p>
	I started a new thread to expose the (little) things causing trouble. http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;mid=34&amp;ItemID=22&amp;thread=5361</p>
<p>
	If you need help for testing mojo on mono, you can ask me. I've a little dedicated OpenSuse server where I use mojoPortal for some customers' websites.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post22288</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 22 Apr 2010 16:05:16 GMT</pubDate>
    </item>
    <item>
      <title>Searching (using mono) and feature adding</title>
      <description><![CDATA[<p>
	Hi Joe, hi all,</p>
<p>
	Thank you Joe for all the time you spent to get it working with mono. That works really well.</p>
<p>
	I've set up some little web sites on my dedicated OpenSuse server for some customers (almost 10 for now).</p>
<p>
	This is the little things what are causing trouble :</p>
<ul>
	<li>
		Searching</li>
</ul>
<p>
	http://www.pignans-immobilier.com/SearchResults.aspx</p>
<p>
	You can try. I've already tried to rebuild the index using the button, and to change some values in web.config, with no success : html code appears in the textbox and index building seems to never terminate. The log file say the indexing started, but it nevers said "terminated". I don't know if there is a link, but sometimes I found a mono process using all the processor, and never ending too. Any idea ?</p>
<ul>
	<li>
		404 error with feature management on a page</li>
</ul>
<p>
	It appends on adding, moving, and deleting feature. I think this 404 appears when it tries to reload the page in order to refresh the features list.</p>
<p>
	Apache say that the page is "http://www.pignans-immobilier.com/Admin/PageLayout.aspx%3fpageid=[the id]", but if I copy/paste it in the adress bar then replace the %3f by the corresponding "?", I can access the page with no pb.</p>
<p>
	If someone can help, thanks.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5361~-1#post22287</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 22 Apr 2010 15:53:22 GMT</pubDate>
    </item>
    <item>
      <title>Re: "Object reference not set to an instance of an object" at mojoPortal.Web.UI.mojoRating.OnInit()</title>
      <description><![CDATA[<p>
	Hi Michel,</p>
<p>
	Actually there are still significant issues under Mono 2.6.3, I put in some workarounds to prevent these issues from completely breaking the site but the issues remain.</p>
<p>
	It seems that anywhere that we use the UpdatePanel, Mono does not seem to see the controls contained inside the UpdatePanel and can throw null reference exceptions when you refer to them in code in some cases.</p>
<p>
	The biggest error was happening inside our mojoRating.ascx.cs so I had to add conditional compilation to make this control not render under Mono, so content rating system does not currently work under Mono but this kept it from causing the yellow screen of death.</p>
<p>
	Also in other places the UpdatePanel doe snot seem to update the page. For example in the PageLayout.aspx page where you add a feature to the page, the feature does not show in the list unless you refresh the page.</p>
<p>
	There may also be additional anomalies as my testing has not been exhaustive.</p>
<p>
	I could really use some help in identifying these issues and reporting them to the Mono team because I am so busy it is difficult for me to find time to focus on Mono issues.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post21690</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 02 Apr 2010 15:26:05 GMT</pubDate>
    </item>
    <item>
      <title>Re: "Object reference not set to an instance of an object" at mojoPortal.Web.UI.mojoRating.OnInit()</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	No more pb with the last mono ; last mojo works perfectly.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post21661</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 01 Apr 2010 21:08:04 GMT</pubDate>
    </item>
    <item>
      <title>Re: Res in /tmp/ pb ?</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	I am a "triple buse" in french.</p>
<p>
	The solution is only to install mono-devel in the good version, and there was a pb with dependencies in my server...</p>
<p>
	Thanks.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5190~-1#post21640</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 01 Apr 2010 10:00:53 GMT</pubDate>
    </item>
    <item>
      <title>Re: Res in /tmp/ pb ?</title>
      <description><![CDATA[<p>
	Found a mono-bug with the same error described</p>
<p>
	http://www.mail-archive.com/mono-bugs@lists.ximian.com/msg71234.html</p>
<p>
	But I don't more see what to do. Any idea ? Any workaround ?</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5190~-1#post21636</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 01 Apr 2010 08:41:10 GMT</pubDate>
    </item>
    <item>
      <title>Res in /tmp/ pb ?</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	Tired of that error, I'm about to loosing hope. I can get running mojo with the last stable mono 2.6.3 on my local test machine (OpenSuSE 11.2), but I can't get it working on my dedicated server hosting (OpenSuSE 11.1) : http://www.depannage-informatique-var.com/</p>
<p>
	Â </p>
<p>
	Someone can help me please ?</p>
<p>
	Â </p>
<p>
	Server Error in '/' Application<br />
	ApplicationName='al2', CommandLine='/c:"fr-CA" /t:lib /out:"/tmp/wwwrun-temp-aspnet-0/2f261cfe/fr-CA/App_GlobalResources.30fe40ca.resources.dll" /template:"/tmp/wwwrun-temp-aspnet-0/2f261cfe/App_GlobalResources.30fe40ca.dll" @"/tmp/wwwrun-temp-aspnet-0/2f261cfe/fr-CA/App_GlobalResources.30fe40ca.resources.dll.response"', CurrentDirectory=''</p>
<p>
	Description: HTTP 500. Error processing request.</p>
<p>
	Stack Trace:</p>
<p>
	System.ComponentModel.Win32Exception: ApplicationName='al2', CommandLine='/c:"fr-CA" /t:lib /out:"/tmp/wwwrun-temp-aspnet-0/2f261cfe/fr-CA/App_GlobalResources.30fe40ca.resources.dll" /template:"/tmp/wwwrun-temp-aspnet-0/2f261cfe/App_GlobalResources.30fe40ca.dll" @"/tmp/wwwrun-temp-aspnet-0/2f261cfe/fr-CA/App_GlobalResources.30fe40ca.resources.dll.response"', CurrentDirectory=''<br />
	at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Diagnostics.Process.Start () [0x00000] in &lt;filename unknown&gt;:0<br />
	at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()<br />
	at System.Web.Compilation.AppResourcesAssemblyBuilder.BuildSatelliteAssembly (System.String cultureName, System.Collections.Generic.List`1 files) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>
	Version information: Mono Runtime Version: 2.6.3 (tarball Fri Mar 12 16:13:36 UTC 2010); ASP.NET Version: 2.0.50727.1433</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5190~-1#post21628</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 31 Mar 2010 21:46:43 GMT</pubDate>
    </item>
    <item>
      <title>Re: "Object reference not set to an instance of an object" at mojoPortal.Web.UI.mojoRating.OnInit()</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	mono 2.6.3 (from preview repo on opensuse) tested with mojo 2.3.3.9 (Sqlite), but the same error appears. No pb I wait for the next mono release.</p>
<p>
	But I want to say that 2.3.3.6 works well, and it&#39;s a real pleasure to use it on linux.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post21057</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 12 Mar 2010 16:09:37 GMT</pubDate>
    </item>
    <item>
      <title>Re: Trying to run 2.3.3.* with mono</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	I tested mojoPortal with success (adding pages, administration, html content modification) using mono 2.6.3 (from preview repository) and the following versions :</p>
<ul>
	<li>
		2.3.3.2 (Sqlite)</li>
	<li>
		2.3.3.6 (Sqlite) -that rocks-</li>
</ul>
<p>
	But with 2.3.3.9 (Sqlite), the same server exception is raised that the one reported <a href="http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;mid=34&amp;ItemID=22&amp;thread=4994">here</a>. No pb for me, I&#39;ll use 2.3.3.6 until the future mono release.</p>
<p>
	I continue testing and to inform here.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5023~-1#post21056</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 12 Mar 2010 16:04:13 GMT</pubDate>
    </item>
    <item>
      <title>Trying to run 2.3.3.* with mono</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	This is some news, and others issues, wishing it can help improving mono compatibility.</p>
<p>
	I was trying to run on OpenSuSE 11.2 mojoPortal 2.3.3.9 with mono 2.6.1, with the results explained <a href="http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;mid=34&amp;ItemID=22&amp;thread=4994">here</a>.</p>
<p>
	Then I tried mono 2.4.3, but without more success (same server error with mojoRating).</p>
<p>
	After that I tried mojoPortal 2.3.3.0, 2.3.3.4, 2.3.3.6, and I was happy to view the home page successfully processed, even with mono re-upgrated at 2.6.1.</p>
<p>
	Can navigate, change site skin, ... but unfortunally, for example (2.3.3.6 + mono 2.6.1), others server errors occurs at :</p>
<ul>
	<li>
		HTML content editing validation</li>
	<li>
		Adding new page validation</li>
</ul>
<p>
	&quot;CollectionConverter cannot convert from System.String.&quot;</p>
<p>
	Description: HTTP 500. Error processing request.</p>
<p>
	Stack Trace:</p>
<p>
	System.NotSupportedException: CollectionConverter cannot convert from System.String.<br />
	at System.ComponentModel.TypeConverter.GetConvertFromException (System.Object value) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.ComponentModel.TypeConverter.ConvertFrom (ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.ObjectStateFormatter+TypeConverterFormatter.Read (Byte token, System.IO.BinaryReader r, System.Web.UI.ReaderContext ctx) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.ObjectStateFormatter+ObjectFormatter.ReadObject (System.IO.BinaryReader r, System.Web.UI.ReaderContext ctx) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.ObjectStateFormatter+TripletFormatter.Read (Byte token, System.IO.BinaryReader r, System.Web.UI.ReaderContext ctx) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.ObjectStateFormatter+ObjectFormatter.ReadObject (System.IO.BinaryReader r, System.Web.UI.ReaderContext ctx) [0x00000] in &lt;filename unknown&gt;:0<br />
	at [a lot of others Read() and ReadObject()]<br />
	at System.Web.UI.ObjectStateFormatter.DeserializeObject (System.IO.BinaryReader r) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.ObjectStateFormatter.Deserialize (System.IO.Stream inputStream) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.ObjectStateFormatter.Deserialize (System.String inputString) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.HiddenFieldPageStatePersister.Load () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.LoadPageStateFromPersistenceMedium () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.LoadPageViewState () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.RestorePageState () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.InternalProcessRequest () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>
	Version information: Mono Runtime Version: 2.6.1 (tarball Thu Dec 17 17:24:22 UTC 2009); ASP.NET Version: 2.0.50727.1433</p>
<p>
	&nbsp;</p>
<p>
	I wish reporting this can help.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=5023~-1#post20908</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 07 Mar 2010 21:18:09 GMT</pubDate>
    </item>
    <item>
      <title>Re: "Object reference not set to an instance of an object" at mojoPortal.Web.UI.mojoRating.OnInit()</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	Ok, thanks Joe. We&#39;ll wait for the fixes.</p>
<p>
	Michel.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post20824</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 04 Mar 2010 21:03:53 GMT</pubDate>
    </item>
    <item>
      <title>Re: "Object reference not set to an instance of an object" at mojoPortal.Web.UI.mojoRating.OnInit()</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	Unfortunately there are major regressions in the current versions of Mono that cause mojoPortal to be majorly broken under Mono. I&#39;ve reported the major issues and am told they are fixed in svn and will be fixed in the next Mono release.&nbsp;</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post20809</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 04 Mar 2010 19:36:06 GMT</pubDate>
    </item>
    <item>
      <title>"Object reference not set to an instance of an object" at mojoPortal.Web.UI.mojoRating.OnInit()</title>
      <description><![CDATA[<p>
	Hello</p>
<p>
	Here is our configuration :</p>
<ul>
	<li>
		OpenSuSE 11.2</li>
	<li>
		Mono 2.6.1</li>
	<li>
		Fresh install of mojoportal-2-3-3-9-pgsql-deploymentfiles-for-mono.zip</li>
</ul>
<p>
	Setup passed successfully.</p>
<p>
	Here is the error when we try to see the home page :</p>
<p>
	Object reference not set to an instance of an object</p>
<p>
	Description: HTTP 500. Error processing request.</p>
<p>
	Stack Trace:</p>
<p>
	System.NullReferenceException: Object reference not set to an instance of an object<br />
	at mojoPortal.Web.UI.mojoRating.OnInit (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.InitRecursive (System.Web.UI.Control namingContainer) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.AddedControl (System.Web.UI.Control control, Int32 index) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.ControlCollection.Add (System.Web.UI.Control child) [0x00000] in &lt;filename unknown&gt;:0<br />
	at mojoPortal.Web.UI.CmsPage.LoadPage () [0x00000] in &lt;filename unknown&gt;:0<br />
	at mojoPortal.Web.UI.CmsPage.Page_Load (System.Object sender, System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />
	at mojoPortal.Web.mojoBasePage.OnLoad (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Control.LoadRecursive () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.ProcessLoad () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.ProcessPostData () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.InternalProcessRequest () [0x00000] in &lt;filename unknown&gt;:0<br />
	at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0</p>
<p>
	Any idea ? Thanks.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4994~-1#post20763</link>
      <author>dmo</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 03 Mar 2010 15:54:24 GMT</pubDate>
    </item>
    <item>
      <title>Re: File Manager problem</title>
      <description><![CDATA[<p>
	Hi,</p>
<p>
	It seems to be Mono bugs, I was able to produce the same problem. The null reference seems to be that Mono does not find the progressbar controls in the page. I implemented a workaround and managed to get the page to load but then when I try to use the file manager like click to go to a folder and it blows up with more errors. </p>
<p>
	Seems to be some major bugs still in Mono.</p>
<p>
	Best,</p>
<p>
	Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4445~-1#post18812</link>
      <author>pstan</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Thu, 31 Dec 2009 14:12:45 GMT</pubDate>
    </item>
    <item>
      <title>File Manager problem</title>
      <description><![CDATA[<p>
	Centos 5.2</p>
<p>
	Apache 2.2.3</p>
<p>
	Mono 2.6.1</p>
<p>
	mojoportal 2.3.3</p>
<p>
	Administration - File Manager</p>
<p>
	When clicked on File Manager, following error appear:</p>
<p>
	Object reference not set to an instance of an object<br />
	<br />
	Description: HTTP 500. Error processing request.<br />
	<br />
	Stack Trace:<br />
	<br />
	System.NullReferenceException: Object reference not set to an instance of an object<br />
	at mojoPortal.Web.AdminUI.FileManagerPage.ShowFileManager () [0x00000] in &lt;filename unknown&gt;:0 <br />
	at mojoPortal.Web.AdminUI.FileManagerPage.Page_Load (System.Object sender, System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0 <br />
	at (wrapper delegate-invoke) System.EventHandler:invoke_void__this___object_EventArgs (object,System.EventArgs)<br />
	at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0 <br />
	at mojoPortal.Web.mojoBasePage.OnLoad (System.EventArgs e) [0x00000] in &lt;filename unknown&gt;:0 <br />
	at System.Web.UI.Control.LoadRecursive () [0x00000] in &lt;filename unknown&gt;:0 <br />
	at System.Web.UI.Page.ProcessLoad () [0x00000] in &lt;filename unknown&gt;:0 <br />
	at System.Web.UI.Page.ProcessPostData () [0x00000] in &lt;filename unknown&gt;:0 <br />
	at System.Web.UI.Page.InternalProcessRequest () [0x00000] in &lt;filename unknown&gt;:0 <br />
	at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in &lt;filename unknown&gt;:0 <br />
	<br />
	Version information: Mono Runtime Version: 2.6.1 (tarball Sun Dec 20 07:18:49 SGT 2009); ASP.NET Version: 2.0.50727.1433</p>
<p>
	Is this a mojoportal or mono bug?</p>
<p>
	<br />
	Downloaded Mono 2.6.1 Virtual PC SuSE image.&nbsp; Ran the mojoportal web framework.&nbsp; Same error with the File Manager.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4445~-1#post18590</link>
      <author>pstan</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 21 Dec 2009 13:12:05 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono 2.4.2.3 vs 2.4.3 vs 2.6 which one to choose ?</title>
      <description><![CDATA[<p>Yes joe, it's realy a great new !<br />It's look like it's merry chrismas before date :)</p>
<p>Novell has just released Mono 2.6.1 I'm currently testing it right now... with an MojoPortal SVN build.</p>
<p>Best regards</p>
<p>Pierre-Alain.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4431~-1#post18570</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 18 Dec 2009 19:08:18 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono 2.4.2.3 vs 2.4.3 vs 2.6 which one to choose ?</title>
      <description><![CDATA[<p>Hi Pierre-Alain,</p>
<p>It is very nice of you to offer! However I'm not a linux super user, I know how to do a few things from the command window like lauching xsp2, using svn and compiling mono, but I don't really know it well enough to do everything so I stick with the gui desktop tools when possible. So using the opensuse vmware image is what I'm comfortable with. I don't have the time for exhaustive testing on Mono, I do basic sanity testing from time to time to make sure things are still working. The good news is that Novell uses mojoPortal for testing Mono so they probably test more than I do. If I find a bug on mono or one is reported to me I verify the problem and report it to the Mono team. I used to test svn builds of mono more often than release builds but lately I mainly test the latest VMWare image.</p>
<p>Best,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4431~-1#post18568</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 18 Dec 2009 17:28:59 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono 2.4.2.3 vs 2.4.3 vs 2.6 which one to choose ?</title>
      <description><![CDATA[<p>Hi Joe,</p>
<p>Thank you for your answer Joe. It's a very good news !</p>
<p>Hum... Joe Just for helpingÂ , Maybe you could be interested by virtual servers with various version of mono just for your tests ?<br />If you are, don't hesitate, <br />I take only a few minutes to bring these virtual server online with Internet Acces for apache, Shell, and FTP access.</p>
<p>Best regards,</p>
<p>Pierre-Alain</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4431~-1#post18564</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 18 Dec 2009 16:14:39 GMT</pubDate>
    </item>
    <item>
      <title>Re: Mono 2.4.2.3 vs 2.4.3 vs 2.6 which one to choose ?</title>
      <description><![CDATA[<p>Hi Pierre-Alain,</p>
<p>I personally have not tested beyond the Mono 2.4.2.3 VMWare image as of yet. I guess pretty soon I will get the latest VMWare image.</p>
<p>I will say that I am close to a new release of mojoPortal and there are changes in mojoportal svn trunk that were made later than version 2.3.3.0 specifically to solve some issues under Mono.</p>
<p>I was contacted by Marc Christensen of Novell who maintains the RPM package of mojoPortal that they ship with the VMWare iamges about some issues he was having compiling and running mojoPortal so a few minor changes were made with conditional compilation to get around these issues. So the RPM version of mojoPortal shipping with the new mono releases is actually a snapshot of mojoPortal 2.3.3.1 as it existed in svn trunk on the day he made the latest package.</p>
<p>So you may want to try again after the coming mojoPortal release or else by getting the mojoportal code from our svn trunk and building the mojoportal.mds with MonoDevelop</p>
<p>Best,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4431~-1#post18563</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 18 Dec 2009 15:28:35 GMT</pubDate>
    </item>
    <item>
      <title>Mono 2.4.2.3 vs 2.4.3 vs 2.6 which one to choose ?</title>
      <description><![CDATA[<p>Hi,</p>
<p>As you maybe know new Mono versions are out (2.4.3 and 2.6)<br />I have tested three version of Mono with two versions of Mojoportal 2.3.3.0 and 2.3.1.9.<br />It makes 6 tests...</p>
<p>Here are the (short) results.</p>
<p>1 - Mojoportal 2.3.1.9 in Mono 2.4.2.3 : <br />I have a web site (maisonpedia)in production in this environment and there is no bug from the Internet Side. <br />In fact for Internet All features can be used except statistics and shared files. (For shared file maybe I missed a configuration from Web.config)<br />But in administration interfaces and from my tests : the most boring was creating a new page and manage content.</p>
<p>2 - Mojoportal 2.3.3.0 in Mono 2.4.2.3 : <br />Results are the same from above</p>
<p>3 - For MojoPortal 2.3.1.9 with Mono 2.4.3<br />There is not a lot of change between Mono 2.4.2.3 and Mono 2.4.3<br />except the suppression of a friendly URL is now running (benefit of Mono 2.4.3)</p>
<p>4 - For MojoPortal 2.3.3.0 with Mono 2.4.3<br />The Creation of a new page is now not crashing (benefit of MojoPortal 2.3.3.0).And All Features are running like step 1</p>
<p>5 and 6 - For MojoPortal 2.3.1.9 &amp; 2.3.3.0 with Mono 2.6<br />Ok... for now and from my tests you can forget it. Using Mojoportal cause some strange crash and even if you restart Apache the Mono processes are still here...</p>
<p>Most boring, Managing content is not running anymore (For version 2.4.3 and 2.6 of Mono) and was running in previous SVN version of Mono (Between 2.4.2.3 and 2.4.3)...</p>
<p>From these tests my opinion is that now the better choise is MojoPortal 2.3.3.0 and Mono 2.4.3<br />But maybe I missed something in Mono 2.6 compilation... I don't know... <br />Any comments are welcome, because maybe your tests are differents.</p>
<p>Best regards,</p>
<p>Pierre-Alain</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4431~-1#post18560</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 18 Dec 2009 15:12:24 GMT</pubDate>
    </item>
    <item>
      <title>Re: Upgrade to Mojoportal 2.3.3.0 with mono 2.4.2.3</title>
      <description><![CDATA[<p>Hi Pierre-Alain,</p>
<p>It is not and has never been a design goal of mojoPortal to support extra hierarchy segments in the url.</p>
<p>Sorry to disappoint you but it is not going to be implemented and I do not consider it bug because it is not a design goal and it is not going to become a design goal any time soon. My advice is do not use extra segments and I cannot promise it will work in any future versions if you do use them.</p>
<p>I disagree that extra segments are needed for SEO. Short&#160;urls that convey the content of the page produce very good SEO and have the benefit of allowing you to move pages in the site hierarchy without breaking urls.</p>
<p>Note also that if you click the help link next to the url in page settings it clearly warns not to use extra segments in the url.</p>
<p>Best,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4387~-1#post18404</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 11 Dec 2009 15:23:04 GMT</pubDate>
    </item>
    <item>
      <title>Re: Upgrade to Mojoportal 2.3.3.0 with mono 2.4.2.3</title>
      <description><![CDATA[<p>Thank you for your answer Joe,</p>
<p>Don't worry Joe. Yes, I have reverted to the previous version ;)<br />
And I can wait for the next release. <br />
To my knowledge creating a hierarchy is better for SEO<br />
I think to let this functionality is a good thing for SEO. (So it's a very&#160;good bug !) :)<br />
I hope I will see it in the next release</p>
<p>Thank you again Joe.</p>
<p>Pierre-Alain</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4387~-1#post18400</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 11 Dec 2009 15:13:06 GMT</pubDate>
    </item>
    <item>
      <title>Re: Upgrade to Mojoportal 2.3.3.0 with mono 2.4.2.3</title>
      <description><![CDATA[<p>fyi, I notice you are using extra segments in your urls like &#160;http://www.maisonpedia.com/construction/le-marche-de-la-maison-individuelle-repart-doucement.aspx</p>
<p>has an extra segment for /construction/</p>
<p>while this may work for you in some cases it is not supported and I do not recommend adding segments in the url to convey site hierarchy.</p>
<p>I never test those kind of urls and cannot promise they will work in current or future versions of mojoportal. If urlslike that do work in some versions of mojoportal it is merely happenstance.</p>
<p>This is discussed also in the document&#160;<a href="http://www.mojoportal.com/search-engine-optimization.aspx">http:/</a><a href="http://www.mojoportal.com/search-engine-optimization.aspx">/www.mojoportal.com</a><a href="http://www.mojoportal.com/search-engine-optimization.aspx">/</a><a href="http://www.mojoportal.com/search-engine-optimization.aspx">search-engine-optimization.aspx</a></p>
<p>So I do not consider this a bug. I recommend you remove the segments and setup 301 redirects from the segmented urls to new urls without additional segments using Adminstration &gt; Advanced Tools &gt; 301 Redirect Manager</p>
<p>The only case where extra segments are supported is when using <a href="http://www.mojoportal.com/multiplesitesbasedonfoldernames.aspx">multiple sites based on folder names</a>, then there can be a segment for the folder which is only used to resolve the site id.</p>
<p>Best,</p>
<p>Joe</p>
<p>&#160;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4387~-1#post18394</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 11 Dec 2009 14:20:44 GMT</pubDate>
    </item>
    <item>
      <title>Re: Upgrade to Mojoportal 2.3.3.0 with mono 2.4.2.3</title>
      <description><![CDATA[<p>Hi Pierre-Alain,</p>
<p>Is this currently affecting your production site or did you revert to a previous version?</p>
<p>http://www.maisonpedia.com/energie-domestique/le-prix-des-maisons-basse-consommation-encore-trop-eleve.aspx</p>
<p>seems to be working at the moment.</p>
<p>I'm getting very close to a new release but if your site is broken I can try to produce a build for you right away.</p>
<p>I do recommend changing this to false</p>
<p>&lt;add key="AlwaysUrlEncode" value="false" /&gt;</p>
<p>I made it true by default in version 2.3.3.0 but I am changing it to false in the coming release because it seems to have caused more problems rather than fixing the one it was intended to fix.</p>
<p>Best,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4387~-1#post18392</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 11 Dec 2009 13:55:53 GMT</pubDate>
    </item>
    <item>
      <title>Upgrade to Mojoportal 2.3.3.0 with mono 2.4.2.3</title>
      <description><![CDATA[<p>Hi Joe,</p>
<p>&nbsp;</p>
<p>Apache: 2.2.14</p>
<p>Mono: 2.4.2.3</p>
<p>Debian: Lenny</p>
<p>Core version: 2.3.1.9</p>
<p>MySQL: 5.0.51a</p>
<p>&nbsp;</p>
<p>When I tried an upgrade to MojoPortal : 2.3.3.0 Urls like http://website/path/pages.aspx returned a 404 Error</p>
<p>(for exemple : http://www.maisonpedia.com/energie-domestique/le-prix-des-maisons-basse-consommation-encore-trop-eleve.aspx)</p>
<p>&nbsp;</p>
<p>I tried a new fresh install in the same environment for testing :</p>
<p>http://website/pages.aspx was OK</p>
<p>http://website/blog/pages.aspx was not OK</p>
<p>In doubt I have checked your information concerning this new version (http://www.mojoportal.com/non-ascii-urls.aspx). But this was not the problem.</p>
<p>&nbsp;</p>
<p>Best,</p>
<p>&nbsp;</p>
<p>Pierre-Alain</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4387~-1#post18391</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 11 Dec 2009 08:54:47 GMT</pubDate>
    </item>
    <item>
      <title>Re: Strange Behaviour for mono users</title>
      <description><![CDATA[<p>Hi Joe,</p>
<p>&nbsp;</p>
<p>You are absolutly right concernig the rendering</p>
<p>We will try to understand what's wrong and where because the application we have added in mojoportal has the same problem.</p>
<p>And this application is OK when it's in stand alone mono linux environment. You can see <a href="http://www.quidart.com">here</a> (search engine concerning artists)</p>
<p>We will try to find the solution and we will inform you if we see something...</p>
<p>&nbsp;</p>
<p>Thank you Joe</p>
<p>Pierre-Alain</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4263~-1#post17938</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 27 Nov 2009 19:11:51 GMT</pubDate>
    </item>
    <item>
      <title>Re: Strange Behaviour for mono users</title>
      <description><![CDATA[<p>It looks like some difference in rendering on Mono so I guess it's a Mono bug.</p>
<p>On my contact form on Windows it renders like this:</p>
<p>&lt;span id="ctl01_mainContent_ctl01_captcha52" style="display:inline-block;color:Red;height:50px;width:180px;display:none;"&gt;Incorrect, try again&lt;/span&gt;</p>
<p>but on your site running on Mono the styles are reversed like this:</p>
<p>&lt;span id="ctl00_mainContent_ctl00_captcha5" style="display:none;display:inline-block;color:Red;height:50px;width:180px;"&gt;Incorrect, try again&lt;/span&gt;</p>
<p>since display:inline-block; comes after display:none; it does display on Mono whereas on windows the display:none; comes after display:inline-block; so it does not display the text until validation fails and it changes the style.</p>
<p>You could try using one of the other captchas. You can use ReCaptha (requires an account) or &nbsp;the Simple Math Captcha. Yiou can choose it from Administration &gt; Site Settings &gt; Security &gt; Anti Spam.</p>
<p>Best,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4263~-1#post17846</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 25 Nov 2009 15:45:17 GMT</pubDate>
    </item>
    <item>
      <title>Strange Behaviour for mono users</title>
      <description><![CDATA[<p>Mono 2.4.2.3 (compiled way)</p>
<p>Apache 2.2.14 (compiled way)</p>
<p>MySQL 5.0.51a</p>
<p>MojoPortal 2-3-1-9</p>
<p>Debian Lenny</p>
<p>&nbsp;</p>
<p>Hi,</p>
<p>A strange behaviour for mono.</p>
<p>When you connect here : <a href="http://www.maisonpedia.com/contact.aspx">http://www.maisonpedia.com/contact.aspx</a></p>
<p>You should see writen in red in the bottom "Incorrect, try again"</p>
<p>(Or for french people "Incorrect, veuillez recommencer")</p>
<p>It look like you have already push enter.</p>
<p>We have inserted a search engine application in mojoportal and the same behaviour occur.</p>
<p>We have done an upgrade to 2-3-3-0 and we have seen a bug in friendly URL For this reason we have made a roolback to 2-3-1-9 version of MojoPortal</p>
<p>There no emergency to solve this problem... We can live with this ;)</p>
<p>And for information this is the only difference between .NET and Mono for our utilisation of MojoPortal :)</p>
<p>Many Thanks</p>
<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4263~-1#post17842</link>
      <author>SuperSoNic</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 25 Nov 2009 13:32:05 GMT</pubDate>
    </item>
    <item>
      <title>Re: Publishing on Mono.</title>
      <description><![CDATA[<p>ï»¿</p>
<p>Apache 2.2.14</p>
<p>Mono 2.4.2.3</p>
<p>MojoPortal 2.3.2.9 Build from Monodevelop</p>
<p>&nbsp;</p>
<p>Hello,</p>
<p>&nbsp;</p>
<p>Fist of all thanks you Joe for this powerfull CMS !</p>
<p>For many reasons (but good I hope) we have choosen mojoportal Apache/mono for our website.</p>
<p>And to use it, is so easy even if I have no develloper ability.</p>
<p>The subject of my post is to inform that I use a tips in production...</p>
<p>Our Website <a href="http://www.maisonpedia.com">www.maisonpedia.com</a> is running with the latest stable version of mono.</p>
<p>And concerning the problem of publishing content in a page, I use another apache/Mono version from SVN build installation (only for bypass this problem).</p>
<p>This alternate installation is connected on the production database. Then I use it for publishing online content.</p>
<p>&nbsp;</p>
<p>Regard and Hope this help ;)</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=1465~-1#post17392</link>
      <author>Richard Bourque</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 16 Nov 2009 10:51:33 GMT</pubDate>
    </item>
    <item>
      <title>Re: mojoPortal.Web assembly is not up-to-date.</title>
      <description><![CDATA[<p>Hi,</p>
<p>You're right, with the mono version on the VMWare image the project build correctly.</p>
<p>It seems that the error come to my fedora box (version Leonidas 11). When i build the solution i get this:</p>
<blockquote>
<p>ï»¿The reference 'Mono.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' is not valid for the target framework of the project.</p>
</blockquote>
<p>But this is another story.</p>
<p>Thanks.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4061~-1#post16899</link>
      <author>lfont</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 02 Nov 2009 02:07:38 GMT</pubDate>
    </item>
    <item>
      <title>Re: mojoPortal.Web assembly is not up-to-date.</title>
      <description><![CDATA[<p>Hi,</p>
<p>You are right, I forgot to include the files /Admin/PageSettingsSaved.ashx and /Admin/PageSettingsSaved.ashx.cs to the MonoDevelop project. I have fixed this in <a href="http://www.mojoportal.com/gettingthecodewithsvn.aspx">svn trunk</a>. I will be making a new release within the next 2 weeks so I will have this fixed in the new release. I'm surprized no-one has reported this before.</p>
<p>If you branch down the mojoPortal.Web project then right click the Admin folder and choose Add Files, then browse and add those 2 files then rebuild it should work using the mojoportal.mds (but not the mojoportal.mono.sln)</p>
<p>It works for me using the Mono 2.4.2.3 VMWare image and using mojoPortal from svn trunk. I don't know about any issue with Mono.Web.Util, it does not happen for me.</p>
<p>Note that the svn trunk version is pre-configured for Sqlite (because its zero configuration needed) whereas previously it was pre-configured for pgsql. You can change the references from the Business projects to the data projects for pgsql manually if you want to use pgsql.</p>
<p>Hope it helps,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4061~-1#post16873</link>
      <author>lfont</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 01 Nov 2009 12:10:13 GMT</pubDate>
    </item>
    <item>
      <title>mojoPortal.Web assembly is not up-to-date.</title>
      <description><![CDATA[<p>Hello,</p>
<p>ï»¿I'm using the ï»¿mojoportal-2-3-1-9-pgsql-deploymentfiles-for-mono.zip version and when i try to add a new page i get the following error:</p>
<blockquote>
<p>ï»¿</p>
<p>Type mojoPortal.Web.AdminUI.PageSettingsSaved not found.</p>
<p>&nbsp;</p>
<p>System.Web.HttpException: Type mojoPortal.Web.AdminUI.PageSettingsSaved not found.</p>
<p>at System.Web.UI.SimpleWebHandlerParser.GetTypeFromBin (System.String tname) [0x00000]</p>
<p>at System.Web.Compilation.SimpleBuildProvider.LoadTypeFromBin (System.Web.Compilation.BaseCompiler compiler, System.Web.UI.SimpleWebHandlerParser parser) [0x00000]</p>
<p>at System.Web.Compilation.GenericBuildProvider`1[TParser].GetGeneratedType (System.CodeDom.Compiler.CompilerResults results) [0x00000]</p>
<p>at System.Web.Compilation.BuildManager+BuildCacheItem..ctor (System.Reflection.Assembly assembly, System.Web.Compilation.BuildProvider bp, System.CodeDom.Compiler.CompilerResults results) [0x00000]</p>
<p>at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Collections.Generic.List`1 buildItems, System.Web.VirtualPath virtualPath, BuildKind buildKind) [0x00000]</p>
<p>at System.Web.Compilation.BuildManager.BuildAssembly (System.Web.VirtualPath virtualPath) [0x00000]</p>
<p>at System.Web.Compilation.BuildManager.GetCompiledType (System.String virtualPath) [0x00000]</p>
<p>at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath (System.String virtualPath, System.Type requiredBaseType) [0x00000]</p>
<p>at System.Web.UI.SimpleHandlerFactory.GetHandler (System.Web.HttpContext context, System.String requestType, System.String virtualPath, System.String path) [0x00000]</p>
<p>at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url, Boolean ignoreContextHandler) [0x00000]</p>
<p>at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url) [0x00000]</p>
<p>at System.Web.HttpApplication+&lt;Pipeline&gt;c__Iterator2.MoveNext () [0x00000]</p>
</blockquote>
<p>I opened the mojoportal.mds solution file and the files ï»¿PageSettingsSaved.ashx and PageSettingsSaved.ashx.cs are not present in the mojoPortal.Web project.</p>
<p>I tried to build the solution (with mono 2.4.2.3) after adding the missing files but i have a problem with Mono.Web.Util that i can't reference in project target to the 3.5 runtime.</p>
<p>Can you fix the linux package and tell me how can i build the solution, please.</p>
<p>Thanks.</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4061~-1#post16868</link>
      <author>lfont</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Sun, 01 Nov 2009 04:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Mono/Ubuntu/Lighttpd and Mojoportal</title>
      <description><![CDATA[<p>ï»¿Hi,</p>
<p>Anyone seen/explain whats happening with Ubuntu 9.04+Lighttpd+Mono 2.4.2.3 (monoxide) and Mojoportal 2.3.1.9 ?</p>
<p>The Setup/Default is displaying the length of each line at the beginning of each line. (see below)</p>
<p>=======================================</p>
<p>247  mojoPortal Content Management System</p>
<p>Welcome to mojoPortal Setup</p>
<p>16 Probing system...</p>
<p>20 File system permissions ok.</p>
<p>23 SQLite database connection ok.</p>
<p>39 database permissions are sufficient to alter schema.</p>
<p>etc...</p>
<p>========================================</p>
<p>&nbsp;</p>
<p>Mono Config steps for Ubuntu 9.04 (assuming lighttpd installed already).</p>
<p>&nbsp;</p>
<p>ï»¿</p>
<p>vi /etc/apt/sources.list</p>
<p>&nbsp;</p>
<p>deb http://ppa.launchpad.net/directhex/monoxide/ubuntu jaunty main</p>
<p>deb-src http://ppa.launchpad.net/directhex/monoxide/ubuntu jaunty main</p>
<p>&nbsp;</p>
<p>apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 23DC003A</p>
<p>&nbsp;</p>
<p>apt-get update</p>
<p>&nbsp;</p>
<p>apt-get install mono-complete</p>
<p>apt-get install mono-xsp</p>
<p>apt-get install mono-fastcgi-server2</p>
<p>&nbsp;</p>
<p>vi /etc/lighttpd/conf-available/10-fastcgi.conf</p>
<p>&nbsp;</p>
<p>---- Paste the content below into the fastcgi.</p>
<p>&nbsp;</p>
<p>index-file.names += ( "index.aspx", "default.aspx", "index.php", "default.php" )</p>
<p>var.mono_dir = "/usr/"</p>
<p>var.mono_shared_dir = "/tmp/"</p>
<p>var.mono_fastcgi_server = mono_dir + "bin/" + "fastcgi-mono-server2"</p>
<p>var.mono_fcgi_root = server.document-root</p>
<p>var.mono_fcgi_applications = "/:."</p>
<p>&nbsp;</p>
<p>server.modules += ( "mod_fastcgi" )</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>fastcgi.map-extensions = (</p>
<p>".asmx"   =&gt; ".aspx",</p>
<p>".ashx"   =&gt; ".aspx",</p>
<p>".asax"   =&gt; ".aspx",</p>
<p>".ascx"   =&gt; ".aspx",</p>
<p>".soap"   =&gt; ".aspx",</p>
<p>".rem"    =&gt; ".aspx",</p>
<p>".axd"    =&gt; ".aspx",</p>
<p>".cs"     =&gt; ".aspx",</p>
<p>".config" =&gt; ".aspx",</p>
<p>".dll"    =&gt; ".aspx"</p>
<p>)</p>
<p>&nbsp;</p>
<p>$HTTP["url"] !~ "\.php$" {</p>
<p>fastcgi.server = (</p>
<p>"" =&gt; ((</p>
<p>"socket" =&gt; mono_shared_dir + "fastcgi-mono-server",</p>
<p>"bin-path" =&gt; mono_fastcgi_server,</p>
<p>"bin-environment" =&gt; (</p>
<p>"PATH" =&gt; "/bin:/usr/bin:" + mono_dir + "bin",</p>
<p>"LD_LIBRARY_PATH" =&gt; mono_dir + "lib:",</p>
<p>"MONO_SHARED_DIR" =&gt; mono_shared_dir,</p>
<p>"MONO_FCGI_LOGLEVELS" =&gt; "Standard",</p>
<p>"MONO_FCGI_LOGFILE" =&gt; mono_shared_dir + "fastcgi.log",</p>
<p>"MONO_FCGI_ROOT" =&gt; mono_fcgi_root,</p>
<p>"MONO_FCGI_APPLICATIONS" =&gt; mono_fcgi_applications</p>
<p>),</p>
<p>"max-procs" =&gt; 1,</p>
<p>"check-local" =&gt; "disable"</p>
<p>))</p>
<p>)</p>
<p>}</p>
<p>&nbsp;</p>
<p>fastcgi.server = (</p>
<p>".php"   =&gt; ((</p>
<p>"socket" =&gt; "/tmp/php-fastcgi",</p>
<p>"bin-path" =&gt; "/usr/bin/php-cgi",</p>
<p>"bin-environment" =&gt; (</p>
<p>"PHP_FCGI_CHILDREN" =&gt; "16",</p>
<p>"PHP_FCGI_MAX_REQUESTS" =&gt; "10000"</p>
<p>)</p>
<p>))</p>
<p>)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>---- Restart lighttp to load changes</p>
<p>&nbsp;</p>
<p>/etc/init.d/lighttpd stop</p>
<p>/etc/init.d/lighttpd start</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=4050~-1#post16841</link>
      <author>castlesoft</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Fri, 30 Oct 2009 05:16:39 GMT</pubDate>
    </item>
    <item>
      <title>Re: System.Runtime.Serialization.Json missing?</title>
      <description><![CDATA[<p>Hi Joe;</p>
<p>I am using the .mds;( and it wants ï»¿System.Runtime.Serialization.Json.</p>
<p>Sorry!<br />Dale</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=3911~-1#post16247</link>
      <author>DaleEMoore</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 12 Oct 2009 23:20:05 GMT</pubDate>
    </item>
    <item>
      <title>Re: System.Runtime.Serialization.Json missing?</title>
      <description><![CDATA[<p>Hi Dale,</p>
<p>Don't use the mojoportal.mono.sln, instead use mojoportal.mds in MonoDevelop.</p>
<p>There are currently bugs in MonoDevelop that cause this and prevent me from transitioning to using the mojoportal.mono.sln</p>
<p>Trying to use that may have modified some designer files, I would revert all changes.</p>
<p>Hope it helps,</p>
<p>Joe</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=3911~-1#post16230</link>
      <author>DaleEMoore</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 12 Oct 2009 19:13:44 GMT</pubDate>
    </item>
    <item>
      <title>System.Runtime.Serialization.Json missing?</title>
      <description><![CDATA[<p>I wonder if anyone else has encountered this or has a suggestion.</p>
<p>My ï»¿svn checkout https://forgesvn1.novell.com/svn/mojoportal/trunk a few days ago had the missing reference to ï»¿Novell.Directory.Ldap but I found the .dll in mojoportal/_libs. But now I get:</p>
<p>ï»¿[Task:File=/home/dalem/gitmo/mojoportal/Web/Services/CKeditorStyles.ashx.cs, Line=18, Column=36, Type=Error, Priority=Normal, Description=The type or namespace name `Json' does not exist in the namespace `System.Runtime.Serialization'. Are you missing an assembly reference?(CS0234)]</p>
<p>And have not found the ï»¿System.Runtime.Serialization.Json that I think this is referring to.</p>
<p>Any suggestions are very much appreciated,<br />Dale E. Moore</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=3911~-1#post16209</link>
      <author>DaleEMoore</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Mon, 12 Oct 2009 05:08:50 GMT</pubDate>
    </item>
    <item>
      <title>File Manager Problem</title>
      <description><![CDATA[<p>Running Centos 4.4 and mono 2.4.2 svn branch r140519 and a fresh install of mojoportal 2.3.1.3.</p>
<p>An earlier bug in the Content Manager Publishing datagrid event firing was resolved with this mono svn branch.</p>
<p>However, File Manager does not run now. Is this a mono regression or is it mojoportal?</p>
<p>Errors reported:</p>
<p>System.NullReferenceException: Object reference not set to an instance of an object</p>
<p>at mojoPortal.Web.AdminUI.FileManagerPage.ShowFileManager () [0x00000]</p>
<p>at mojoPortal.Web.AdminUI.FileManagerPage.Page_Load (System.Object sender, System.EventArgs e) [0x00000]</p>
<p>at (wrapper delegate-invoke) System.EventHandler:invoke_void__this___object_EventArgs (object,System.EventArgs)</p>
<p>at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000]</p>
<p>at mojoPortal.Web.mojoBasePage.OnLoad (System.EventArgs e) [0x00000]</p>
<p>at System.Web.UI.Control.LoadRecursive () [0x00000]</p>
<p>at System.Web.UI.Page.ProcessLoad () [0x00000]</p>
<p>at System.Web.UI.Page.ProcessPostData () [0x00000]</p>
<p>at System.Web.UI.Page.InternalProcessRequest () [0x00000]</p>
<p>at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000]</p>
<p>&nbsp;</p>]]></description>
      <link>https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&amp;t=3552~-1#post14770</link>
      <author>pstan</author>
      <guid isPermaLink="true">https://www.mojoportal.com/Forums/Thread.aspx?pageid=</guid>
      <pubDate>Wed, 26 Aug 2009 15:10:30 GMT</pubDate>
    </item>
  </channel>
</rss>