Re: [Mono-list] just installed mono, most basic test failed.

2015-05-12 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Pierre-François Culand Actually I observe Mono is not a fully functional and complete .Net Framework virtual machine for Mac... It's a pity... Nothing's perfect, but for a guy who says he

Re: [Mono-dev] ECDSA support

2015-05-12 Thread Edward Ned Harvey (mono)
From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of techi eth Is mono support ciphers ECDSA ? Mono 4.0.0 release show some handling of same under mono- 4.0.0/external/referencesource/System.Core/System/Security/Cryptograph y.

Re: [Mono-list] Unable to build in mono

2015-05-18 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Edward Ned Harvey (mono) I would suggest completely apt-get and dpkg removing *all* mono related packages. Oh - I mean purge. Not remove. I don't know if it matters, but that's what I always

Re: [Mono-list] Unable to build in mono

2015-05-18 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Baltasar García Perez-Schofield AFAIK, the problem is that mono-tools-devel (from Xamarin's PPA) is not going to be installed because the libmono-cecil it asks for is an old package, instead

Re: [Mono-dev] ECDSA support

2015-05-12 Thread Edward Ned Harvey (mono)
From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of techi eth Is mono support ciphers ECDSA ? Mono 4.0.0 release show some handling of same under mono- 4.0.0/external/referencesource/System.Core/System/Security/Cryptograph y.

Re: [Mono-list] Porting to Linux

2015-06-08 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of floyd We currently developed a POS system under .Net 4.5. I would like to explore the possibility of migrating it to linux. How hard will it be if we will use mono to run it to linux? First,

Re: [Mono-list] Problem with mono and HtttpWebRequest (ssl)

2015-06-16 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of MkProc but using my company’s site I always get exceptions like this: System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.):

Re: [Mono-list] Problem with mono and HtttpWebRequest (ssl)

2015-06-16 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Edward Ned Harvey (mono) Try using these guys on your company server, and see what they say. If you have a broken server SSL configuration, they'll expose it for you. https://www.ssllabs.com

Re: [Mono-dev] Mono/Windows Services

2015-06-13 Thread Edward Ned Harvey (mono)
From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Paul McEwan Thanks, the mono-service tool is working well so far Glad it's working for you. I never had any luck with mono-service and mono-service2. What we did, instead, was to

Re: [Mono-list] Problem with mono and HtttpWebRequest (ssl)

2015-06-18 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of MkProc My best guess is that your server doesn't support below ECDHE. Yes, that seems to have been the Problem. I had my Co-worker disable it temponary and the exception stopped showing.

Re: [Mono-list] Problem with mono and HtttpWebRequest (ssl)

2015-06-17 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of David Curylo If you're on linux and run `curl https://your-server`, do you get any errors about missing intermediate certificates? If so, mono won't be happy either. The SSLLabs result that

Re: [Mono-dev] NullReferenceException in Mono.Security.X509.X509Certificate.Hash and IsSelfSigned

2015-05-28 Thread Edward Ned Harvey (mono)
The problem is confirmed Xamarin.Mac specific. And steps to reproduce are here: http://forums.xamarin.com/discussion/42318/sslstream-on-mac ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-list] Mono on Linux and Missing methods

2015-05-29 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Zacharia Karami To finalize this voyage into missing methods, here's my fix for any future (would-be) users of MapToIPv4/6. Why don't you submit it as a pull request for the mono source? Also,

[Mono-dev] NullReferenceException in Mono.Security.X509.X509Certificate.Hash and IsSelfSigned

2015-05-28 Thread Edward Ned Harvey (mono)
Recently, I'm encountering a problem where Mozroots is throwing NullReferenceException. I am working on a reproducible example, but until then, I'd like to revisit this issue: First, here is reproduction code that shows the mac client requires mozroots to be run. This code throws exception on

Re: [Mono-list] Which Mono package is for Slackware?

2015-06-01 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of nenad I am Slackware user and I want to install Mono. Can You tell me which Mono package is for Slackware? Your question is about mono. Andy's reply is about monodevelop. So that was probably

Re: [Mono-list] Mono on Linux and Missing methods

2015-05-21 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Heatphoenix IPaddress. When targeting Mono 4.5 this function works just fine but when rolling it out to my Linux development environment the function throws After a bit of research, I've

Re: [Mono-list] Mono on Linux and Missing methods

2015-05-22 Thread Edward Ned Harvey (mono)
From: Zacharia Karami [mailto:heatedphoe...@gmail.com] It works in 4.5 on Windows. But again, there is a problem (in so far that Oh! Ok, I get it. You should check the mono class compatibility page. Although *most* stuff in .Net is implemented in mono, there are areas where things are known

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-04 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of onedevteam.com I have made simple application with few forms, buttons and text edits in monodevelop for Ubuntu, using GTK, and now i'm trying to deploy it to another computer. I have

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-05 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of onedevteam.com running with mono myapp.exe is not an option. I wan't application to be useful on computers with no mono installed. I hope you've considered the licensing implications. In

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-06 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Robert Jordan On 05.08.2015 18:40, Andres G. Aragoneses wrote: I hope you've considered the licensing implications. In particular, if you distribute the mono runtime with an application,

Re: [Mono-list] Monodevelop made application not starting on ubuntu

2015-08-06 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of onedevteam.com I'm not concerned about licences or anything else, because application i'm creating is for internal use only in company. I only need it to work on any computer running linux,

Re: [Mono-list] bug #28777

2015-08-14 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of Stephen Parry We have what looks like a reversion of bug #28777 (https://bugzilla.xamarin.com/show_bug.cgi?id=28777). This is causing You'll have to re-post this to the mon-dev list.

Re: [Mono-list] Android - libmono.so

2015-10-23 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of robot9706 > > I would like to use Mono to develop a simple test application for Android (I Use Xamarin Starter Edition. https://xamarin.com/starter As far as I can tell, the only limitation of

Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-10-28 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of sams > > Thanks all, some really useful info there - I'm going to try MonoMac and the > libraries suggested by Mel. I'll post back to let you know how I got on. MonoMac is the precursor to

Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-10-28 Thread Edward Ned Harvey (mono)
> MonoMac is the precursor to Xamarin.Mac. You should use Xamarin.Mac. > > If you get the Starter edition of Xamarin Studio, it'll include Xam.Mac, but > the > limitation is a small app size. And maybe a restriction prohibiting > distribution > to the app store (I'm not sure).

Re: [Mono-list] Android - libmono.so

2015-10-23 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of robot9706 > > I can't use Xamarin to embed C# into an android native application. "Xamarin apps look and feel native because they are." https://xamarin.com/platform Do you mean something else?

Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-11-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of sams > > I know this post is now forking off in all kinds of different directions but > I just wanted to ask one more thing - the original app I was talking about > now includes a loop that

Re: [Mono-dev] Buggered yum repo (Mono-devel-list Digest, Vol 127, Issue 9)

2015-11-11 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Jo Shields > > I've added some explicit version numbers to the download page. I was > under the impression the Centos 7 minimum was clearer, but I was wrong. I never saw "Centos 7

[Mono-dev] Buggered yum repo

2015-11-09 Thread Edward Ned Harvey (mono)
Right now, when I follow the instructions to install mono http://www.mono-project.com/docs/getting-started/install/linux/#centos-fedora-and-derivatives rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF; yum-config-manager --add-repo

Re: [Mono-dev] self hosted WCF service with client certificates?

2015-11-12 Thread Edward Ned Harvey (mono)
Martin, is this a question for you? > From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Darkness > > I currently have the following up and running without issues: > * self hosted WCF service, compiled with .Net/Visual studio 2013,

Re: [Mono-dev] Debugging Mono applications under GDB

2015-11-14 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Chris Swiedler > > We have a server application that's being developed under Visual Studio and > run under Mono 3.12. We're generating .mdb files from the .pdbs that VS > creates.

Re: [Mono-list] Looking for mono expert to help debug a hanging process

2015-11-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of River Satya > > We have a c# binary running under mono on Ubuntu 14.04 which hangs > periodically. > > When it hangs, SIGQUIT does not generate a thread dump, and all threads, > including one

Re: [Mono-list] basichttpbinding with client certificates not working - alternatives?

2015-11-05 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Darkness > > Transport security is working fine with basicHttpBinding, but when I set the > transport client credential type to certificate, the client authentication > does not seem to work on

Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-11-06 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of sams > > I did experiment with accessing a sqlite db directly > which was also very simple to implement. If you care about sqlite working cross-platform, be sure to test that explicitly. Most

Re: [Mono-list] basichttpbinding with client certificates not working - alternatives?

2015-11-06 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Darkness > > Regarding the win-win, mono-mono, ... client server options, this case would > be a service on linux+mono with clients on .Net/windows. Right now, today, there's a problem with

Re: [Mono-list] Deserialising double values

2015-10-16 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Peter Hagen > > Posted: > > dValue: 3.4563000202179 > dcValue: 12.3457 > fValue: 0.12345 > > Received: > > dValue: 34563000202179 > dcValue: 123457 > fValue: 12345 You probably need to get

Re: [Mono-list] Garbage collector problem ?

2015-08-30 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of gbenrais I have written a program with visual studio and it runs a lot slower with mono on my linux machine, though the linux machine has a good CPU. It takes 10 seconds on windows vs 80

[Mono-dev] Class built by mono throws FileNotFoundException when run on windows

2015-09-01 Thread Edward Ned Harvey (mono)
I've always used separate project files on windows and linux, in order to include different compiler symbols, in order to make projects build with different dependencies. I've been chastised here for doing it, so I'd like to find a better way. (Miguel and others tore apart a pull request,

Re: [Mono-dev] Class built by mono throws FileNotFoundException when run on windows

2015-09-02 Thread Edward Ned Harvey (mono)
I like the advice I'm getting from Alex and Robert. Alex, you said you're using Path.Combine(Directory.GetCurrentDirectory(), "foobar.dll") When I look around, it seems like this might be more reliable? Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "foobar.dll") I'm doing

Re: [Mono-dev] SslStream X509 certificate

2015-09-02 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of lorenzo.delana > > I'm struggling to find a way to run a SSL server on Linux using mono, > I have a certificate with a private key installed using certmgr and I can > see by listing

Re: [Mono-dev] Class built by mono throws FileNotFoundException when run on windows

2015-09-02 Thread Edward Ned Harvey (mono)
> From: Greg Young [mailto:gregoryyou...@gmail.com] > > Use conditional compilation. Unless I've somehow missed your point? You said that twice, so I want to make sure we're on the same page - You're talking about defining a compiler symbol, and then using [Conditonal] or #if, right? The end

Re: [Mono-dev] Accessing wifi by mono

2015-09-16 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of techi eth > > What is the way to access wifi under Linux by using Mono ? How would you do it in any other language? ___ Mono-devel-list

Re: [Mono-list] Mono throws "OutOfMemoryException" on Linux but Visual Studio does not on Windows

2015-10-02 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Mohamadsoltani > > It's 2.10.2. > Do you now whether it is resolved in newer versions? I'm not saying your mono version is the problem, but that is very old (ancient), and it seems clear

[Mono-dev] Unexpected binary element

2015-09-22 Thread Edward Ned Harvey (mono)
I have a project that has always built fine before, in mono 4.0.3 and 3.8.1, but suddenly now, when I try to do anything with 3.8.1, I get "Unexpected binary element." In monodevelop, try building or cleaning, "Clean failed: Unexpected binary element" and "Build failed: Unexpected binary

Re: [Mono-dev] Compiling 64-bit windows mono-2.0 library with Visual Studio

2015-10-06 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Matt Guerrette > > I am currently trying to integrate mono into a project that I've built > completely 64 bit. > Currently on Windows there seems to be only 32 bit versions of Mono

Re: [Mono-list] high performance Unix-based TCP socket server

2015-10-05 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of hlavko > > do you recommend the Mono for high performance Unix-based TCP socket > server > with thousands of concurrent connections? Let us know what you find. > I already found and tried

Re: [Mono-list] Mono, Windows Forms, and Headless operation

2016-01-08 Thread Edward Ned Harvey (mono)
I think the advice would generally be: 1. Yes you can absolutely write a Console Application, which works perfectly cross-platform, and does not need any WinForms or X11. (Right click your solution, new project, Console Application). It's better to create a new project than to convert an

Re: [Mono-list] Regarding - SHA-2 supported version in mono

2015-11-30 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Kaushik Velusamy > > I have a query regarding SHA-2 supported version in mono. > > Novell iFloder ( On OpenEnterpriseServer11SP3) which runs on SLES11SP3 > ran into an issue because of SHA2

[Mono-dev] Bug preserving stack trace

2016-06-22 Thread Edward Ned Harvey (mono)
I know you don't usually want to catch & throw, because you're not adding new information. If you want to add new information, generally you should throw a new exception and include an InnerException. Here are some examples of situations you would want to catch and rethrow:

Re: [Mono-list] Mono does not include full stacktrace while rethrowing exception

2016-06-22 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of ??? ? > First, just to be sure you know, you *almost* should never catch and rethrow, because you're not adding new information. If you want to add new information, generally you

Re: [Mono-dev] Bug preserving stack trace

2016-06-28 Thread Edward Ned Harvey (mono)
Any responses? > -Original Message- > From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Edward Ned Harvey (mono) > Sent: Wednesday, June 22, 2016 7:59 AM > > I know you don't usually want to catch &

Re: [Mono-list] Mono, C#, RaspberryPi2 and MS Azure

2016-02-04 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of myusername > > Looks like you're getting TlsException, when fetching from the https server. Most likely this means you don't have

Re: [Mono-dev] Which mono libraries should be packed along with the mac app ?

2016-02-04 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Rajesh Khan > > 1- The first issue is that in my code I am doing this at the start > >  mono_set_dirs("/opt/mono/lib", "/opt/mono/etc"); > > 2- Which libraries should be packed

Re: [Mono-list] WCF and Named Pipes on OS X

2016-02-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Miguel de Icaza > > We do not support named pipes in Mono. > > Named objects were a feature that was supported on earlier versions of > Mono, but emulating them without kernel support

Re: [Mono-list] Mono, C#, RaspberryPi2 and MS Azure

2016-02-05 Thread Edward Ned Harvey (mono)
Well, the one thing that's clear is "Invalid certificate received from server." You said it works on other systems, so most likely there isn't an *actual* problem with the certificate, so the question is why mono on the pi is rejecting it. Can you print the URL? From another system, we can

Re: [Mono-dev] mkbundle --mono : Cannot find assembly

2016-01-29 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Rajesh Khan > > /Users/User/MyApp/ext/mono/bin/mkbundle -o createcore_managed.c - > oo createcore_managed_deps.o -c --nomain --config-dir > /Users/User/MyApp/ext/mono/etc --config >

Re: [Mono-list] Unhandled Exception on test compile

2016-01-27 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of k.joatmon > > I installed mono for one purpose, to run duplicati on LINUX. I got errors, so > I started trying to troubleshoot them and this led me back to it being the > mono install. I have

Re: [Mono-list] HTTP 500 error while accessing a webservice developed in asp.net from RHEL with Mono installed

2016-02-22 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Madhu Gowda > > I am new to linux and Mono. > I have a simple webservice developed in asp.net using visual studio. > I want to host this on a linux apache httpd server. Just so you know,

Re: [Mono-dev] Unix Signal in mono

2016-02-29 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of techi eth > > Thanks for quick hint. > We can receive signal by using signal handler using > Mono.Unix.Native.Stdlib.signal. > I am trying to check possibility of sending signal from

Re: [Mono-dev] Data protection failed exception

2016-01-22 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Neale Ferguson > > Further to the problem, tt seems to be a threading issue since if a lock > is put around this method call: > > return ProtectedData.Protect(data, extraEntropy,

Re: [Mono-list] File Locking

2016-02-17 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of shrimpywu > > i have the same issue. any solution? Kinda sorta. The underlying issue is that OSX, Linux, and Windows all have different underlying file locking constructs, and then of course,

Re: [Mono-list] File Locking

2016-02-17 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Andy York > > Have you tried checking out other project in GitHub or CodePlex? I've gotten > some really good tips from reading other cross-platform code that deals with > locking files. Just a

Re: [Mono-list] File Locking

2016-02-19 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Andy York > > I have found help in the Banshee source code particularly in > Banshee.Core/Banshee.IO.SystemIO namespace.  Also FSpot has some IO > classes that may be of help try the 

Re: [Mono-list] System.IO.FileNotFoundException:System.Threading.Tasks.Dataflow

2016-02-20 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of MrBlaTi > > A quick search and > https://www.archlinux.org/packages/extra/i686/mono/files/ > tells me its part of the standart mono package, wich is, in fact, installed. > Anyone had a similar

Re: [Mono-list] mono-core still required after using mkbundle --static to make executable

2016-03-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Eugene Kobrinsky > > We finally got mkbundle --static to build a single executable of our > microservice, but when we move it to another machine, it fails to run unless > we install mono-core

Re: [Mono-dev] Cross Platform on Linux/Windows with Mono.Posix reference on Linux

2016-03-28 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Greg Young > > That doesn't do the trick all by itself, because then your code won't compile on windows, in all the places where something references Mono.Posix. If you want to

Re: [Mono-dev] Cross Platform on Linux/Windows with Mono.Posix reference on Linux

2016-03-30 Thread Edward Ned Harvey (mono)
> From: Chris Swiedler [mailto:cswied...@trionworlds.com] > > Why not just include references to Mono.Posix.dll in the Windows build? You > don't have to install the full framework. Then when you run it on mono, you're using the Mono.Posix.dll that you packaged with your application, instead of

Re: [Mono-dev] Cross Platform on Linux/Windows with Mono.Posix reference on Linux

2016-03-29 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Greg Young > > (for clarification of my previous response, because I was asked for clarification off-list) If you have some code that calls Mono.Posix.Something(), and you have a

<    1   2   3   4