<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-36223</id>
	<title>Nabble - Mono - ASP.NET</title>
	<updated>2009-11-26T04:02:58Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Mono---ASP.NET-f36223.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mono---ASP.NET-f36223.html" />
	<subtitle type="html">Discussions regarding ASP.NET development on Mono.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26528478</id>
	<title>quotes within qoutes</title>
	<published>2009-11-26T04:02:58Z</published>
	<updated>2009-11-26T04:02:58Z</updated>
	<author>
		<name>cvsSKA</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am using a ValidationSummary with HTML-code as HeaderText-property:
&lt;br&gt;HeaderText=&amp;quot;&amp;lt;button type='button'
&lt;br&gt;onclick='hideVldSum(&amp;quot;vldSumUnter&amp;quot;)'&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;img src='img/reset.gif' alt='X' /&amp;gt;
&lt;br&gt;&amp;lt;/button&amp;gt;&amp;quot;
&lt;br&gt;&lt;br&gt;The javascript function just change the css-style:
&lt;br&gt;function hideVldSum(vldName) {
&lt;br&gt;&amp;nbsp; var vld = document.getElementById(vldName);
&lt;br&gt;&amp;nbsp; vld.style.display = &amp;quot;none&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;The ValidationSummary is within a MultiView-Control on an UpdatePanel.
&lt;br&gt;After changing between different views, the javascript event does not
&lt;br&gt;fire anymore.
&lt;br&gt;&lt;br&gt;The problem seems to be the key-word &amp;quot;&amp;qout;&amp;quot;.
&lt;br&gt;Everything works fine, if I call the javascript function without this:
&lt;br&gt;hideVldSum(vldSumUnter)
&lt;br&gt;function hideVldSum(vldCntrl) {
&lt;br&gt;&amp;nbsp; var vld = document.getElementById(vldCntrl.id);
&lt;br&gt;&amp;nbsp; vld.style.display = &amp;quot;none&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;There are no problems on .NET in Visual Studio, so perhaps it is a bug?
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528478&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/quotes-within-qoutes-tp26528478p26528478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492173</id>
	<title>Re: Input string was not in the correct format</title>
	<published>2009-11-23T23:56:07Z</published>
	<updated>2009-11-23T23:56:07Z</updated>
	<author>
		<name>Hubert FONGARNAND</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;font size=&quot;-1&quot;&gt;&lt;font face=&quot;Arial&quot;&gt;This problem happens when libgdiplus
is not installed...&lt;/font&gt;&lt;/font&gt;&lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;-- 
Hubert FONGARNAND
Service Intranet/Internet
FIDUCIAL Staffing
38, rue Sergent Michel Berthet
69338 LYON
T&amp;eacute;l: 04 72 20 13 58
&lt;/pre&gt;
&lt;br&gt;
&lt;br&gt;
-------- Message original --------&lt;br&gt;
De: Mark DevGood &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492173&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dirkroel@...&lt;/a&gt;&lt;br&gt;
Date: 23/11/2009 22:08&lt;br&gt;
Pour&amp;nbsp;:: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492173&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mono-aspnet-list@...&lt;/a&gt;&lt;br&gt;
Sujet: [Mono-aspnet-list]&amp;nbsp; Input string was not in the correct format&lt;br&gt;
&lt;blockquote cite=&quot;mid:26485849.post@talk.nabble.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;I'd like to post the solution to a bug that seriously had me scratching my
head. This may be answered already but I could not easily find the solution
to this on the web and had to resort to a painstaking process to discover
the issue.

If you see this error message:

System.FormatException: Input string was not in the correct format
  at System.Int32.Parse (System.String s, NumberStyles style,
IFormatProvider provider) [0x00000] 
  at System.Web.UI.WebControls.WebColorConverter.ConvertFrom
(ITypeDescriptorContext context, System.Globalization.CultureInfo culture,
System.Object value) [0x00000] 


The solution is to hunt for a asp control which has a property such as
ForeColor=&quot;Red&quot;, then removing this solves the problem. 

Example which gives the error:  
&amp;lt;asp:Label ID=&quot;lblMessage&quot; runat=&quot;server&quot; Text=&quot;&quot; Visible=&quot;true&quot;
Font-Bold=&quot;true&quot; ForeColor=&quot;Red&quot; /&amp;gt;

Example which works okay: 
&amp;lt;asp:Label ID=&quot;lblMessage&quot; runat=&quot;server&quot; Text=&quot;&quot; Visible=&quot;true&quot;
Font-Bold=&quot;true&quot; /&amp;gt;

Now I don't mind the fact that &quot;Red&quot; may not be supported as a colour,
however the part I find extremely painful is that the error message shown
does not tell me ANYTHING about where to hunt for the problem. 
We need to have a better error message for this so that developers don't
need to comment out lines of code one by one to see if the problem is
solved.

I'd much appreciate it if a kind soul could log this as a bug as I do not
have a login for Novell.
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;

&lt;DIV&gt;&lt;P&gt;&lt;HR&gt;
_________________________________________________&lt;BR&gt;
&lt;BR&gt;
Ce message et les &amp;eacute;ventuels documents joints peuvent contenir des informations confidentielles.&lt;BR&gt;
Au cas o&amp;ugrave; il ne vous serait pas destin&amp;eacute;, nous vous remercions de bien vouloir le supprimer et en aviser imm&amp;eacute;diatement l'exp&amp;eacute;diteur. Toute utilisation de ce message non conforme &amp;agrave; sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite.&lt;BR&gt;
Les communications sur internet n'&amp;eacute;tant pas s&amp;eacute;curis&amp;eacute;es, l'int&amp;eacute;grit&amp;eacute; de ce message n'est pas assur&amp;eacute;e et la soci&amp;eacute;t&amp;eacute; &amp;eacute;mettrice ne peut &amp;ecirc;tre tenue pour responsable de son contenu.
&lt;/P&gt;&lt;/DIV&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492173&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Input-string-was-not-in-the-correct-format-tp26485849p26492173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485849</id>
	<title>Input string was not in the correct format</title>
	<published>2009-11-23T13:08:22Z</published>
	<updated>2009-11-23T13:08:22Z</updated>
	<author>
		<name>Mark DevGood</name>
	</author>
	<content type="html">I'd like to post the solution to a bug that seriously had me scratching my head. This may be answered already but I could not easily find the solution to this on the web and had to resort to a painstaking process to discover the issue.
&lt;br&gt;&lt;br&gt;If you see this error message:
&lt;br&gt;&lt;br&gt;System.FormatException: Input string was not in the correct format
&lt;br&gt;&amp;nbsp; at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.UI.WebControls.WebColorConverter.ConvertFrom (ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value) [0x00000] 
&lt;br&gt;&lt;br&gt;&lt;br&gt;The solution is to hunt for a asp control which has a property such as ForeColor=&amp;quot;Red&amp;quot;, then removing this solves the problem. 
&lt;br&gt;&lt;br&gt;Example which gives the error: &amp;nbsp;
&lt;br&gt;&amp;lt;asp:Label ID=&amp;quot;lblMessage&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;&amp;quot; Visible=&amp;quot;true&amp;quot; Font-Bold=&amp;quot;true&amp;quot; ForeColor=&amp;quot;Red&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;Example which works okay: 
&lt;br&gt;&amp;lt;asp:Label ID=&amp;quot;lblMessage&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;&amp;quot; Visible=&amp;quot;true&amp;quot; Font-Bold=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;Now I don't mind the fact that &amp;quot;Red&amp;quot; may not be supported as a colour, however the part I find extremely painful is that the error message shown does not tell me ANYTHING about where to hunt for the problem. 
&lt;br&gt;We need to have a better error message for this so that developers don't need to comment out lines of code one by one to see if the problem is solved.
&lt;br&gt;&lt;br&gt;I'd much appreciate it if a kind soul could log this as a bug as I do not have a login for Novell.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Input-string-was-not-in-the-correct-format-tp26485849p26485849.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26472293</id>
	<title>Maximum number of concurrent requests reached</title>
	<published>2009-11-22T19:27:18Z</published>
	<updated>2009-11-22T19:27:18Z</updated>
	<author>
		<name>nzsaint</name>
	</author>
	<content type="html">I have an asp.net site that I am beginning to test in earnest using Mono on openSUSE 11.1 and Apache. The site appears to work well however we have been experiencing some problems in the last few days with the site becoming unresponsive.
&lt;br&gt;&lt;br&gt;Based on the documentation I had added 'MonoAutoRestartMode Time' and 'MonoAutoRestartTime 00:06' to my configuration file as I thought perhaps this would resolve our issues but it doesn't seem to. 
&lt;br&gt;&lt;br&gt;In the latest error the Apache log file is reporting that the maximum number of concurrent requests has been reached (20 by default I understand) and subsequent requests are dropped. What I don't understand is what is causing the maximum requests to be reached as presently only a handful of users are testing.
&lt;br&gt;&lt;br&gt;The log file indicates a number of errors predominantly '(32)Broken pipe: write_data failed' and 'Invalid argument: Failed to acquire /tmp/mod_mono_dashboard_BlueBox_2.lock lock' which I don't completely understand. Can anyone help?
&lt;br&gt;&lt;br&gt;I have attached my configuration file and the latest Apache error log. 
&lt;br&gt;&lt;br&gt;Thanks.&lt;a href=&quot;http://old.nabble.com/file/p26472293/bluebox.conf&quot; target=&quot;_top&quot;&gt;bluebox.conf&lt;/a&gt;&lt;a href=&quot;http://old.nabble.com/file/p26472293/error_log.log&quot; target=&quot;_top&quot;&gt;error_log.log&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maximum-number-of-concurrent-requests-reached-tp26472293p26472293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26467893</id>
	<title>Can't get mono to output JSON from webservice</title>
	<published>2009-11-22T12:56:31Z</published>
	<updated>2009-11-22T12:56:31Z</updated>
	<author>
		<name>kuse</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm trying to create a webservice in mono that should output json and not standard soap-xml.
&lt;br&gt;I have followed this &amp;quot;guide&amp;quot; &lt;a href=&quot;http://vampirebasic.blogspot.com/2009/04/aspnet-ajax-in-mono.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vampirebasic.blogspot.com/2009/04/aspnet-ajax-in-mono.html&lt;/a&gt;&amp;nbsp;but in my case it isn't working anyways.
&lt;br&gt;&lt;br&gt;I have added
&lt;br&gt;&amp;lt;remove verb=&amp;quot;*&amp;quot; path=&amp;quot;*.asmx&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;*.asmx&amp;quot; validate=&amp;quot;false&amp;quot; type=&amp;quot;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;I've tried both dll versions of System.Web.Extensions (1.0.61025.0 and 3.5.0.0) to web.config under system.web/httphandlers without any result.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Sample-code:
&lt;br&gt;[ScriptService]
&lt;br&gt;&amp;nbsp; public class Service : System.Web.Services.WebService
&lt;br&gt;&amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; [WebMethod]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [ScriptMethod] &amp;nbsp;// &amp;lt;-- this one should make the output json if i'm correct
&lt;br&gt;&amp;nbsp; &amp;nbsp; public List&amp;lt;string&amp;gt; MyMethod ()
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; return new string[] {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;string one&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;string two&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; };
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;Versions: 
&lt;br&gt;Ubuntu 9.10
&lt;br&gt;Mono 2.7 trunk version r144305
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-get-mono-to-output-JSON-from-webservice-tp26467893p26467893.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26457033</id>
	<title>Sharing violation - temp folder?</title>
	<published>2009-11-21T06:27:16Z</published>
	<updated>2009-11-21T06:27:16Z</updated>
	<author>
		<name>ekramer17</name>
	</author>
	<content type="html">Hello -
&lt;br&gt;&lt;br&gt;I have mono running successfully on Windows (for developmental purposes), but am having trouble with ASP.NET on mono using XSP2 and hoping someone can help me out. &amp;nbsp;With a simple &amp;quot;Hello World&amp;quot; aspx page, I keep running into the following sharing violation error: 
&lt;br&gt;&lt;br&gt;------------
&lt;br&gt;------------
&lt;br&gt;CS0016: Could not write to file `C:\DOCUME~1\esk\LOCALS~1\Temp\esk-temp-aspnet-0\943dd32d\App_Web_13bd2572.dll', cause: Sharing violation on path C:\DOCUME~1\esk\LOCALS~1\Temp\esk-temp-aspnet-0\943dd32d\App_Web_13bd2572.dll
&lt;br&gt;&lt;br&gt;Description: HTTP 500. Error processing request.
&lt;br&gt;&lt;br&gt;Stack Trace:
&lt;br&gt;&lt;br&gt;System.Web.Compilation.CompilationException: CS0016: Could not write to file `C:\DOCUME~1\esk\LOCALS~1\Temp\esk-temp-aspnet-0\943dd32d\App_Web_13bd2572.dll', cause: Sharing violation on path C:\DOCUME~1\esk\LOCALS~1\Temp\esk-temp-aspnet-0\943dd32d\App_Web_13bd2572.dll
&lt;br&gt;&amp;nbsp; at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath, 
&lt;br&gt;System.CodeDom.Compiler.CompilerParameters options) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath)[0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Collections.Generic.List`1 buildItems, System.Web.VirtualPath virtualPath, BuildKind buildKind) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.Compilation.BuildManager.BuildAssembly (System.Web.VirtualPath virtualPath) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.Compilation.BuildManager.GetCompiledType (System.String virtualPath) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath (System.String virtualPath, System.Type requiredBaseType) 
&lt;br&gt;[0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.UI.PageParser.GetCompiledPageInstance (System.String virtualPath, System.String inputFile, System.Web.HttpContext context) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.UI.PageHandlerFactory.GetHandler (System.Web.HttpContext context, System.String requestType, System.String url, System.String path) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url, Boolean ignoreContextHandler) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url) [0x00000] 
&lt;br&gt;&amp;nbsp; at System.Web.HttpApplication+&amp;lt;Pipeline&amp;gt;c__Iterator5.MoveNext () [0x00000] 
&lt;br&gt;&lt;br&gt;Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
&lt;br&gt;------------
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;I've disabled all antivirus software and granted global permissions on the directory mentioned above. &amp;nbsp;I've also run Process Monitor to see what is holding that file ... the only thing that appears in the Process Name column of the output is mono.exe, although there are three different PID numbers ... are there really three instances of mono.exe running, and are they competing for this file?
&lt;br&gt;&lt;br&gt;Any help greatly appreciated. &amp;nbsp;Thanks!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sharing-violation---temp-folder--tp26457033p26457033.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445382</id>
	<title>ReflectionTypeLoadException - Flag to avoid missing reference?</title>
	<published>2009-11-20T07:38:06Z</published>
	<updated>2009-11-20T07:38:06Z</updated>
	<author>
		<name>aps-3</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;body&gt;
Hi,&lt;br&gt;&lt;br&gt;
I'm experiencing a strange behavior. I already posted it on
mono-devel-list but after some check I found that is aspnet related so I
post also here before entering a bug report.&lt;br&gt;
I've downloaded Mono 2.4.2.3 VmWare machine and I deployed a test
application. At first access to the app I got an error cause an assembly
reference is missing and I can't use it. It happens only for libraries
referenced inside the &amp;lt;%@ Register @%&amp;gt; directive inside .aspx
files, missing libraries referenced only in project doesn't have this
issue. Even removing aspx files, but without rebuilding the app, the
error continue to be raised.&lt;br&gt;
The error is:&lt;br&gt;&lt;br&gt;
&lt;pre&gt;System.Reflection.ReflectionTypeLoadException: The classes in the
module cannot be loaded.

&lt;/pre&gt;and in debug output I see &lt;br&gt;
&lt;font face=&quot;Courier New, Courier&quot; size=2&gt;**
(/usr/lib/mono/2.0/mod-mono-server2.exe:7319): WARNING **: The following
assembly referenced from
/tmp/wwwrun-temp-aspnet-0/a51044c2/assembly/shadow/135511eb/4ab54322_59e052c9_00000001/testmono.dll
could not be loaded:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly:&amp;nbsp;&amp;nbsp; myLib&amp;nbsp;&amp;nbsp;&amp;nbsp;
(assemblyref_index=4)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version:&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.2.0.57&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Public Key: (none)&lt;br&gt;
The assembly was not found in the Global Assembly Cache, a path listed in
the MONO_PATH environment variable, or in the location of the executing
assembly
(/tmp/wwwrun-temp-aspnet-0/a51044c2/assembly/shadow/135511eb/4ab54322_59e052c9_00000001/).&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;The weird thing is that in a CentOS machine where I rebuilt Mono
2.4.2.3 from source it doesn't happen.&lt;br&gt;
So I would like to know if there's some build configuration that enables
this lock or if you have an idea about how solve the problem. I can't
remove unused reference by now.&lt;br&gt;
Thanks in advance.&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445382&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ReflectionTypeLoadException---Flag-to-avoid-missing-reference--tp26445382p26445382.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26438751</id>
	<title>Failed to acquire compilation lock for virtual path</title>
	<published>2009-11-20T03:15:22Z</published>
	<updated>2009-11-20T03:15:22Z</updated>
	<author>
		<name>satishns</name>
	</author>
	<content type="html">On a Asp.net application login page hosted on Mono with RHEL5 and Mono 2.4 some times i get &amp;quot;Failed to acquire compilation lock for virtual path&amp;quot; error for a aspx file.
&lt;br&gt;&lt;br&gt;It does not go away after multiple page refresh. As I am hosting on a shared host with Cpanel i need to delete the subdomain and recreate it to get rid of the error.
&lt;br&gt;&lt;br&gt;Is this a bug in mono or anything i can do to get rid of this error?
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Failed-to-acquire-compilation-lock-for-virtual-path-tp26438751p26438751.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26430042</id>
	<title>Trace.axd not working</title>
	<published>2009-11-19T09:00:43Z</published>
	<updated>2009-11-19T09:00:43Z</updated>
	<author>
		<name>aps-3</name>
	</author>
	<content type="html">Hi, I downloaded 2.4.2.3 vmware machine and I installed my web 
&lt;br&gt;application to test it with the new version.
&lt;br&gt;I'm not able to enable tracing. I set
&lt;br&gt;&lt;br&gt;&amp;lt;trace enabled=&amp;quot;true&amp;quot; requestLimit=&amp;quot;20&amp;quot; pageOutput=&amp;quot;false&amp;quot; 
&lt;br&gt;traceMode=&amp;quot;SortByTime&amp;quot; localOnly=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;in web.config but it still say:
&lt;br&gt;&lt;br&gt;HTTP 500. Trace.axd is not enabled in the configuration file for this 
&lt;br&gt;application.
&lt;br&gt;&lt;br&gt;Same application with the same configuration in 2.0.1 works well.
&lt;br&gt;I'm doing something wrong? 
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430042&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trace.axd-not-working-tp26430042p26430042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26368256</id>
	<title>Re: Old problem with radiobuttons on UserControls</title>
	<published>2009-11-16T00:22:43Z</published>
	<updated>2009-11-16T00:22:43Z</updated>
	<author>
		<name>aps-3</name>
	</author>
	<content type="html">I know that this is a weird request, but no ideas on how to 
&lt;br&gt;workaround this already-solved problem?
&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;At 17.54 13/11/2009, APS wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I'm experiencing a problem that has already been solved in latest
&lt;br&gt;&amp;gt;versions of mono but I cannot upgrade due to other issues that came up.
&lt;br&gt;&amp;gt;The problem is that if I place a RadioButton inside a usercontrol
&lt;br&gt;&amp;gt;(ascx) and I set the autopostback property when it postbacks the
&lt;br&gt;&amp;gt;associated OnCheckedChanged event is not raised. In aspxs it works,
&lt;br&gt;&amp;gt;CheckBoxes works.
&lt;br&gt;&amp;gt;I'm using Mono 2.0.1, I tried upgrading radiobutton.cs to the latest
&lt;br&gt;&amp;gt;version without solving the problem, someone remember how this
&lt;br&gt;&amp;gt;problem has been solved and/or in which library? I searched on closed
&lt;br&gt;&amp;gt;bug list without any results.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26368256&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;--
&lt;br&gt;&amp;gt;Il messaggio e' stato analizzato alla ricerca di virus o
&lt;br&gt;&amp;gt;contenuti pericolosi da MailScanner, ed e'
&lt;br&gt;&amp;gt;risultato non infetto.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26368256&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Old-problem-with-radiobuttons-on-UserControls-tp26339750p26368256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26339750</id>
	<title>Old problem with radiobuttons on UserControls</title>
	<published>2009-11-13T08:54:13Z</published>
	<updated>2009-11-13T08:54:13Z</updated>
	<author>
		<name>aps-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm experiencing a problem that has already been solved in latest 
&lt;br&gt;versions of mono but I cannot upgrade due to other issues that came up.
&lt;br&gt;The problem is that if I place a RadioButton inside a usercontrol 
&lt;br&gt;(ascx) and I set the autopostback property when it postbacks the 
&lt;br&gt;associated OnCheckedChanged event is not raised. In aspxs it works, 
&lt;br&gt;CheckBoxes works.
&lt;br&gt;I'm using Mono 2.0.1, I tried upgrading radiobutton.cs to the latest 
&lt;br&gt;version without solving the problem, someone remember how this 
&lt;br&gt;problem has been solved and/or in which library? I searched on closed 
&lt;br&gt;bug list without any results.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26339750&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Old-problem-with-radiobuttons-on-UserControls-tp26339750p26339750.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26332841</id>
	<title>&quot;Cannot find the specified file&quot; in aspx.cs file.</title>
	<published>2009-11-13T00:11:25Z</published>
	<updated>2009-11-17T19:15:58Z</updated>
	<author>
		<name>Nemus</name>
	</author>
	<content type="html">I have a newbie question about running a mono asp ubuntu 9.04 apache2 server
&lt;br&gt;I have two files &amp;nbsp;Default.aspx &amp;nbsp;Default.aspx.cs 
&lt;br&gt;and it seams as if the &amp;nbsp;Default.aspx &amp;nbsp;cannot use or see the Default.aspx.cs file
&lt;br&gt;&lt;br&gt;The Error I am geting is &amp;quot;Cannot find the specified file&amp;quot; when I try to call &amp;nbsp;OnClick=&amp;quot;button1Clicked&amp;quot; in Default.aspx which is located in Default.aspx.cs
&lt;br&gt;&lt;br&gt;// start Default.aspx
&lt;br&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; Inherits=&amp;quot;Test.Default&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;&lt;a href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;Default&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;asp:Button id=&amp;quot;button1&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Click me!&amp;quot; &amp;nbsp;OnClick=&amp;quot;button1Clicked&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/form&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;% Response.Write(&amp;quot;It works like charm!&amp;quot;); %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;//end Default.aspx
&lt;br&gt;&lt;br&gt;//------------------------------------------------------------------------------
&lt;br&gt;// &amp;lt;auto-generated&amp;gt;
&lt;br&gt;// &amp;nbsp; &amp;nbsp; This code was generated by a tool.
&lt;br&gt;// &amp;nbsp; &amp;nbsp; Runtime Version:2.0.50727.4200
&lt;br&gt;//
&lt;br&gt;// &amp;nbsp; &amp;nbsp; Changes to this file may cause incorrect behavior and will be lost if
&lt;br&gt;// &amp;nbsp; &amp;nbsp; the code is regenerated.
&lt;br&gt;// &amp;lt;/auto-generated&amp;gt;
&lt;br&gt;//------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;using System;
&lt;br&gt;using System.Web;
&lt;br&gt;using System.Web.UI;
&lt;br&gt;&lt;br&gt;&lt;br&gt;namespace Test
&lt;br&gt;{
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public partial class Default : System.Web.UI.Page
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public virtual void button1Clicked (object sender, EventArgs args)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;button1.Text = &amp;quot;You clicked me&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;// start Default.aspx.cs
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%22Cannot-find-the-specified-file%22-in-aspx.cs-file.-tp26332841p26332841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26315093</id>
	<title>JavaScriptSerializer</title>
	<published>2009-11-12T00:29:43Z</published>
	<updated>2009-11-12T00:29:43Z</updated>
	<author>
		<name>Nils Schaetti</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;I try to port an ASP.NET from Windows to Mono/Linux. But I have a
&lt;br&gt;problem with JavaScript, Mono says :
&lt;br&gt;&lt;br&gt;Cannot cast from source type to destination type.
&lt;br&gt;&lt;br&gt;Description: HTTP 500. Error processing request.
&lt;br&gt;&lt;br&gt;Stack Trace:
&lt;br&gt;&lt;br&gt;System.InvalidCastException: Cannot cast from source type to destination type.
&lt;br&gt;&amp;nbsp; at System.Web.Script.Serialization.JavaScriptSerializer..ctor
&lt;br&gt;(System.Web.Script.Serialization.JavaScriptTypeResolver resolver)
&lt;br&gt;[0x00000]
&lt;br&gt;&amp;nbsp; at System.Web.Script.Serialization.JavaScriptSerializer..ctor () [0x00000]
&lt;br&gt;&amp;nbsp; at System.Web.Script.Serialization.JavaScriptSerializer..cctor () [0x00000]
&lt;br&gt;&lt;br&gt;I tried to find something on the Internet but I found nothing about
&lt;br&gt;that problem.
&lt;br&gt;Could someone help me?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26315093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JavaScriptSerializer-tp26315093p26315093.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26291532</id>
	<title>Getting any ASP.NET application to work without &quot;assembly not found&quot;</title>
	<published>2009-11-10T13:28:38Z</published>
	<updated>2009-11-10T13:28:38Z</updated>
	<author>
		<name>Newbis</name>
	</author>
	<content type="html">This is a newbie question. &amp;nbsp;Basically, any ASP.NET application that I try to put up on Mono fails with one of two errors. &amp;nbsp;First, if there is any reference to Microsoft.VisualBasic, I always get &amp;quot;Assembly Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A not found&amp;quot;. &amp;nbsp;I've scoured the posts, but every one that mentions this error says that one must install various &amp;quot;cil&amp;quot; libraries, and the IT people who set up the server assure me that they've installed every Mono library that there is.
&lt;br&gt;&lt;br&gt;I notice that typically this error comes from a line in web.config that adds the Microsoft.VisualBasic assembly. &amp;nbsp;If I remove that line or web.config, then I usually get more problems. :)
&lt;br&gt;&lt;br&gt;Also, if I find a .NET application that doesn't need that and put it up on Mono, I get another error: If I use code-behind pages, it will always display an error &amp;quot;Cannot find type&amp;quot; followed by the class name for that page. &amp;nbsp;I've found a number of posts about that error, but no clear answer. &amp;nbsp;It doesn't matter what the name of the page is...if it has a code-behind page, then this error always happens.
&lt;br&gt;&lt;br&gt;This must be something basic, because I'm not trying to do anything very specific...just trying to get any ASP.NET application to work.
&lt;br&gt;&lt;br&gt;Thanks in advance for any suggestions.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-any-ASP.NET-application-to-work-without-%22assembly-not-found%22-tp26291532p26291532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26263729</id>
	<title>Mono Compilation Error with ASP.Net Site</title>
	<published>2009-11-09T02:00:05Z</published>
	<updated>2009-11-09T02:00:05Z</updated>
	<author>
		<name>BliXem</name>
	</author>
	<content type="html">Hi guys,
&lt;br&gt;&lt;br&gt;I'm quite new to Mono, but have been doing development in Visual Studio for a couple of years now. Something that I get every now and then with Mono is it shows that there is an error in some temporary file, but when I try to find the file it's missing. 
&lt;br&gt;&lt;br&gt;The format: /tmp/tmp469b7cb1.tmp and the project name, nothing else. I cannot for the life of me see where the error originates form or anything, it just doesn't want to build regardless of what I do. I tried cleaning the solution, rebuilding the solution, closing mono and trying again and even restarting apache and then the machine itself, but still no luck. If anyone can help me please do.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;BliXem</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mono-Compilation-Error-with-ASP.Net-Site-tp26263729p26263729.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26214544</id>
	<title>Mono VMWare + ASP 1.1</title>
	<published>2009-11-05T06:00:58Z</published>
	<updated>2009-11-05T06:00:58Z</updated>
	<author>
		<name>Elariah</name>
	</author>
	<content type="html">Hi, I've downloaded the VMWare on Mono and copied across my ASP 1.1 website, unfortunately it seems to be trying to use ASP 2 in mod_mono (based on the error at the bottom of my page listing ASP 2.xxxxxxx)
&lt;br&gt;&lt;br&gt;How can I force Apache in the VMWare image to use ASP 1.1?
&lt;br&gt;&lt;br&gt;I suspect I'll get more problems later due to requiring MSSQL, but I'd like to atleast get the ASP version correct. :)
&lt;br&gt;&lt;br&gt;Thanks</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mono-VMWare-%2B-ASP-1.1-tp26214544p26214544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26209880</id>
	<title>Re: sqlite questions?</title>
	<published>2009-11-04T22:17:24Z</published>
	<updated>2009-11-04T22:17:24Z</updated>
	<author>
		<name>Michael J. Ryan-4</name>
	</author>
	<content type="html">I'm pretty fond of both Postgres as well as Firebird myself.
&lt;br&gt;&lt;br&gt;On 11/3/2009 1:44 AM, Mike Christensen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'll just have to chime in here and recommend at least taking a brief 
&lt;br&gt;&amp;gt; look at PostgreSQL as well. &amp;nbsp;I tried it out a while back and haven't 
&lt;br&gt;&amp;gt; gone back to either MS SQL or MySQL since.. &amp;nbsp;You'll have no problems 
&lt;br&gt;&amp;gt; getting Mono code to talk with it either.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, Nov 3, 2009 at 12:35 AM, william leader 
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;william.leader@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;william.leader@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I would suggest you consider using another database altogether. SQLite
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; is meant to interface with c and c++ programs, neither of which is a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; language mono supports. Most asp.net &amp;lt;&lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://asp.net&lt;/a&gt;&amp;gt; applications
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; are developed for
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Microsoft SQL server or MySQL server depending on where the developer
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; wants the asp.net &amp;lt;&lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://asp.net&lt;/a&gt;&amp;gt; application to be run. Personally
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I would suggest
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; MySQL as it has good support for ASP.net features like membership and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; role providers. Additionally the MySQL server can be run on a range of
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; operating systems such as Windows and Linux. The MySQL libraries that
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; allow .net languages such as C# to easily communicate with the MySQL
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; server are known to work in both Microsoft and Mono environments. As a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; plus the community version of MySQL can be had for no cost, or if you
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; need business support a commercial version is also available.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -Will
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; On Tue, Nov 3, 2009 at 5:01 AM, Dale E. Moore &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daleemoore@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daleemoore@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; Is this a good place to ask questions about sqlite? Can somebody
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; please tell
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; me where to go;)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; asp.net &amp;lt;&lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://asp.net&lt;/a&gt;&amp;gt; application that uses an sqlite database
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; that they then put into
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; production?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; hello, hello, hello ... is there anybody out there?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Michael J. Ryan - &lt;a href=&quot;http://tracker1.info/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tracker1.info/&lt;/a&gt;&lt;br&gt;&lt;br&gt;... FRA #211: Employees are rungs on the ladder of success. Don't hesitate to 
&lt;br&gt;step on them.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209880&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26209880.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26209868</id>
	<title>Re: sqlite questions?</title>
	<published>2009-11-04T22:16:20Z</published>
	<updated>2009-11-04T22:16:20Z</updated>
	<author>
		<name>Michael J. Ryan-4</name>
	</author>
	<content type="html">On 11/3/2009 1:43 AM, Gonzalo Paniagua Javier wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; On Tue, 2009-11-03 at 08:35 +0000, william leader wrote:
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; I would suggest you consider using another database altogether. SQLite
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; is meant to interface with c and c++ programs, neither of which is a
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; language mono supports.
&lt;br&gt;&amp;nbsp;&amp;gt; [...]
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; I would suggest you do some research before giving advice to other
&lt;br&gt;&amp;nbsp;&amp;gt; people. A simple Google search for the words &amp;quot;Sqlite mono&amp;quot; (who would
&lt;br&gt;&amp;nbsp;&amp;gt; have thought of those?) would have been enough.
&lt;br&gt;&lt;br&gt;Beyond that, FirebirdSQL has a very mature set of drivers for Mono, as well as 
&lt;br&gt;feature rich support with NHibernate/Castle ActiveRecord/Fluent etc...
&lt;br&gt;&lt;br&gt;There's also PostgreSQL.
&lt;br&gt;&lt;br&gt;One bit of caution is that SQLite really won't scale well if there's a single 
&lt;br&gt;database with many people connecting at once (for writes)... It'll go a little 
&lt;br&gt;further than say Access/Jet but not nearly as much as a service based rdbms. 
&lt;br&gt;It may be a decent database for certain implementations, and if you can 
&lt;br&gt;segment the data into separate DBs it'll scale better under load.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Michael J. Ryan - &lt;a href=&quot;http://tracker1.info/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tracker1.info/&lt;/a&gt;&lt;br&gt;&lt;br&gt;... FRA #059: Free advice is seldom cheap.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26209868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26209868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26194145</id>
	<title>Oledb problem</title>
	<published>2009-11-04T02:45:15Z</published>
	<updated>2009-11-04T02:45:15Z</updated>
	<author>
		<name>Jorge Gomes Raimundo</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;&lt;head&gt;&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;&lt;meta name=Generator content=&quot;Microsoft Word 14 (filtered medium)&quot;&gt;&lt;!--[if !mso]&gt;&lt;style&gt;v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
&lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
&lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;/head&gt;&lt;body lang=PT link=blue vlink=purple&gt;&lt;div class=Section1&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;Hi all!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;I have an aspx application running on apache in linux.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;In this application I need to read an excel file so the developer used an OleDB connection, but I get the following error:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:9.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;Error exporting error.Error registering event.&lt;br&gt;Trying to create connection&lt;br&gt;connection created Error creating dropdownlists--&lt;br&gt;System.DllNotFoundException: gda-2 at (wrapper managed-to-native) System.Data.OleDb.libgda:gda_init (string,string,int,string[]) at System.Data.OleDb.OleDbConnection.Open () [0x00000] at (wrapper remoting-invoke-with-check) System.Data.OleDb.OleDbConnection:Open () at ASP.excel2geo_aspx.UploadButton_Click (System.Object sender, System.EventArgs e) [0x00000] --- Error exporting error. Error creating dropdownlists.,,,,&lt;br&gt;System.DllNotFoundException: gda-2 at (wrapper managed-to-native) System.Data.OleDb.libgda:gda_init (string,string,int,string[]) at System.Data.OleDb.OleDbConnection.Open () [0x00000] at (wrapper remoting-invoke-with-check) System.Data.OleDb.OleDbConnection:Open () at ASP.excel2geo_aspx.UploadButton_Click (System.Object sender, System.EventArgs e) [0x00000] ,,,&lt;/span&gt;&lt;span lang=EN-US style='font-family:&quot;Courier New&quot;;color:#1F497D'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;I do have libgda 3.0 installed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;Anyone has any idea of what&amp;#8217;s going wrong here?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;Best regards,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 style='border-collapse:collapse'&gt;&lt;tr style='height:30.85pt'&gt;&lt;td width=406 colspan=3 valign=top style='width:304.4pt;border:none;border-left:solid black 1.5pt;padding:0cm 5.4pt 0cm 5.4pt;height:30.85pt'&gt;&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;Jorge G. Raimundo&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt; &lt;/span&gt;&lt;span lang=EN-US style='font-size:7.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;Telecommunications and Computer Science Engineer&lt;/span&gt;&lt;span lang=EN-US style='font-size:7.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;RAN consultant&lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style='border:none;padding:0cm 0cm 0cm 0cm' width=28&gt;&lt;p class='MsoNormal'&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=67 valign=top style='width:50.0pt;border:none;border-left:solid black 1.5pt;padding:0cm 0cm 0cm 0cm'&gt;&lt;p class=MsoNormal align=right style='text-align:right'&gt;&lt;span style='color:#1F497D;mso-fareast-language:PT'&gt;&lt;img width=62 height=47 id=&quot;Imagem_x0020_1&quot; src=&quot;http://old.nabble.com/attachment/26194145/0/image001.jpg&quot; alt=&quot;cid:image003.png@01C8C702.3BD29E60&quot;&gt;&lt;/span&gt;&lt;span style='color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=339 colspan=2 style='width:254.4pt;padding:0cm 5.4pt 0cm 5.4pt'&gt;&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='color:#1F497D;mso-fareast-language:PT'&gt;Consultoria em Telecomunicações e Informática, Lda &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style='color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;&lt;a href=&quot;http://www.multivision.pt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:blue'&gt;www.multivision.pt&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style='border:none;padding:0cm 0cm 0cm 0cm' width=28&gt;&lt;p class='MsoNormal'&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;tr style='height:35.0pt'&gt;&lt;td width=255 colspan=2 valign=top style='width:191.0pt;border:none;border-left:solid black 1.5pt;padding:0cm 5.4pt 0cm 5.4pt;height:35.0pt'&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:4.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;Rua António Albino Machado, Nº 33, 2ºB.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;S. Domingos de Benfica&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;1600 - 870 Lisboa&lt;/span&gt;&lt;span style='color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=180 colspan=2 valign=top style='width:134.65pt;padding:0cm 0cm 0cm 0cm;height:35.0pt'&gt;&lt;p class=MsoNormal align=right style='text-align:right'&gt;&lt;span style='font-size:4.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal align=right style='text-align:right'&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;Mobile: +351 91 933 13 67&lt;/span&gt;&lt;span style='font-size:8.0pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;;color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr height=0&gt;&lt;td width=67 style='border:none'&gt;&lt;/td&gt;&lt;td width=188 style='border:none'&gt;&lt;/td&gt;&lt;td width=151 style='border:none'&gt;&lt;/td&gt;&lt;td width=28 style='border:none'&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p class=MsoNormal&gt;&lt;span style='color:#1F497D;mso-fareast-language:PT'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26194145&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oledb-problem-tp26194145p26194145.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26180439</id>
	<title>Re: [Mono-list] sqlite questions?</title>
	<published>2009-11-03T06:29:56Z</published>
	<updated>2009-11-03T06:29:56Z</updated>
	<author>
		<name>DaleEMoore</name>
	</author>
	<content type="html">I&amp;#39;m using the default &lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; membership provider; which works fine in monodevelop, but; does not find the App_Data/aspnetdb.sqlite database when copied to TEST. I copied the mono connectionString, and membership definition into my web.config but then could never login even from monodevelop.&lt;br&gt;
&lt;br&gt;I&amp;#39;m missing something in the membership setup in web.config, I think.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 8:21 AM, Joe Audette &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;If you are using mojoPortal then you don&amp;#39;t have to worry about this,&lt;br&gt;
the mojoMembership just talks to business objects which talk to data&lt;br&gt;
objects which already know their connection string from the&lt;br&gt;
appSettings.&lt;br&gt;
&lt;br&gt;
If you are using some other membership provider then you probably need&lt;br&gt;
to add a ConnectionString section to your web.config and add the&lt;br&gt;
connection string there with a name expected by or configured on the&lt;br&gt;
provider. However I don&amp;#39;t know if there is a membership provider&lt;br&gt;
specifically for sqlite in Mono, maybe there is, there would have to&lt;br&gt;
be some scripts to create the appropriate tables in the sqlite&lt;br&gt;
database.&lt;br&gt;
Do a little googling about the ConnectionString section of Web.config.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hope it helps,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
Joe&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On Tue, Nov 3, 2009 at 9:14 AM, Dale E. Moore &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daleemoore@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Dear Joe;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; It&amp;#39;s so good to &amp;#39;hear your voice&amp;#39; here!&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I copied the DEV project to a TEST site and everything works, except the&lt;br&gt;
&amp;gt; Forms Authentication; I can&amp;#39;t login and I can&amp;#39;t seem to tell sqlite where&lt;br&gt;
&amp;gt; the Membership database is located. Thanks for your thoughts on growth; I&lt;br&gt;
&amp;gt; will probably move to PostgreSQL if anybody other than me ever wants the&lt;br&gt;
&amp;gt; functionality.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Debugging my NewValues reverted to OldValues issue is still on my to do&lt;br&gt;
&amp;gt; list; thanks for the encouragement;&lt;br&gt;
&amp;gt; Dale&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Tue, Nov 3, 2009 at 5:51 AM, Joe Audette &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Hi Dale,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; The latest mojoPortal from our svn trunk repository is pre-configured&lt;br&gt;
&amp;gt;&amp;gt; to use SQLite in MonoDevelop using mojoportal.mds solution.&lt;br&gt;
&amp;gt;&amp;gt; I changed the default db configuration from pgsql recently just&lt;br&gt;
&amp;gt;&amp;gt; because its zero configuration, we inlcude a sqlite database and it&lt;br&gt;
&amp;gt;&amp;gt; just works.&lt;br&gt;
&amp;gt;&amp;gt; You can produce a package and deploy it to production including the&lt;br&gt;
&amp;gt;&amp;gt; pre-populated SQLite database.&lt;br&gt;
&amp;gt;&amp;gt; However, whether you would use SQLite for a production site/app&lt;br&gt;
&amp;gt;&amp;gt; depends a lot on the app and how many users it will have. SQLite is&lt;br&gt;
&amp;gt;&amp;gt; very fast but there is only 1 connection whereas pgsql and others have&lt;br&gt;
&amp;gt;&amp;gt; a connection pool. So if the site/app gets a lot of traffic it&lt;br&gt;
&amp;gt;&amp;gt; probably won&amp;#39;t stand up well because each request is taking turns with&lt;br&gt;
&amp;gt;&amp;gt; the one connection. So it can work well for a few users but it does&lt;br&gt;
&amp;gt;&amp;gt; not scale real well to heavy web traffic.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Hope it helps,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Joe&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; On Tue, Nov 3, 2009 at 4:01 AM, Marek Habersack &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grendel@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Dale E. Moore wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; Is this a good place to ask questions about sqlite? Can somebody please&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; tell me where to go;)&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; On SQLite itself - no, in relation to Mono/&lt;a href=&quot;http://ASP.NET&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;ASP.NET&lt;/a&gt; - yes.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://asp.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://asp.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://asp.net&lt;/a&gt;&amp;gt; application that uses an sqlite database that&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&amp;gt; they then put into production?&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; I don&amp;#39;t use MonoDevelop, but for a production application which can use&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; SQLite as an option, see&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; BlogEngine.NET.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; marek&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Mono-aspnet-list mailing list&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt; Joe Audette&lt;br&gt;
&amp;gt;&amp;gt; Software Solutions Architect&lt;br&gt;
&amp;gt;&amp;gt; Source Tree Solutions, LLC&lt;br&gt;
&amp;gt;&amp;gt; PO Box 621861&lt;br&gt;
&amp;gt;&amp;gt; Charlotte, NC 28262&lt;br&gt;
&amp;gt;&amp;gt; 704.323.8225&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://www.mojoportal.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.mojoportal.com&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://twitter.com/joeaudette&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/joeaudette&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;--&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Joe Audette&lt;br&gt;
Software Solutions Architect&lt;br&gt;
Source Tree Solutions, LLC&lt;br&gt;
PO Box 621861&lt;br&gt;
Charlotte, NC 28262&lt;br&gt;
704.323.8225&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.mojoportal.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.mojoportal.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://twitter.com/joeaudette&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/joeaudette&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180439&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26180439.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26180339</id>
	<title>Re: [Mono-list] sqlite questions?</title>
	<published>2009-11-03T06:21:40Z</published>
	<updated>2009-11-03T06:21:40Z</updated>
	<author>
		<name>Joe Audette-2</name>
	</author>
	<content type="html">If you are using mojoPortal then you don't have to worry about this,
&lt;br&gt;the mojoMembership just talks to business objects which talk to data
&lt;br&gt;objects which already know their connection string from the
&lt;br&gt;appSettings.
&lt;br&gt;&lt;br&gt;If you are using some other membership provider then you probably need
&lt;br&gt;to add a ConnectionString section to your web.config and add the
&lt;br&gt;connection string there with a name expected by or configured on the
&lt;br&gt;provider. However I don't know if there is a membership provider
&lt;br&gt;specifically for sqlite in Mono, maybe there is, there would have to
&lt;br&gt;be some scripts to create the appropriate tables in the sqlite
&lt;br&gt;database.
&lt;br&gt;Do a little googling about the ConnectionString section of Web.config.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope it helps,
&lt;br&gt;&lt;br&gt;Joe
&lt;br&gt;&lt;br&gt;On Tue, Nov 3, 2009 at 9:14 AM, Dale E. Moore &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180339&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daleemoore@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear Joe;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's so good to 'hear your voice' here!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I copied the DEV project to a TEST site and everything works, except the
&lt;br&gt;&amp;gt; Forms Authentication; I can't login and I can't seem to tell sqlite where
&lt;br&gt;&amp;gt; the Membership database is located. Thanks for your thoughts on growth; I
&lt;br&gt;&amp;gt; will probably move to PostgreSQL if anybody other than me ever wants the
&lt;br&gt;&amp;gt; functionality.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Debugging my NewValues reverted to OldValues issue is still on my to do
&lt;br&gt;&amp;gt; list; thanks for the encouragement;
&lt;br&gt;&amp;gt; Dale
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Nov 3, 2009 at 5:51 AM, Joe Audette &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180339&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Dale,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The latest mojoPortal from our svn trunk repository is pre-configured
&lt;br&gt;&amp;gt;&amp;gt; to use SQLite in MonoDevelop using mojoportal.mds solution.
&lt;br&gt;&amp;gt;&amp;gt; I changed the default db configuration from pgsql recently just
&lt;br&gt;&amp;gt;&amp;gt; because its zero configuration, we inlcude a sqlite database and it
&lt;br&gt;&amp;gt;&amp;gt; just works.
&lt;br&gt;&amp;gt;&amp;gt; You can produce a package and deploy it to production including the
&lt;br&gt;&amp;gt;&amp;gt; pre-populated SQLite database.
&lt;br&gt;&amp;gt;&amp;gt; However, whether you would use SQLite for a production site/app
&lt;br&gt;&amp;gt;&amp;gt; depends a lot on the app and how many users it will have. SQLite is
&lt;br&gt;&amp;gt;&amp;gt; very fast but there is only 1 connection whereas pgsql and others have
&lt;br&gt;&amp;gt;&amp;gt; a connection pool. So if the site/app gets a lot of traffic it
&lt;br&gt;&amp;gt;&amp;gt; probably won't stand up well because each request is taking turns with
&lt;br&gt;&amp;gt;&amp;gt; the one connection. So it can work well for a few users but it does
&lt;br&gt;&amp;gt;&amp;gt; not scale real well to heavy web traffic.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope it helps,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Joe
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 3, 2009 at 4:01 AM, Marek Habersack &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180339&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grendel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Dale E. Moore wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Is this a good place to ask questions about sqlite? Can somebody please
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; tell me where to go;)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On SQLite itself - no, in relation to Mono/ASP.NET - yes.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; asp.net &amp;lt;&lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://asp.net&lt;/a&gt;&amp;gt; application that uses an sqlite database that
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; they then put into production?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I don't use MonoDevelop, but for a production application which can use
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; SQLite as an option, see
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; BlogEngine.NET.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; marek
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180339&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Joe Audette
&lt;br&gt;&amp;gt;&amp;gt; Software Solutions Architect
&lt;br&gt;&amp;gt;&amp;gt; Source Tree Solutions, LLC
&lt;br&gt;&amp;gt;&amp;gt; PO Box 621861
&lt;br&gt;&amp;gt;&amp;gt; Charlotte, NC 28262
&lt;br&gt;&amp;gt;&amp;gt; 704.323.8225
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180339&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.mojoportal.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mojoportal.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://twitter.com/joeaudette&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/joeaudette&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Joe Audette
&lt;br&gt;Software Solutions Architect
&lt;br&gt;Source Tree Solutions, LLC
&lt;br&gt;PO Box 621861
&lt;br&gt;Charlotte, NC 28262
&lt;br&gt;704.323.8225
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180339&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.mojoportal.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mojoportal.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/joeaudette&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/joeaudette&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26180339&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26180339.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26160089</id>
	<title>web mobile</title>
	<published>2009-11-03T04:24:58Z</published>
	<updated>2009-11-03T04:24:58Z</updated>
	<author>
		<name>666lawyer</name>
	</author>
	<content type="html">ASP NET MOBILE works in mono ????</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/web-mobile-tp26160089p26160089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26178583</id>
	<title>Re: [Mono-list] sqlite questions?</title>
	<published>2009-11-03T03:51:50Z</published>
	<updated>2009-11-03T03:51:50Z</updated>
	<author>
		<name>Joe Audette-2</name>
	</author>
	<content type="html">Hi Dale,
&lt;br&gt;&lt;br&gt;The latest mojoPortal from our svn trunk repository is pre-configured
&lt;br&gt;to use SQLite in MonoDevelop using mojoportal.mds solution.
&lt;br&gt;I changed the default db configuration from pgsql recently just
&lt;br&gt;because its zero configuration, we inlcude a sqlite database and it
&lt;br&gt;just works.
&lt;br&gt;You can produce a package and deploy it to production including the
&lt;br&gt;pre-populated SQLite database.
&lt;br&gt;However, whether you would use SQLite for a production site/app
&lt;br&gt;depends a lot on the app and how many users it will have. SQLite is
&lt;br&gt;very fast but there is only 1 connection whereas pgsql and others have
&lt;br&gt;a connection pool. So if the site/app gets a lot of traffic it
&lt;br&gt;probably won't stand up well because each request is taking turns with
&lt;br&gt;the one connection. So it can work well for a few users but it does
&lt;br&gt;not scale real well to heavy web traffic.
&lt;br&gt;&lt;br&gt;Hope it helps,
&lt;br&gt;&lt;br&gt;Joe
&lt;br&gt;&lt;br&gt;On Tue, Nov 3, 2009 at 4:01 AM, Marek Habersack &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26178583&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grendel@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dale E. Moore wrote:
&lt;br&gt;&amp;gt;&amp;gt; Is this a good place to ask questions about sqlite? Can somebody please
&lt;br&gt;&amp;gt;&amp;gt; tell me where to go;)
&lt;br&gt;&amp;gt; On SQLite itself - no, in relation to Mono/ASP.NET - yes.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an
&lt;br&gt;&amp;gt;&amp;gt; asp.net &amp;lt;&lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://asp.net&lt;/a&gt;&amp;gt; application that uses an sqlite database that
&lt;br&gt;&amp;gt;&amp;gt; they then put into production?
&lt;br&gt;&amp;gt; I don't use MonoDevelop, but for a production application which can use SQLite as an option, see
&lt;br&gt;&amp;gt; BlogEngine.NET.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; marek
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26178583&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Joe Audette
&lt;br&gt;Software Solutions Architect
&lt;br&gt;Source Tree Solutions, LLC
&lt;br&gt;PO Box 621861
&lt;br&gt;Charlotte, NC 28262
&lt;br&gt;704.323.8225
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26178583&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe.audette@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.mojoportal.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mojoportal.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/joeaudette&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/joeaudette&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26178583&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26178583.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26176724</id>
	<title>Re: [Mono-list] sqlite questions?</title>
	<published>2009-11-03T01:01:59Z</published>
	<updated>2009-11-03T01:01:59Z</updated>
	<author>
		<name>Marek Habersack-6</name>
	</author>
	<content type="html">Dale E. Moore wrote:
&lt;br&gt;&amp;gt; Is this a good place to ask questions about sqlite? Can somebody please 
&lt;br&gt;&amp;gt; tell me where to go;)
&lt;br&gt;On SQLite itself - no, in relation to Mono/ASP.NET - yes.
&lt;br&gt;&lt;br&gt;&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an 
&lt;br&gt;&amp;gt; asp.net &amp;lt;&lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://asp.net&lt;/a&gt;&amp;gt; application that uses an sqlite database that 
&lt;br&gt;&amp;gt; they then put into production?
&lt;br&gt;I don't use MonoDevelop, but for a production application which can use SQLite as an option, see 
&lt;br&gt;BlogEngine.NET.
&lt;br&gt;&lt;br&gt;marek
&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26176724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26176675</id>
	<title>Re: sqlite questions?</title>
	<published>2009-11-03T00:58:36Z</published>
	<updated>2009-11-03T00:58:36Z</updated>
	<author>
		<name>Marek Habersack-6</name>
	</author>
	<content type="html">william leader wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I would suggest you consider using another database altogether. SQLite
&lt;br&gt;&amp;gt; is meant to interface with c and c++ programs, neither of which is a
&lt;br&gt;&amp;gt; language mono supports. Most asp.net applications are developed for
&lt;br&gt;&amp;gt; Microsoft SQL server or MySQL server depending on where the developer
&lt;br&gt;&amp;gt; wants the asp.net application to be run. Personally I would suggest
&lt;br&gt;&amp;gt; MySQL as it has good support for ASP.net features like membership and
&lt;br&gt;&amp;gt; role providers. Additionally the MySQL server can be run on a range of
&lt;br&gt;&amp;gt; operating systems such as Windows and Linux. The MySQL libraries that
&lt;br&gt;&amp;gt; allow .net languages such as C# to easily communicate with the MySQL
&lt;br&gt;&amp;gt; server are known to work in both Microsoft and Mono environments. As a
&lt;br&gt;&amp;gt; plus the community version of MySQL can be had for no cost, or if you
&lt;br&gt;&amp;gt; need business support a commercial version is also available.
&lt;/div&gt;First of all, I suggest what Gonzalo did in his mail - do some research before ill-advising somebody 
&lt;br&gt;and spreading misinformation.
&lt;br&gt;&lt;br&gt;In addition to what Gonzalo pointed out (the google search), there is also a pure C# port of SQLite 
&lt;br&gt;(&lt;a href=&quot;http://code.google.com/p/csharp-sqlite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/csharp-sqlite/&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;As for recommending MySQL... I beg to differ - MySQL is not the only and not the best (IMHO) choice 
&lt;br&gt;out there for .NET developers on any platform. One problem with MySQL provider for .NET is not 
&lt;br&gt;really technical, but is never the less important - the connector is GPL-ed, so if your plan is to 
&lt;br&gt;use it for a closed-source application which you want to sell (or even just provide in binary-only 
&lt;br&gt;form) then you will either need to purchase commercial license from MySQL, open your code or resort 
&lt;br&gt;to various tricks to circumvent GPL. Much better choice, as somebody else suggested, is PostgreSQL - 
&lt;br&gt;&amp;nbsp; its .NET driver (Npgsql) is LGPL, has all the features you mentioned (membership, profile, role) 
&lt;br&gt;and is shipped with Mono. Also, in my personal opinion, PostgreSQL offers much higher quality 
&lt;br&gt;product (reliability, advanced features, security) than MySQL.
&lt;br&gt;&lt;br&gt;marek
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Will
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, Nov 3, 2009 at 5:01 AM, Dale E. Moore &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176675&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daleemoore@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Is this a good place to ask questions about sqlite? Can somebody please tell
&lt;br&gt;&amp;gt;&amp;gt; me where to go;)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an
&lt;br&gt;&amp;gt;&amp;gt; asp.net application that uses an sqlite database that they then put into
&lt;br&gt;&amp;gt;&amp;gt; production?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; hello, hello, hello ... is there anybody out there?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176675&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176675&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176675&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26176675.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26176522</id>
	<title>Re: sqlite questions?</title>
	<published>2009-11-03T00:44:14Z</published>
	<updated>2009-11-03T00:44:14Z</updated>
	<author>
		<name>Mike Christensen</name>
	</author>
	<content type="html">I&amp;#39;ll just have to chime in here and recommend at least taking a brief look at PostgreSQL as well.  I tried it out a while back and haven&amp;#39;t gone back to either MS SQL or MySQL since..  You&amp;#39;ll have no problems getting Mono code to talk with it either.&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 3, 2009 at 12:35 AM, william leader &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176522&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;william.leader@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I would suggest you consider using another database altogether. SQLite&lt;br&gt;
is meant to interface with c and c++ programs, neither of which is a&lt;br&gt;
language mono supports. Most &lt;a href=&quot;http://asp.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; applications are developed for&lt;br&gt;
Microsoft SQL server or MySQL server depending on where the developer&lt;br&gt;
wants the &lt;a href=&quot;http://asp.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; application to be run. Personally I would suggest&lt;br&gt;
MySQL as it has good support for ASP.net features like membership and&lt;br&gt;
role providers. Additionally the MySQL server can be run on a range of&lt;br&gt;
operating systems such as Windows and Linux. The MySQL libraries that&lt;br&gt;
allow .net languages such as C# to easily communicate with the MySQL&lt;br&gt;
server are known to work in both Microsoft and Mono environments. As a&lt;br&gt;
plus the community version of MySQL can be had for no cost, or if you&lt;br&gt;
need business support a commercial version is also available.&lt;br&gt;
&lt;br&gt;
-Will&lt;br&gt;
&lt;br&gt;
On Tue, Nov 3, 2009 at 5:01 AM, Dale E. Moore &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176522&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daleemoore@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Is this a good place to ask questions about sqlite? Can somebody please tell&lt;br&gt;
&amp;gt; me where to go;)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://asp.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; application that uses an sqlite database that they then put into&lt;br&gt;
&amp;gt; production?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; hello, hello, hello ... is there anybody out there?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Mono-aspnet-list mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176522&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Mono-aspnet-list mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176522&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176522&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26176522.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26176516</id>
	<title>Re: sqlite questions?</title>
	<published>2009-11-03T00:43:44Z</published>
	<updated>2009-11-03T00:43:44Z</updated>
	<author>
		<name>Gonzalo Paniagua Javier-5</name>
	</author>
	<content type="html">On Tue, 2009-11-03 at 08:35 +0000, william leader wrote:
&lt;br&gt;&amp;gt; I would suggest you consider using another database altogether. SQLite
&lt;br&gt;&amp;gt; is meant to interface with c and c++ programs, neither of which is a
&lt;br&gt;&amp;gt; language mono supports.
&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;I would suggest you do some research before giving advice to other
&lt;br&gt;people. A simple Google search for the words &amp;quot;Sqlite mono&amp;quot; (who would
&lt;br&gt;have thought of those?) would have been enough.
&lt;br&gt;&lt;br&gt;-Gonzalo
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176516&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26176516.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26176441</id>
	<title>Re: sqlite questions?</title>
	<published>2009-11-03T00:35:50Z</published>
	<updated>2009-11-03T00:35:50Z</updated>
	<author>
		<name>wleader</name>
	</author>
	<content type="html">I would suggest you consider using another database altogether. SQLite
&lt;br&gt;is meant to interface with c and c++ programs, neither of which is a
&lt;br&gt;language mono supports. Most asp.net applications are developed for
&lt;br&gt;Microsoft SQL server or MySQL server depending on where the developer
&lt;br&gt;wants the asp.net application to be run. Personally I would suggest
&lt;br&gt;MySQL as it has good support for ASP.net features like membership and
&lt;br&gt;role providers. Additionally the MySQL server can be run on a range of
&lt;br&gt;operating systems such as Windows and Linux. The MySQL libraries that
&lt;br&gt;allow .net languages such as C# to easily communicate with the MySQL
&lt;br&gt;server are known to work in both Microsoft and Mono environments. As a
&lt;br&gt;plus the community version of MySQL can be had for no cost, or if you
&lt;br&gt;need business support a commercial version is also available.
&lt;br&gt;&lt;br&gt;-Will
&lt;br&gt;&lt;br&gt;On Tue, Nov 3, 2009 at 5:01 AM, Dale E. Moore &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176441&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daleemoore@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is this a good place to ask questions about sqlite? Can somebody please tell
&lt;br&gt;&amp;gt; me where to go;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has everybody (or anybody) worked with monodevelop to put together an
&lt;br&gt;&amp;gt; asp.net application that uses an sqlite database that they then put into
&lt;br&gt;&amp;gt; production?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; hello, hello, hello ... is there anybody out there?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176441&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26176441&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26176441.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26174931</id>
	<title>sqlite questions?</title>
	<published>2009-11-02T21:01:04Z</published>
	<updated>2009-11-02T21:01:04Z</updated>
	<author>
		<name>DaleEMoore</name>
	</author>
	<content type="html">Is this a good place to ask questions about sqlite? Can somebody please tell me where to go;)&lt;br&gt;&lt;br&gt;Has everybody (or anybody) worked with monodevelop to put together an &lt;a href=&quot;http://asp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp.net&lt;/a&gt; application that uses an sqlite database that they then put into production?&lt;br&gt;
&lt;br&gt;hello, hello, hello ... is there anybody out there?&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26174931&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sqlite-questions--tp26174931p26174931.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141144</id>
	<title>aspnetdb.sqlite relocation?</title>
	<published>2009-10-31T03:14:32Z</published>
	<updated>2009-10-31T03:14:32Z</updated>
	<author>
		<name>DaleEMoore</name>
	</author>
	<content type="html">&lt;pre&gt;I have some questions around referencing aspnetdb.sqlite. I hope that you can &lt;br&gt;give me some insight or suggest a direction for research for any of my questions!&lt;br&gt;&lt;br&gt;How do I wire up App_Data/aspnetdb.sqlite so my programs work in development&lt;br&gt;
and LIVE? Should I specify connectionStrings and membership in web.config?&lt;br&gt;&lt;br&gt;How would I refer to aspnetdb.sql in the .aspx markup?&lt;br&gt;&lt;br&gt;ConnectionString=&amp;quot;Data Source=/var/www/trackTrips/App_Data/aspnetdb.sqlite&amp;quot;&lt;i&gt;.&lt;br&gt;
&lt;/i&gt;&lt;br&gt;Or can I use something that refers back to the web.config connectionString?&lt;br&gt;&lt;br&gt;How does forms membership authentication know were to look for&lt;br&gt;aspnetdb.sqlite? And how would I change it when I go LIVE?&lt;br&gt;&lt;br&gt;
I look forward to hearing from you,&lt;br&gt;Dale E. Moore&lt;br&gt;&lt;/pre&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141144&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/aspnetdb.sqlite-relocation--tp26141144p26141144.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26132871</id>
	<title>Re: Problems with mod_mono_dashboard_XXGLOBAL_1</title>
	<published>2009-10-30T09:14:47Z</published>
	<updated>2009-10-30T09:14:47Z</updated>
	<author>
		<name>Jorge Gomes Raimundo</name>
	</author>
	<content type="html">Hello Marek!
&lt;br&gt;&lt;br&gt;Thank you for your reply.
&lt;br&gt;&lt;br&gt;In fact I only managed to get this to work after updating to mono 2.4. Now
&lt;br&gt;it's fine.
&lt;br&gt;&lt;br&gt;The message still appears. It's a bit annoying to see it, I must say, even
&lt;br&gt;if it's harmless.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Jorge
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132871&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mono-aspnet-list-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132871&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mono-aspnet-list-bounces@...&lt;/a&gt;] On Behalf Of Marek
&lt;br&gt;Habersack
&lt;br&gt;Sent: sexta-feira, 30 de Outubro de 2009 15:25
&lt;br&gt;To: Jorge Gomes Raimundo
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132871&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [Mono-aspnet-list] Problems with mod_mono_dashboard_XXGLOBAL_1
&lt;br&gt;&lt;br&gt;Jorge Gomes Raimundo wrote:
&lt;br&gt;&amp;gt; Hi all!
&lt;br&gt;Hello,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm trying to configure an aspx application but I'm not being able to 
&lt;br&gt;&amp;gt; pull it out.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My box is running OpenSUSE 11.1, apache 2.2, apache2-mod_mono-2.0-1.35.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've got a web page running at &lt;a href=&quot;http://my_domain.pt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my_domain.pt&lt;/a&gt;&amp;nbsp;and I want my 
&lt;br&gt;&amp;gt; application to run at &lt;a href=&quot;http://my_domain.pt/tools/tool.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my_domain.pt/tools/tool.aspx&lt;/a&gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've configured all as suggested by the 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://go-mono.com/config-mod-mono/Default.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go-mono.com/config-mod-mono/Default.aspx&lt;/a&gt;&amp;nbsp;with the due changes, 
&lt;br&gt;&amp;gt; however, when I restart apache I get the following error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Starting httpd2 (prefork) [Fri Oct 30 11:18:46 2009] [crit] 
&lt;br&gt;&amp;gt; (13)Permission denied: Failed to attach to existing dashboard, and 
&lt;br&gt;&amp;gt; removing dashboard file '/tmp/mod_mono_dashboard_XXGLOBAL_1' failed 
&lt;br&gt;&amp;gt; (Operation not permitted). Further action impossible.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Anyone know how I can solve this?
&lt;/div&gt;This message is unfortunate, but harmless - you can ignore it. It also
&lt;br&gt;applies to the &amp;quot;global&amp;quot; 
&lt;br&gt;server which is used only to handle autohosting, and that doesn't apply in
&lt;br&gt;your situation. If your application doesn't run, there must be a different
&lt;br&gt;reason for this - do you get any exceptions in the log or in the browser?
&lt;br&gt;&lt;br&gt;marek
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; Jorge
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132871&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132871&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132871&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-with-mod_mono_dashboard_XXGLOBAL_1-tp26129707p26132871.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26131958</id>
	<title>Re: Problems with mod_mono_dashboard_XXGLOBAL_1</title>
	<published>2009-10-30T08:24:53Z</published>
	<updated>2009-10-30T08:24:53Z</updated>
	<author>
		<name>Marek Habersack-6</name>
	</author>
	<content type="html">Jorge Gomes Raimundo wrote:
&lt;br&gt;&amp;gt; Hi all!
&lt;br&gt;Hello,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm trying to configure an aspx application but I'm not being able to &amp;nbsp;
&lt;br&gt;&amp;gt; pull it out.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My box is running OpenSUSE 11.1, apache 2.2, apache2-mod_mono-2.0-1.35.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've got a web page running at &lt;a href=&quot;http://my_domain.pt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my_domain.pt&lt;/a&gt;&amp;nbsp;and I want my &amp;nbsp;
&lt;br&gt;&amp;gt; application to run at &lt;a href=&quot;http://my_domain.pt/tools/tool.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my_domain.pt/tools/tool.aspx&lt;/a&gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've configured all as suggested by the &amp;nbsp;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://go-mono.com/config-mod-mono/Default.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go-mono.com/config-mod-mono/Default.aspx&lt;/a&gt;&amp;nbsp;with the due changes, &amp;nbsp;
&lt;br&gt;&amp;gt; however, when I restart apache I get the following error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Starting httpd2 (prefork) [Fri Oct 30 11:18:46 2009] [crit] &amp;nbsp;
&lt;br&gt;&amp;gt; (13)Permission denied: Failed to attach to existing dashboard, and &amp;nbsp;
&lt;br&gt;&amp;gt; removing dashboard file '/tmp/mod_mono_dashboard_XXGLOBAL_1' failed &amp;nbsp;
&lt;br&gt;&amp;gt; (Operation not permitted). Further action impossible.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Anyone know how I can solve this?
&lt;/div&gt;This message is unfortunate, but harmless - you can ignore it. It also applies to the &amp;quot;global&amp;quot; 
&lt;br&gt;server which is used only to handle autohosting, and that doesn't apply in your situation. If your 
&lt;br&gt;application doesn't run, there must be a different reason for this - do you get any exceptions in 
&lt;br&gt;the log or in the browser?
&lt;br&gt;&lt;br&gt;marek
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; Jorge
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26131958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26131958&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problems-with-mod_mono_dashboard_XXGLOBAL_1-tp26129707p26131958.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26130963</id>
	<title>Re: CommonApplicationData alternative</title>
	<published>2009-10-30T07:25:32Z</published>
	<updated>2009-10-30T07:25:32Z</updated>
	<author>
		<name>wleader</name>
	</author>
	<content type="html">Not really, This is more about a difference with the underlying OS. On
&lt;br&gt;windows the Local Application data is automatically created the first
&lt;br&gt;time the user logs in, however on Linux, this directory is not
&lt;br&gt;automatically created. So in both Microsoft .Net, and Mono, the
&lt;br&gt;combination of Environment.GetFolderPath and Environment.SpecialFolder
&lt;br&gt;get a path that the application should use for a specific purpose.
&lt;br&gt;Neither Mono nor Microsoft .Net need to check the existence of these
&lt;br&gt;directories because it is the operating systems job to provide them.
&lt;br&gt;&lt;br&gt;On Fri, Oct 30, 2009 at 2:12 PM, APS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev.malst@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'll do that, thanks.
&lt;br&gt;&amp;gt; Btw if we assume that Mono should act like MS.NET thi is a difference :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At 14.47 30/10/2009, william leader wrote:
&lt;br&gt;&amp;gt;&amp;gt;Assuming that /var/www is the apache user's home directory on your
&lt;br&gt;&amp;gt;&amp;gt;machine, then that user should have permission to create the directory
&lt;br&gt;&amp;gt;&amp;gt;if it doesn't exist. Another option for you is to make the directory a
&lt;br&gt;&amp;gt;&amp;gt;configurable option for your asp application, and let the
&lt;br&gt;&amp;gt;&amp;gt;administrator set it to a directory they like, and setup the
&lt;br&gt;&amp;gt;&amp;gt;appropriate permissions.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;On Fri, Oct 30, 2009 at 1:38 PM, APS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev.malst@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Thanks for the help.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I tried but LocalApplicationData returns &amp;quot;/var/www/.local/share&amp;quot; that
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; doesn't exists.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; At 12.15 30/10/2009, william leader wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;I haven't tried this on linux myself, but I would think you would want
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;to use .LocalApplicationData which should map to a folder that is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;available to the current user. That should be a directory that the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;apache user should have the required access to.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;LocalApplicationData    The directory for application data shared by
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;users of the computer. On non-Windows operating systems, this path is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;the value of the environment variable XDG_DATA_HOME if it is set,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;otherwise the &amp;quot;.local/share&amp;quot; directory in the current user's home
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;directory.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;Have a look here:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;a href=&quot;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; .SpecialFolder
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;On Fri, Oct 30, 2009 at 11:13 AM, william leader
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;william.leader@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; I haven't tried this on linux myself, but I would think you would want
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; to use .LocalApplicationData which should map to a folder that is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; available to the current user. That should be a directory that the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; apache user should have the required access to.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; LocalApplicationData    The directory for application data shared by
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; users of the computer. On non-Windows operating systems, this path is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; the value of the environment variable XDG_DATA_HOME if it is set,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; otherwise the &amp;quot;.local/share&amp;quot; directory in the current user's home
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; directory.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Have a look here:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; On Fri, Oct 30, 2009 at 10:37 AM, APS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev.malst@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; in MS.NET/Win I was using
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; System.Environment.SpecialFolder.CommonApplicationData to store data
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; files but in linux this directory is usually 755 with user root and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; the web application runs with apache user so the directory is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; not writable.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Even in windows the directory is writable by admins only but also the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; aspnet user has access to it probably cause is in the SYSTEM group.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; As I don't want to change access permissions on /usr/share, what is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; the correct system directory where to store data from an asp.net
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; application?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;--
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;Il messaggio e' stato analizzato alla ricerca di virus o
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;contenuti pericolosi da MailScanner, ed e'
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;risultato non infetto.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;--
&lt;br&gt;&amp;gt;&amp;gt;Il messaggio e' stato analizzato alla ricerca di virus o
&lt;br&gt;&amp;gt;&amp;gt;contenuti pericolosi da MailScanner, ed e'
&lt;br&gt;&amp;gt;&amp;gt;risultato non infetto.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130963&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CommonApplicationData-alternative-tp26127916p26130963.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26130779</id>
	<title>Re: CommonApplicationData alternative</title>
	<published>2009-10-30T07:12:38Z</published>
	<updated>2009-10-30T07:12:38Z</updated>
	<author>
		<name>aps-3</name>
	</author>
	<content type="html">I'll do that, thanks.
&lt;br&gt;Btw if we assume that Mono should act like MS.NET thi is a difference :)
&lt;br&gt;&lt;br&gt;At 14.47 30/10/2009, william leader wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Assuming that /var/www is the apache user's home directory on your
&lt;br&gt;&amp;gt;machine, then that user should have permission to create the directory
&lt;br&gt;&amp;gt;if it doesn't exist. Another option for you is to make the directory a
&lt;br&gt;&amp;gt;configurable option for your asp application, and let the
&lt;br&gt;&amp;gt;administrator set it to a directory they like, and setup the
&lt;br&gt;&amp;gt;appropriate permissions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;On Fri, Oct 30, 2009 at 1:38 PM, APS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev.malst@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Thanks for the help.
&lt;br&gt;&amp;gt; &amp;gt; I tried but LocalApplicationData returns &amp;quot;/var/www/.local/share&amp;quot; that
&lt;br&gt;&amp;gt; &amp;gt; doesn't exists.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; At 12.15 30/10/2009, william leader wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;I haven't tried this on linux myself, but I would think you would want
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;to use .LocalApplicationData which should map to a folder that is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;available to the current user. That should be a directory that the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;apache user should have the required access to.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;LocalApplicationData &amp;nbsp; &amp;nbsp;The directory for application data shared by
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;users of the computer. On non-Windows operating systems, this path is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;the value of the environment variable XDG_DATA_HOME if it is set,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;otherwise the &amp;quot;.local/share&amp;quot; directory in the current user's home
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;directory.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Have a look here:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&lt;a href=&quot;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; .SpecialFolder
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;On Fri, Oct 30, 2009 at 11:13 AM, william leader
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;william.leader@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; I haven't tried this on linux myself, but I would think you would want
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; to use .LocalApplicationData which should map to a folder that is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; available to the current user. That should be a directory that the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; apache user should have the required access to.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; LocalApplicationData &amp;nbsp; &amp;nbsp;The directory for application data shared by
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; users of the computer. On non-Windows operating systems, this path is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; the value of the environment variable XDG_DATA_HOME if it is set,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; otherwise the &amp;quot;.local/share&amp;quot; directory in the current user's home
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; directory.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Have a look here:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; On Fri, Oct 30, 2009 at 10:37 AM, APS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev.malst@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; in MS.NET/Win I was using
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; System.Environment.SpecialFolder.CommonApplicationData to store data
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; files but in linux this directory is usually 755 with user root and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; the web application runs with apache user so the directory is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; not writable.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Even in windows the directory is writable by admins only but also the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; aspnet user has access to it probably cause is in the SYSTEM group.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; As I don't want to change access permissions on /usr/share, what is
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; the correct system directory where to store data from an asp.net
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; application?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;--
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Il messaggio e' stato analizzato alla ricerca di virus o
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;contenuti pericolosi da MailScanner, ed e'
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;risultato non infetto.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;--
&lt;br&gt;&amp;gt;Il messaggio e' stato analizzato alla ricerca di virus o
&lt;br&gt;&amp;gt;contenuti pericolosi da MailScanner, ed e'
&lt;br&gt;&amp;gt;risultato non infetto.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130779&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CommonApplicationData-alternative-tp26127916p26130779.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26130377</id>
	<title>Re: CommonApplicationData alternative</title>
	<published>2009-10-30T06:47:16Z</published>
	<updated>2009-10-30T06:47:16Z</updated>
	<author>
		<name>wleader</name>
	</author>
	<content type="html">Assuming that /var/www is the apache user's home directory on your
&lt;br&gt;machine, then that user should have permission to create the directory
&lt;br&gt;if it doesn't exist. Another option for you is to make the directory a
&lt;br&gt;configurable option for your asp application, and let the
&lt;br&gt;administrator set it to a directory they like, and setup the
&lt;br&gt;appropriate permissions.
&lt;br&gt;&lt;br&gt;On Fri, Oct 30, 2009 at 1:38 PM, APS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130377&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev.malst@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks for the help.
&lt;br&gt;&amp;gt; I tried but LocalApplicationData returns &amp;quot;/var/www/.local/share&amp;quot; that
&lt;br&gt;&amp;gt; doesn't exists.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At 12.15 30/10/2009, william leader wrote:
&lt;br&gt;&amp;gt;&amp;gt;I haven't tried this on linux myself, but I would think you would want
&lt;br&gt;&amp;gt;&amp;gt;to use .LocalApplicationData which should map to a folder that is
&lt;br&gt;&amp;gt;&amp;gt;available to the current user. That should be a directory that the
&lt;br&gt;&amp;gt;&amp;gt;apache user should have the required access to.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;LocalApplicationData    The directory for application data shared by
&lt;br&gt;&amp;gt;&amp;gt;users of the computer. On non-Windows operating systems, this path is
&lt;br&gt;&amp;gt;&amp;gt;the value of the environment variable XDG_DATA_HOME if it is set,
&lt;br&gt;&amp;gt;&amp;gt;otherwise the &amp;quot;.local/share&amp;quot; directory in the current user's home
&lt;br&gt;&amp;gt;&amp;gt;directory.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Have a look here:
&lt;br&gt;&amp;gt;&amp;gt;&lt;a href=&quot;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;On Fri, Oct 30, 2009 at 11:13 AM, william leader
&lt;br&gt;&amp;gt;&amp;gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130377&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;william.leader@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I haven't tried this on linux myself, but I would think you would want
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to use .LocalApplicationData which should map to a folder that is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; available to the current user. That should be a directory that the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; apache user should have the required access to.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; LocalApplicationData    The directory for application data shared by
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; users of the computer. On non-Windows operating systems, this path is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the value of the environment variable XDG_DATA_HOME if it is set,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; otherwise the &amp;quot;.local/share&amp;quot; directory in the current user's home
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; directory.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Have a look here:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.go-mono.com/docs/index.aspx?link=T%3ASystem.Environment.SpecialFolder&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On Fri, Oct 30, 2009 at 10:37 AM, APS &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130377&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev.malst@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; in MS.NET/Win I was using
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; System.Environment.SpecialFolder.CommonApplicationData to store data
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; files but in linux this directory is usually 755 with user root and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; the web application runs with apache user so the directory is
&lt;br&gt;&amp;gt;&amp;gt; not writable.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Even in windows the directory is writable by admins only but also the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; aspnet user has access to it probably cause is in the SYSTEM group.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; As I don't want to change access permissions on /usr/share, what is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; the correct system directory where to store data from an asp.net
&lt;br&gt;&amp;gt;&amp;gt; application?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130377&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt;&amp;gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130377&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;--
&lt;br&gt;&amp;gt;&amp;gt;Il messaggio e' stato analizzato alla ricerca di virus o
&lt;br&gt;&amp;gt;&amp;gt;contenuti pericolosi da MailScanner, ed e'
&lt;br&gt;&amp;gt;&amp;gt;risultato non infetto.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mono-aspnet-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130377&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Mono-aspnet-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130377&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mono-aspnet-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.ximian.com/mailman/listinfo/mono-aspnet-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CommonApplicationData-alternative-tp26127916p26130377.html" />
</entry>

</feed>
