Re: [Mono-list] Mono C# Console Application dies unexpectedly every ~20 minuts

2016-06-14 Thread Chris Swiedler
What is the exit code of the process? If it's in the 128-150 range then it's receiving a signal. chris -Original Message- From: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of akurilo Sent: Tuesday, June 14, 2016 10:23 AM To:

[Mono-list] Debugging Mono applications under GDB

2015-10-19 Thread Chris Swiedler
"it should work". I do get errors like "../../gdb/dwarf2-frame.c:683: internal-error: Unknown CFI encountered." I'm not sure if those are relevant to my problem. A sample gdb session is below. Thanks, chris GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-64.el7 Copyright

[Mono-list] Fwd: [PATCH] mono-4.xx.inc: disable parallel make

2015-07-07 Thread Chris Morgan
Hello. I had posted last week about issues during the install phase of a build due to the same file being installed multiple times. >From another user with the same issue it looks like the issue may be related to parallel make. Is this a known limitation when building mono? Ch

Re: [Mono-list] Issue building 4.0.2.4 on F22

2015-07-06 Thread Chris Morgan
On Monday, July 6, 2015, Alex J Lennon wrote: > Chris, > > On 24/06/2015 18:54, Chris Morgan wrote: > > Hello. > > > > I'm building mono here on F22 under Yocto and seeing errors about > > multiple files being installed with the same name. I'm not se

[Mono-list] Issue building 4.0.2.4 on F22

2015-06-24 Thread Chris Morgan
WebApplications/Microsoft.WebApplication.targets': File exists | Makefile:70: recipe for target 'install-web-targets' failed | make[6]: *** [install-web-targets] Error 1 | make[6]: *** Waiting for unfinished jobs Thoughts? Chris ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Does Properties.Settings.Default.Save() work under Linux

2015-04-28 Thread Chris Down
> I would suggest using strace to figure out what file its trying to open. If > you can trace from that open() call up to a CLR stacktrace, you might be > able to figure out what is going on. > Thanks Justin, I will give it a try Chris _

Re: [Mono-list] Does Properties.Settings.Default.Save() work under Linux

2015-04-27 Thread Chris Down
lt.Save() work under Linux". Does the Save method work on mono? I am just trying to port an existing application to Linux and everything works fine except this. Chris ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] Mac Speech Synthesizer and SoundPlayer

2014-12-24 Thread McKinnon Chris
uess. This would be my first contribution to the mono project. How would work like this be integrated typically? Thanks, Chris McKinnon___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Mono at embedded devices (arm)

2014-09-12 Thread Chris Morgan
gh that we've switched away from mono and back to c++11. I'd be interested in what you see for memory overhead when running on the embedded side. My testing so far when looking at memory is on the desktop side so I'm not sure if the memory overhead will be present on the embedded sid

Re: [Mono-list] Per-process memory overhead

2014-08-31 Thread Chris Morgan
On Sun, Aug 31, 2014 at 10:26 AM, Agustin Gimenez wrote: > Hi Chris. > > .net and mono always have some overhead, so I think it's normal. > > Instead of creating a dozen of processes, why don't you create just one > and as many buses as you need inside that process

[Mono-list] Per-process memory overhead

2014-08-30 Thread Chris Morgan
normal amount of overhead per-process? Thoughts on how I might be able to reduce it? Chris ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] HttpListener SSL client certificate

2014-08-08 Thread Chris Tacke
interested in how this will work out. I’ve probably got a little time until I have to fully commit to a solution, but it sounds like several of us are trying to solve the same problem. -Chris From: Edward Ned Harvey (mono)<mailto:edward.harvey.m...@clevertrove.com> Sent: ‎Friday‎, ‎Augus

Re: [Mono-list] recommended http server

2014-05-20 Thread Chris Ochs
instead of HTTP for this > sort of integration, particularly since you are already encapsulating your > data in a message. > > Pure Java implementation: https://github.com/zeromq/jeromq > Pure .NET/mono implementation: https://github.com/zeromq/netmq > > > On May 20, 2014, a

[Mono-list] recommended http server

2014-05-19 Thread Chris Ochs
The use case is to bridge our JVM app with C# code that we need to also run. We would be making http posts containing a protocol buffer message, and returning the same. At first I tried looking for solutions written entirely in C#, but that turned out to be a dead end. The only ones I found that

Re: [Mono-list] mkbundle and reference assemblies

2014-04-22 Thread Chris Tacke
t I don't think it's related to this issue. Thanks again. -Chris > -Original Message- > From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Robert Jordan > Sent: Tuesday, April 22, 2014 1:13 PM > To: Mono-list@lists.x

[Mono-list] mkbundle and reference assemblies

2014-04-22 Thread Chris Tacke
OpenNETCF.Transit.IO.dll OpenNETCF.IO.XBee.dllOpenNETCF.Web.dll OpenNETCF.IoC.dll As you can see, it's definitely there. How to I tell mkbundle how to find the reference assemblies? -Chris ___ Mono-list maillist - Mono-list@lists.x

[Mono-list] Mono U.S. Export Compliance

2013-12-09 Thread Chris Tacke
my search engine skills are turning nothing up. Does Mono have an ECCN? Can anyone point me to anything talking about the export requirements for Mono and/or any of its sub-components? -Chris ___ Mono-list maillist - Mono-list@lists.ximia

[Mono-list] keep-alive connections not working in mono 3/ubuntu

2013-10-22 Thread Chris Ochs
Thought I'd run this by the list before submitting a bug. Client is sending keep-alive headers but actually creating a new tcp connection for each request. This was mono built from the 3.2.3 tag, master does the same thing. Am I missing something obvious here? Test code is here: https://gist.gi

[Mono-list] WebRequest not reusing underlying connection

2013-10-21 Thread Chris Ochs
losing the connection. I have verified that with ngrep. The code is straight from the MSDN example at http://msdn.microsoft.com/en-us/library/debx8sh9.aspx. Is there something special I have to do, or is this just broken in mono on linux? Chris ___

Re: [Mono-list] MonoObject reference changing to other object type

2013-10-11 Thread Chris Ochs
Ok so it turned out I just needed to use gchandles, my objects were getting gc'd. Chris On Thu, Oct 10, 2013 at 11:29 PM, Chris Ochs wrote: > I'm embedding mono and it's in a threaded environment so was hoping that a > simple explanation of what I'm doing might she

[Mono-list] MonoObject reference changing to other object type

2013-10-10 Thread Chris Ochs
ttach liberally at this point. Anything obvious that sticks out? Seems like a threading issue of some type. If I'm missing a call to mono_thread_attach somewhere, would this behavior be expected? Chris ___ Mono-list maillist - Mono-list@lists.ximian

Re: [Mono-list] embeded mono segfaults without calling managed code

2013-08-05 Thread Chris Ochs
Hmm, so mono_get_root_domain() doesn't segfault. On Mon, Aug 5, 2013 at 11:37 PM, Chris Ochs wrote: > Hey thanks that solved most of the problem. I'm getting a segfault now > when I call mono_thread_attach(mono_domain_get()) at some point later in a > thread that's no

Re: [Mono-list] embeded mono segfaults without calling managed code

2013-08-05 Thread Chris Ochs
6/docs/technotes/guides/vm/signal-chaining.html > > > On Mon, Aug 5, 2013 at 1:49 AM, Chris Ochs wrote: > >> It appears that java and mono both use some of the same signals for GC >> and pthreads, and step on each other. If you embed mono in a java app it >> works fine

Re: [Mono-list] embeded mono segfaults without calling managed code

2013-08-04 Thread Chris Ochs
It appears that java and mono both use some of the same signals for GC and pthreads, and step on each other. If you embed mono in a java app it works fine until you start spinning up other java threads, then it eventually segfaults. This happens even if you do nothing but call mono_jit_init in th

[Mono-list] Installing Mono on CentOS 5.x (x86_64)

2013-05-08 Thread Chris McLennan
e from the community would be smart. Regards, Chris ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] ConfigurationErrorsException loading user settings (duplicate key)

2013-02-11 Thread Chris Derrick
I've resolved the issue. The source of my problem is that some of my settings had previously been 'user' scoped. For this reason the config file located in ~/.local/share/ set them to a default value. Like all settings they were also defined in the config file that sits alongside my executable.

[Mono-list] ConfigurationErrorsException loading user settings (duplicate key)

2013-02-11 Thread Chris Derrick
A few years ago zidjian pointed out an issue on OSX where he was not able to read 'application' scoped settings from his app.config file. Attempting to do so resulted in a ConfigurationErrorsException which explained that there was a duplicate key for that 'application' scoped setting. I'm seeing

[Mono-list] Fwd: Issues with RavenDB

2012-12-12 Thread Chris Mcvittie
Url, Boolean avoidThrowing, System.String& result) [0x0] in :0 Oren Eini - the RavenDB guy suggested that I contact mono people, because the Raven client shouldn't be doing anything funky with the http streams. Can you please advise? Many thanks, Chris _

[Mono-list] Contributing - System.Speech

2012-10-07 Thread Chris McKinnon
their case seems to be limited to speaking Captcha text. I'm trying to follow best practices and unit test but I don't want to get too far down a road without peer-review. How does one submit code? Is there a GIT repository for spikes? Thanks, Chris McKinnon __

Re: [Mono-list] Finding leaks from root pinned objects

2012-07-15 Thread Chris Jurney
Thanks... I'm pretty sure it's a pinned gc handle. I guess my next step is to either modify the heapshot UI to let me see the data I need, or try to find a way to run time inspect the heap to get some data on these allocations. Any mono pro tips on ways to get at these allocations would be apprec

Re: [Mono-list] WebChannelFactory throwing: Client endpoint configuration '' was not found in 0 endpoints

2012-06-08 Thread Chris Derrick
Hmm... if no one has suggestions on how to create a WebChannel then the only alternative I can think of is to use curl for my communication with the REST api. Does anyone know of a better way in C# on Mono to communicate with a REST api than by using curl? Thanks, -- View this message in context

[Mono-list] WebChannelFactory throwing: Client endpoint configuration '' was not found in 0 endpoints

2012-05-29 Thread Chris Derrick
I have some C# code that communicates with a REST API. This code works great on Windows, but when I run it through Mono an exception is thrown. Here is the code that throws the error: System.ServiceModel.Web.WebChannelFactory cf = new System.ServiceModel.Web.WebChannelFactory(new Uri(Address));

Re: [Mono-list] multiple dll mappings in library dllmap

2012-02-13 Thread Chris Morgan
On Mon, Feb 13, 2012 at 1:01 PM, Doug Blank wrote: > On Sun, Jan 29, 2012 at 12:32 PM, Chris Morgan wrote: >> Hello. >> >> I'm trying to dll map libpcap for the SharpPcap.dll.config file. The >> difficulty is that different distros have different dll names: >

Re: [Mono-list] DataAdapter.Update throws null constraint violation

2012-02-08 Thread Chris Derrick
No, DataAdapter.Update(Table) does not work for me and I have not found any work around aside from the lengthy one I mentioned in the original post. -- View this message in context: http://mono.1490590.n4.nabble.com/DataAdapter-Update-throws-null-constraint-violation-tp3727327p4369702.html Sent f

[Mono-list] multiple dll mappings in library dllmap

2012-01-29 Thread Chris Morgan
able to map to all three of these dll versions so I can maintain compatibility with multiple distributions? Chris ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] DataAdapter.Update throws null constraint violation

2012-01-19 Thread Chris Derrick
foreach(NpgsqlParameter param in da.UpdateCommand.Parameters) { param.Value = row[param.SourceColumn]; } if(!da.UpdateCommand.Connection.State.Equals(System.Data.ConnectionState.Open))

Re: [Mono-list] Commercial redistribution/license question

2011-11-28 Thread Chris Derrick
If one does need to include mono in a static bundle and does not meet the 100K volume and $2M requirements how do they go about purchasing a commercial license? I too have not received any response to questions sent to the email address indicated at http://www.mono-project.com/FAQ:_Licensing. Spe

Re: [Mono-list] mkbundle on CentOS can't find package mono

2011-11-22 Thread Chris Derrick
ess and check method. Any suggestions? In case it helps here is the result of my most recent compiling attempt: [chris@localhost Debug]$ cc -o testBundle -Wall `pkg-config --cflags mono` `pkg-config --cflags glib-2.0` `pkg-config --cflags gtk+-2.0` temp.c `pkg-config --libs-only-L mono` `pkg-co

Re: [Mono-list] mkbundle on CentOS can't find package mono

2011-11-21 Thread Chris Derrick
The result of "pkg-config --cflags mono" was: Package mono was not found in the pkg-config search path. Perhaps you should add the directory containing `mono.pc' to the PKG_CONFIG_PATH environment variable No package 'mono' found Not sure if it will help, but the result of "mono --version" is:

[Mono-list] mkbundle on CentOS can't find package mono

2011-11-21 Thread Chris Derrick
PKG_CONFIG_PATH environment variable, but doing so did not change the output at all. Here is the output: [chris@localhost Debug]$ mkbundle2 --static --deps -o testBundle Executable.exe OS is: Linux Note that statically linking the LGPL Mono runtime has more licensing restrictions than dynamically li

Re: [Mono-list] Where does Mono store user config setterings?

2011-11-03 Thread Chris Derrick
Thanks for the help, it is being saved in ~/.local/share From: Bojan Rajkovic [bo...@canesystems.com] Sent: Thursday, November 03, 2011 10:41 AM To: Chris Derrick Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] Where does Mono store user config

Re: [Mono-list] Where does Mono store user config setterings?

2011-11-03 Thread Chris Derrick
I've also tried running the service as my user (chris), but I still couldn't find the user.config file anywhere. -- View this message in context: http://mono.1490590.n4.nabble.com/Where-does-Mono-store-user-config-setterings-tp3983422p3986528.html Sent from the Mono - General ma

Re: [Mono-list] Where does Mono store user config setterings?

2011-11-03 Thread Chris Derrick
I'm running the service as root. -- View this message in context: http://mono.1490590.n4.nabble.com/Where-does-Mono-store-user-config-setterings-tp3983422p3985994.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list mailli

Re: [Mono-list] Where does Mono store user config setterings?

2011-11-02 Thread Chris Derrick
That was one of the first places I looked, sadly it is not there. By the way I'm running mono 2.6 on Ubuntu 11.10. -- View this message in context: http://mono.1490590.n4.nabble.com/Where-does-Mono-store-user-config-setterings-tp3983422p3983440.html Sent from the Mono - General mailing list arc

[Mono-list] Where does Mono store user config setterings?

2011-11-02 Thread Chris Derrick
When .Net saves user settings it writes them to a 'user.config' file in: C:\Users\[UserName]\AppData\Local\[CompanyName]\[AppName] Where does Mono write user config settings when running a Linux platform? Thanks in advance, -- View this message in context: http://mono.1490590.n4.nabble.com/W

Re: [Mono-list] AOT viable option for deployment

2011-10-27 Thread Chris Derrick
Good to know, thanks for the help. -- View this message in context: http://mono.1490590.n4.nabble.com/AOT-viable-option-for-deployment-tp3924330p3944636.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist - Mon

Re: [Mono-list] AOT viable option for deployment

2011-10-25 Thread Chris Derrick
idn't even generate a lock file. Thanks in advance for your help, Chris -- View this message in context: http://mono.1490590.n4.nabble.com/AOT-viable-option-for-deployment-tp3924330p3937295.html Sent from the Mono - General mailing list archive at Nabble.com.

Re: [Mono-list] Hardening Linux Binaries

2011-10-13 Thread Chris Derrick
Thanks for the ideas! It is good to know what can safely be done to the binaries and I will look into "embedded mono". -- View this message in context: http://mono.1490590.n4.nabble.com/Hardening-Linux-Binaries-tp3899251p3902072.html Sent from the Mono - General mailing list archive at Nabble.co

Re: [Mono-list] Hardening Linux Binaries

2011-10-12 Thread Chris Derrick
By "harden" I mean provide some protection against disassemblers, debuggers, cracking, and reverse engineering. The purpose is to protect the intellectual property. -- View this message in context: http://mono.1490590.n4.nabble.com/Hardening-Linux-Binaries-tp3899251p3899350.html Sent from the Mo

[Mono-list] Hardening Linux Binaries

2011-10-12 Thread Chris Derrick
There is a Windows Service that I have been adapting so as to be Linux compatible. I'm almost finished and need a way to harden the binaries. I was not surprised when my attempt to harden the Mono generated executable with WinLicense failed (when I tried to pass the result to mono-service2 it sim

[Mono-list] Method not found: 'System.Threading.Monitor.Enter'

2011-09-29 Thread Chris Derrick
I'm running Ubuntu 10.04 and I wrote a service that worked correctly on mono-2.0-service version 2.6.7-5ubuntu1~dhx1 (which I installed through http://badgerports.org/), but I was prompted to update to 2.10.5-1~dhx1~lucid1 and now the service is throwing this error: mono-service2 Sample.exe --deb

Re: [Mono-list] Method not found: 'System.Threading.Monitor.Enter'

2011-09-29 Thread Chris Derrick
Thanks, that was it. I guess that I must have upgraded mono-devel at the same time which in turn changed the runtime version of my solution. Thanks again! -- View this message in context: http://mono.1490590.n4.nabble.com/Method-not-found-System-Threading-Monitor-Enter-tp3857390p3857512.html Se

Re: [Mono-list] mono-fastcgi-server on 64-bit os?

2011-05-10 Thread Chris Rokusek
on a different arch). The bytes would be consistently reversed for that case. If your debugger can shows vars in hexadecimal then you might set a breakpoint on the length read, and step into there and watch the conversion. Chris From: mono-list-boun...@lists.ximian.com

Re: [Mono-list] Mono 2.8.2 for CentOS 5

2011-02-18 Thread Chris Rokusek
./configure. If go strictly using rpm tools (either mono or dependencies), I recall some interplay between rpm defaults and yum that seems a bit fuzzy (and possibly inconsistent) to me as a newbie. Back on topic, Centos yum support would be great. Chris -Original Message- From: mono

Re: [Mono-list] PowerPC issues and floating points + casts

2011-02-16 Thread PRINGLE Chris
Sorry, I should have pointed out at this is running mono 2.8.2. I tried the trunk too, but it crashes before it gets that far (mono-cq.c:52). Regards, Chris From: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of PRINGLE Chris Sent: 16 February 2011 10

[Mono-list] PowerPC issues and floating points + casts

2011-02-16 Thread PRINGLE Chris
27; failed result (got 1, expected 0). Test 'test_0_lconv_to_r4' failed result (got 1, expected 0). Test 'test_0_ftol_clobber' failed result (got 2, expected 0). Test 'test_0_rounding' failed result (got 1, expected 0). Results: total tests: 30, failed: 9, cfa

[Mono-list] Mono crashes on PowerPC (cross compiled)

2011-02-04 Thread PRINGLE Chris
ion options to change, or compiler options maybe? Any help would be much appreciated! Regards, Chris Pringle Miranda Technologies Limited Registered in England and Wales CN 02017053 Registered Office: James House, Mere Park, Dedmere Road, Marlow, Bucks, SL7 1FJ _

Re: [Mono-list] Console ReadKey not blocking returning 0, Mono 2.8.1, linux

2011-01-03 Thread Chris Rokusek
Hey, on to something now...I am actually piping to tee which seems to be the problem. Mono an.exe | tee a.file Removing the pipe cures the condition (| cat also breaks). Piping stdout shouldn't be affecting stdin right? Chris -Original Message- From: mono-list

Re: [Mono-list] MonoDroid/MonoTouch for FLOSS/hobby development?

2010-10-04 Thread Chris Patti
> Cheers, > Daniel Hughes > Can't speak for them, but thus far I have heard zero from the MonoTouch crowd about hobby licensing. Honestly, they have a very hot product in a very VERY hot space (mobile app development) so I can't really blame them, much as I too would love t

Re: [Mono-list] Using Tao with mono

2010-03-23 Thread Chris Patti
ver > ventured into the XNA world. > > Miguel > > You're right I was being muddle headed and conflating the two. Thanks for the correction. -Chris -- Christopher Patti - Geek At Large | GTalk: cpa...@gmail.com | AIM: chrisfeohpatti | P: (260) 54PATTI "Technology chall

Re: [Mono-list] Using Tao with mono

2010-03-15 Thread Chris Patti
rite book when Algy burst through >> the door. Distracted for a moment, Biggles surveyed what had happened >> and turned a page. "Algy old man" he said, clearing his throat, "use the >> handle next time..." - Taken from "Biggles combs his Hair" >> &g

Re: [Mono-list] Powershell over Linux

2010-03-01 Thread Chris Patti
r the UNIX model - in some ways I do, but that doesn't make Powershell an inferior design. -Chris (Going back to lurking now. Enough off topic banter :) -- Christopher Patti - Geek At Large | GTalk: cpa...@gmail.com | AIM: chrisfeohpatti | P: (260) 54PATTI "Technology challenges art, art ins

Re: [Mono-list] Powershell over Linux

2010-03-01 Thread Chris Patti
uch a win. That being said, I can definitely see people wanting to have a Powershell-alike running on their UNIX boxes, executing remoting tasks parceled out from their Windows servers. In the mean time, folks might consider looking at some of the solutions being offered by more traditional scriptin

Re: [Mono-list] Help in dealing with Mono/.NET PInvoke issue

2010-01-03 Thread Chris Howie
knowing which P/Invoke call you are making it's not possible to tell if this is fixable. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.

Re: [Mono-list] Fwd: monodoc.dll looking for missing method in mscorlib.dll

2009-12-31 Thread Chris Howie
onodis on it. The IL will show you if a method call is being made or if it's just a ceq (reference comparison). -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximi

Re: [Mono-list] Class hierarchy viewer/browser

2009-11-26 Thread Chris Howie
On Thu, Nov 26, 2009 at 8:59 AM, Mathias Tausig wrote: > Am 26. Nov 2009 um 05:48:49 -0500, schrieb Chris Howie: >> On Thu, Nov 26, 2009 at 3:54 AM, Mathias Tausig wrote: >> > Does anyone of you know a good tool, which lets me vie the class hierarchy >> > tree of an

Re: [Mono-list] Unmanaged C++ library

2009-11-26 Thread Chris Howie
Am i missing something ? Any better >> > solutions ??? >> >> No managed C++ won't work with Mono -- only with .Net. >> >> -- >> Alex >> >> ___ >> Mono-list maillist  -  mono-l...@lists.ximian.

Re: [Mono-list] Class hierarchy viewer/browser

2009-11-26 Thread Chris Howie
think you can just double-click a reference in a solution to see the class hierarchy of that assembly. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.co

Re: [Mono-list] How do I force a garbage collection / free a heap

2009-11-16 Thread Chris Howie
it's best to let the garbage > collector handle its scheduling, but it sounds like your use case is > okay. > > -- > Michael Hutchinson > http://mjhutchinson.com > ___ > Mono-list maillist - Mono-list@lists.ximian.com > http://lists.ximian.com/mailman/

Re: [Mono-list] Verify a linux user password

2009-11-08 Thread Chris Howie
Using /etc/shadow means that if a system your app is running on is using one of the other authentication modules (like winbind or mysql) your app will fail to authenticate otherwise valid users. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/

Re: [Mono-list] VB .NET and default instances

2009-10-30 Thread Chris Howie
t running your app through MoMA <http://mono-project.com/MoMA> to see if it's doing anything blatantly non-portable. <http://www.mono-project.com/Guidelines:Application_Portability> is also a good read in this regard. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.

Re: [Mono-list] gtk color parsing problem

2009-10-28 Thread Chris Howie
to manually parse this format. A simple regular expression would do it. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Detecting user inactivity & Screensavers

2009-10-26 Thread Chris Howie
ubuntuforums.org/showthread.php?t=1252752 -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] NullReferenceException on XDocument.Load

2009-10-22 Thread Chris Howie
; > Is there something wrong with my code? Or is there a bug in mono? This looks like it may be a bug. Perhaps wc.OpenRead is returning null? That aside, is there a reason why you are not simply doing XDocument.Load("http://gdata.youtube.com/feeds/api/standardfeeds/most_viewe

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-21 Thread Chris Howie
initializes the scanner is clicked, > then the mess has start! :_) > > Chris got the point, the UFScanner.dll is used to manager the Scanner and it > does not work. > > I have a file named libUFScanner.so that I think be a Linux compiled version > of UFScanner.dll. But I don'

Re: [Mono-list] System.DllNotFoundException, but dll is there.

2009-10-20 Thread Chris Howie
t possible. Lecio, you need to compile your UFScanner.dll for Linux systems. If you cannot then your program will not run on Linux, for the same reason you can't copy an unmanaged .exe file to a Linux system and run it. You *might* be able to get it working by running a Windows version of M

Re: [Mono-list] using .NET web service issue - does not work on Mac

2009-10-19 Thread Chris Howie
NET > web service, which I use for login. > > Any ideas what is wrong and how to make my application runing on Mac? > > thank you very much for reply You will need to provide diagnostic information, like exceptions and console output. "It doesn't work" contains no info

Re: [Mono-list] Mono parsing error on multiline if

2009-10-17 Thread Chris Howie
jectType = theObject.GetType(); if (typeListFoo.Any(type => type.IsAssignableFrom(objectType))) { ... } -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximi

Re: [Mono-list] Mono parsing error on multiline if

2009-10-17 Thread Chris Howie
remains the same. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Mono parsing error on multiline if

2009-10-17 Thread Chris Howie
uot;aptitude --purge-unused markauto `cat $PACKAGE-deps`" Do this where $PACKAGE is sqlite3 first and then mono. It should work. Also, note that you don't need to compile using Mono to run your application on Mono. You should be able to copy the binary produced by Microsoft's c

Re: [Mono-list] Mono parsing error on multiline if

2009-10-16 Thread Chris Howie
esult "ugly" to have them on one line)? The newlines should be ignored entirely. Can you paste the entire method so we can see the code? -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list mail

[Mono-list] Connected streams?

2009-10-14 Thread Chris Howie
really *really* like to avoid coding something that ugly just for a unit test... Any ideas? -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.xi

Re: [Mono-list] Just a curiosity on Mono popularity

2009-10-08 Thread Chris Howie
the bigger Linux distributions come with some Mono applications by default, which means they have Mono by default too. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists

Re: [Mono-list] Need help getting the source

2009-10-06 Thread Chris Howie
e, it looks very much like there is something going on with your routing. It seems that the checkout is being redirected by a transparent proxy server on your LAN. You might try using the svn protocol (svn:// instead of http://) assuming that IT has not blocked that port. -- Chris Howie http

Re: [Mono-list] gmcs an compact framework

2009-10-05 Thread Chris Howie
fedora > distribution library. Other references are from ms cf sdk. > Viewing manifest with 'msil disassembler' There is a section on the CF under <http://www.mono-project.com/FAQ:_Technical#Compatibility>. -- Chris Howie http://www.chrishowie.com http

Re: [Mono-list] The assembly mscorlib.dll was not found

2009-10-01 Thread Chris Howie
On Thu, Oct 1, 2009 at 2:59 PM, Cliff Stanford wrote: > But mono requires mcs to compile.  I'm not sure I follow. You want gmcs, the 2.0+ framework compiler. (gmcs == mcs w/generics.) -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazyc

Re: [Mono-list] Can cross Windows and Linux platform mono application include Windows .NET C# dll ?

2009-09-30 Thread Chris Howie
e it. If the library uses non-portable calls (such as win32 functions) then you will have to do the standard C/C++ thing and #if your way to portability, or find a portable function that does the same thing. -- Chris Howie http://www.chrishowie.com http://en.wikipedi

Re: [Mono-list] Mono memory usage grows but application memory looks stable

2009-09-28 Thread Chris Howie
emory and decompress it there. You're wasting memory and cycles you could be spending on performing the actual decompression. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Simd...which dll?

2009-09-24 Thread Chris Howie
-2.2\lib\mono\gac\Mono.Simd\2.0.0.0_0738eb9f132ed756/Mono.SIMD.dll Probably (1), since it is not in the GAC, but is in a path that communicates it is suitable to be used for development. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___

Re: [Mono-list] Are we in need for a Cross platform library similar to DirectX?

2009-09-17 Thread Chris Howie
our opinion or have you actually asked people's opinions? Because no, you're not right about me. I moved to Linux in 2001 and haven't regretted it, even considering that I have to reboot to Windows to play some games. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org

Re: [Mono-list] Advice about problems running code across different Operating systems

2009-09-09 Thread Chris Howie
#x27;s impossible to help without knowing what exception was thrown. Run the application from a terminal on Ubuntu and look for the exception being thrown, as well as the stack trace. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/Us

Re: [Mono-list] dll releated error

2009-09-02 Thread Chris Howie
03f5f7f11d50a3a' or one of its > dependencies. Install the Microsoft.VisualBasic assembly. Your distro may not install it by default. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list mailli

Re: [Mono-list] System.Diagnostics.Process.StartInfo.Arguments

2009-09-01 Thread Chris Howie
tput to > a file with the argument specified. That's because you are passing the argument to find.sh, which doesn't understand redirection. The shell is what does redirection, so you must run the shell explicitly. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/Use

Re: [Mono-list] Who is wrong, mono or microsoft

2009-09-01 Thread Chris Howie
ou can't use both HTTP methods at the same time, but you can use the POST method on any URL -- including one with a query string. > If not could it be that mono identifies the method from the query > string as GET and ignores the "requestImage2.Method = "POST"" ? It i

Re: [Mono-list] CPUID??

2009-08-26 Thread Chris Howie
tu probably won't either. And that's likely going to be at least half of your customer base. You'd be better off using the MAC address of the physical ethernet and wlan cards, IMO. Though if you do find a way to obtain a unique CPU ID on Linux, I'd be interested to

Re: [Mono-list] unsuscirbe

2009-08-25 Thread Chris Howie
On Tue, Aug 25, 2009 at 12:25 PM, Alan Escandarani wrote: > how i have to do to unsiscribe to monolist ? Go to http://lists.ximian.com/mailman/listinfo/mono-list and fill in the box at the bottom. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomput

Re: [Mono-list] Simple MySql Connection Problem

2009-08-25 Thread Chris Howie
T with. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Simple MySql Connection Problem

2009-08-24 Thread Chris
yes, my first test was on Windows, after that i ran the test app on Mono Command Prompt. didn't try it on Linux yet. Chris On Tue, 25 Aug 2009 10:49:37 +0800, Diego Frata wrote: > Let me try to understand. > > The first test you run, you run on Windows, right? After that you

Re: [Mono-list] Simple MySql Connection Problem

2009-08-24 Thread Chris Tulabut
hi jan, i doubt its because of grant access or the firewall. it does work normally, but if i compile it with mono and run it i get that error. thanks, chris -- View this message in context: http://www.nabble.com/Simple-MySql-Connection-Problem-tp24490824p25124705.html Sent from the Mono

Re: [Mono-list] Mono with frame buffer

2009-08-24 Thread Chris Howie
does not. But your original question referred to Winforms, which does very much depend on X11. If you don't use the Winforms assembly or Gtk# (or any other such widget toolkit) then Mono runs just fine without X. -- Chris Howie http://www.chrishowie.com http://en.wikip

  1   2   3   4   5   6   7   >