Re: [Mono-dev] MONO and Entity

2010-10-25 Thread Sharique uddin Ahmed Farooqui
Sharique uddin Ahmed Farooqui http://safknw.blogspot.com/ Peace is the Ultimate desire of mankind. On Sat, Oct 23, 2010 at 10:19 PM, Quandary quandar...@hailmail.net wrote: Maybe you should add this statement to: http://www.mono-project.com/EntityFramework After reading that page I had the

Re: [Mono-dev] Process problem

2010-10-25 Thread Stefan Noack
Hi, could not reproduce using Mono C# compiler version 2.8.0.0 and Mono JIT compiler version 2.8 (tarball Wed Oct 13 05:10:27 CEST 2010) Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack

[Mono-dev] Mono AOT problem from Samsung

2010-10-25 Thread 张亮 熊
Dear all, I am Xiong ZhangLiang from Samsung Electronics (China) RD Center. Recently we try to adopt Mono2.8 as embedded S/W platform for Samsung products, and we wrote an network communication App with Winform UI on it. The app of LOC is approximately 70K. Target board is

Re: [Mono-dev] WCF in Mono 2.8 ( What all mono supports and what not)

2010-10-25 Thread srinin
Hi Atsushi Eno , Thanks for the information. Is there any links for WCF in MONO ?? Regrads Srini. -- View this message in context: http://mono.1490590.n4.nabble.com/WCF-in-Mono-2-8-What-all-mono-supports-and-what-not-tp3005068p3009754.html Sent from the Mono - Dev mailing list archive at

[Mono-dev] ConfigurationManager.RefreshSection(appSettings) --- Getting Unhandled Exception: System.TypeInitializationException

2010-10-25 Thread srinin
Hi All, When i am calling ConfigurationManager.RefreshSection(appSettings) --- Getting Unhandled Exception: System.TypeInitializationException. curred loading a configuration file: Couldn't impersonate token. --- System.Sec urity.SecurityException: Couldn't impersonate token. Kindly help me

Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll

2010-10-25 Thread Panop Suvaphrom
Hi, I have used the Commons.Xml.Relaxng.dll in VS2010. I also think that the memory is going up especially when validation exception occurred. When profiling on .net memory profiler, I can see many of Commons.Xml.Relaxng.Derivative. Not sure about this, Do I

Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll

2010-10-25 Thread Atsushi Eno
You said you run the examples on the web page you mentioned earlier, right? Which code did you run? How did you confirm profiling numbers? How much was the memory consumption? There should be exact information here and there. Commons.Xml.Relaxng.Derivative objects are created a lot, and lots of

Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll

2010-10-25 Thread Panop Suvaphrom
-Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: Tuesday, October 26, 2010 9:34 AM To: Panop Suvaphrom Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll You said you run the examples on the web page

Re: [Mono-dev] Need Help on Commons.Xml.Relaxng.dll

2010-10-25 Thread Atsushi Eno
Your code lacks relevant document and schema files. Also it is not really runnable as it involves several external dependencies e.g. it retrieves resources from your assembly. If you post a *runnable* code that has static void Main(), as well as the exact doc resources, then I'll try it on our