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 s

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 (th

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, althoug

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 is

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 FSpot.Core/F

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 s

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, t

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 introduced

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 conn

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 an

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 se

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 existi

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 cert

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 he

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 deter

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 mono

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 p

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 m

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). https://xamarin.c

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 Xamar

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] 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] 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 in

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 hig

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 you're

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 8

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] 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 linu

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 appli

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-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] 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 show

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 th

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

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.): Send

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? Fi

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 prob

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? A

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 k

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'

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 matter

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, > inst

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

2015-05-13 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of David Curylo > > It's not like Java where you can blindly expect your code to run across > platforms.  More like Python or Erlang or numerous other languages and > runtimes where most of the code

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-list] just installed mono, most basic test failed.

2015-05-11 Thread Edward Ned Harvey (mono)
> From: cov...@ccs.covici.com [mailto:cov...@ccs.covici.com] > > Why not use vs 2015 and vs code, supposed to work on Windows, OSX or > Linux, although I don't know what versions of OSX they are supporting. > I wonder how long mono is for this world? Is that just a blatant troll? Even with .Net b

Re: [Mono-list] Mono GUI toolkits

2015-05-11 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Elmar Haneke > > Gtk is an multi-platform-toolkit, you can use it on all important > Desktop systems: Windows, MacOS and Linux. > > The only problem is ... Let me stop you right there. Because

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

2015-05-11 Thread Edward Ned Harvey (mono)
> Oh, you should give up now. There is no chance of simply taking a complex > app already built and developed in VS/Windows, and then straight up > launching it under mono on a different platform and expecting it to work. To REALLY get to the bottom line, just do this: You have installed the MDK

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

2015-05-11 Thread Edward Ned Harvey (mono)
> From: Pierre-François Culand [mailto:p...@culand.ch] > > I do not intend to develop nor compile my app on the Mac/mono. I just want > to deploy and run the already compiled WCF Winforms client .exe app with > its WCF config file to consume the WCF service. Oh, you should give up now. There is n

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

2015-05-10 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of ChipRaptor > > I compiled and ran the basic tests proposed on the mono page at > http://www.mono-project.com/docs/getting-started/mono-basics/ I recommend, forget about it unless you care - GT

Re: [Mono-list] which confused about which mono

2015-05-04 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Matt Calder > > Thanks for all the help. Elmar takes the prize, an alias apparently added in > 2011! was causing the problem. Years of install difficulties possibly > explained? > Thanks again,

Re: [Mono-list] which confused about which mono

2015-05-03 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Martin Thwaites > > do you have a mono version in ~/tmp/mono? if so it will use that first, but i > don;t think which takes into account your current directory. I am also somewhat perplexed by t

Re: [Mono-list] [mono][CPPSharp][GSoC'15] Introduction and asking for furthur guidance

2015-04-28 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Abhinav Tripathi > >         I am Abhinav Tripathi. I have been selected for "CPPSharp - Inline C++ > Code Improvement" project under Mono... I have a good C++ experience > and am new to C#. I am

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

2015-04-27 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of ChrisD > > I am having problems saving user settings under Linux. Everything works fine > if I run under Windows. > > On Linux, I copy the files appname.exe and appname-exe.config to appname > d

Re: [Mono-list] will this .NET project run with mono?

2015-04-02 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of William Ivanski > > You can try to find these DLLs in Windows, put then in your bin folder, and > reference them in your Mono project. Pretty unlikely to work, given that MS didn't test on mono.

Re: [Mono-list] Mono in the mainstream

2015-03-24 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Tony Gravagno > > run over CentOS or Ubuntu, Apache or Nginx. They're used to mod_perl and > mod_php, but not mod_mono, and they may support FastCGI. But they Right now, asp.net doesn't work out

Re: [Mono-list] Generic class and mono_class_from_name

2015-03-11 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of mimi > > public Dictionary DictionaryField; Unrelated to your actual question, it's recommended that you make public things Properties instead of Fields. public Dictionary FooDict { get

Re: [Mono-list] Setting up development enviroment for monodevelop

2015-03-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Mohamed Alzaki > > I'm trying to set up my development enviroment and i've builed > monodevelop successfully but when i mange to run using 'make run' it Fails > and shows the following Error :- >

Re: [Mono-list] Native number types but not general number type?

2015-02-25 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Michael McGlothlin > > Likewise I'd like to more easily use lossless numbers of unlimited size, > including fractional values, You might have better luck with a specific question, but in genera

Re: [Mono-list] Fasycopy in Mono

2015-02-23 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of AniTa Wang > > I am doing an experiment to measure the performance improvement of > Fasycopy function in Mono. The version I am testing is Mono 2.4. However, I > have some difficulties in finding

Re: [Mono-list] Mono crashes on buttonpress

2015-02-04 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of MonoLoG > > But, while i have the KeePass-window selected, as soon as i press the > 'windows button' mono crashes. This is a question for the keepass developers. "Mono" doesn't crash. Mono is

Re: [Mono-list] Mono on Windows

2015-01-22 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Elmar Haneke > > I yust installed mono-3.12.0-gtksharp-2.12.26-win32-1.msi on Windows Vista. > > First I noticed that vcredist ist to be installed to run mono - that > info is missing in instruc

Re: [Mono-list] Cannot install mod_mono on Centos 7

2015-01-20 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Louis Strickland > > Installed mono 3.12 on fresh Centos 7 install. > Installed xsf. > When trying to yum install mod_mono I get the following: There's something wrong with the packages. Everyo

Re: [Mono-list] known to work Apache2+ASP.NET configurations

2015-01-15 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Igor Shmukler > > After spending much time trying to figure out how to get apache2 > properly host my ASP.NET "project," I decided to slightly change > hunting grounds. This might or might not b

Re: [Mono-list] Error when installing libapache2-mod-mono (xamarin repositories)

2015-01-11 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Gabriel > > I've been trying to install the .deb package from Xamarin repositories > found in the mono-project website without success. I always finalize > with that error: > > Is just me ? It

Re: [Mono-list] Disable SSL v2 and v3

2014-12-09 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) > > > From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > > boun...@lists.ximian.com] On Behalf Of cocowalla > > > > Are the

Re: [Mono-list] Disable SSL v2 and v3

2014-12-09 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) > > Especially, because if it *doesn't* > happen, it may kill off some pretty big things like ASP.Net. Sorry - that part is blatantly incorrect.

Re: [Mono-list] Disable SSL v2 and v3

2014-12-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of cocowalla > > Are there any plans to implement TLS 1.1 and/or 1.2? There isn't a compelling reason for xamarin to put effort in there - so probably not - however, with .Net becoming open source

Re: [Mono-list] Disable SSL v2 and v3

2014-12-08 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of cocowalla > > For security reasons, I want to disable SSL v2 and v3, and enable TLS 1.2. Oh, um... Mono supports up to TLS 1.0. Does not have support for 1.1 or 1.2. So in fact, TLS v1.0 is

Re: [Mono-list] Disable SSL v2 and v3

2014-12-08 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of cocowalla > > I'm using ServiceStack.NET, self-hosted, which uses HttpListener under the > hood. > > For security reasons, I want to disable SSL v2 and v3, and enable TLS 1.2. > > On Windows, S

Re: [Mono-list] Differences in GetHashCode() of Type between .NET and Mono

2014-12-08 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Hüning, Christian > > I am using Mono alongside .NET in larger Deployments. Just recently I > wanted to use GetHashCode() of the type of an object to start a little > algorithm on each node, whic

Re: [Mono-list] Building from latest master failing

2014-12-06 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Matt Calder > > I regularly build mono from github. Today, the build is hanging (30 minutes +) > on: > > MCS [net_4_0] System.Runtime.Serialization.Formatters.Soap.dll > Can someone suggest

Re: [Mono-list] Running mono-service in linux as non-root

2014-12-02 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of alexc > > X, no servers except ssh, only relevant software). I created an > `/etc/init.d` script There's a much easier/better way. Just make your application a console application (or a windo

Re: [Mono-list] Why doesn't Mono do cross platform GUI development like Java?

2014-11-30 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Jonathan Mitchell > > It seems there is also an offering from nevron > > https://www.nevron.com There are lots of products and projects out there offering widgets and visualizations - Syncfusi

Re: [Mono-list] Why doesn't Mono do cross platform GUI development like Java?

2014-11-30 Thread Edward Ned Harvey (mono)
> From: Terry Reese [mailto:ree...@gmail.com] > > Thanks -- I'd looked at the Xamarin forms, but I'm only interested in client > development -- no iOS or Android, so that seems non-optimal at this point. > The XWT sounds interesting, but I couldn't tell if it was actually an active > project. Mos

Re: [Mono-list] Why doesn't Mono do cross platform GUI development like Java?

2014-11-29 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of reeset > > I've been spending some time going through the various lists and reading > with > interest the discussions and recommendations for folks interested in doing > cross platform developmen

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of aleksit > > Hey > What is licensing terms of ASP.net of mono ? Is they same than licenses of > mono ? > Can I do commercial software with it and if I can what kind of things I need > to add with

Re: [Mono-list] Init script with mono-service

2014-11-19 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Stefano Facchetti - Arcoba Srl > > I developed a windows service and I'm trying to use it with mono-service > command. > Using command mono-service manually from the shell work well. > > I've cr

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-17 Thread Edward Ned Harvey (mono)
> From: Daniel Hughes [mailto:tramps...@gmail.com] > > It should be noted that Xamarin are moving away from using Xwt for > Xamarin Studio Miguel De Icaza stated this in the dotnet foundation > forums. > > http://forums.dotnetfoundation.org/t/will-the-windows-only-library-get- > open-sourced-too/

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-17 Thread Edward Ned Harvey (mono)
> From: Daniel Hughes [mailto:tramps...@gmail.com] > > Xwt is immature, has limited widget support, Is largely unproven > (nothing is using it, except maybe a very little in MonoDevelop) and > is abandoned (no commits for 11 months) Wait now - I can't comment on it being immature, or limited widg

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-17 Thread Edward Ned Harvey (mono)
> From: Daniel Hughes [mailto:tramps...@gmail.com] > > Lets say I want to use it > in my opensource project and that I want that project to be included > in the Ubuntu Repositories. To do that I need to get my project into > debian. So because NewtonSoft.Json is not available as a deb package > in

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-17 Thread Edward Ned Harvey (mono)
> From: Daniel Hughes [mailto:tramps...@gmail.com] > > If you want to produce a cross platform app your best bet is to use an > architecture (MVC or similar) which allows you to use a native GUI > toolkit on each plaform. You didn't say anything about Eto.Forms ___

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-17 Thread Edward Ned Harvey (mono)
> From: Miguel de Icaza [mailto:mig...@xamarin.com] > > On Windows it is quite decent, it is a thin layer on top of the native Win32 > API.   So if you want a simple Win32 app, it is ideal. > > On Mac, you are slightly wrong.   There are two backends.   An X11 backend > and a Cocoa backend, so yo

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-17 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Daniel Hughes > > 2. Is packaged for all platforms (that means that on linux rpm and deb > packages are included in the repositories of the Major distros) and I disagree. Whether you get some l

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-15 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) > > Does something similar exist for Mac OSX, Windows Desktop, Linux? > > I stumbled upon this:  https://github.com/picoe/Eto > Haven't tried

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-15 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of IBBoard > > In theory, yes, but in practice then it was always a little flaky on > Linux, had rendering issues on anything but simple layouts, and had at > least one major issue I can think of on

[Mono-list] Cross-Platform GUI Tookit

2014-11-14 Thread Edward Ned Harvey (mono)
I'm aware of Xamarin.Forms, but apparently only for iOS, Android, Windows Mobile. Does something similar exist for Mac OSX, Windows Desktop, Linux? I stumbled upon this: https://github.com/picoe/Eto Haven't tried it yet. Maybe it's great, maybe not. Are there some additional competing altern

Re: [Mono-list] Open source .NET and Winforms

2014-11-14 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 > > One possible thing to do would be to drop the code for Winforms (a big part > of it is buggy), keep System.Drawing, and try to adopt as much as Microsoft > cod

Re: [Mono-list] Change Mono Projects Licenses to MIT / ASL 2.0

2014-11-13 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of sirinath > > Is it possible to consider relicensing Mono related projects to MIT / ASL > 2.0 inline with what MS does for .Net Core. Best is to shadow the license > .Net Foundation uses for the f

Re: [Mono-list] Open source .NET and Mono.

2014-11-12 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 > > Hey guys, > > I posted details about the open sourcing of .NET and Mono on my blog. > > We have already started the work to integrate the .NET Framework code, > and once I g

Re: [Mono-list] System.IO.Package

2014-10-16 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Maury Markowitz > > Wow, fantastic answer! Glad to help - but I want to emphasize the second part of that answer, which was, the Class Status page actually indicates the vast majority of Packag

Re: [Mono-list] System.IO.Package

2014-10-15 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Maury Markowitz > > I'm testing the waters for a Mono/Xamarin port of an existing VB.net code > base. The important part of this code uses System.IO.Package to read and > write Excel-compatible f

Re: [Mono-list] System.IO.Package

2014-10-15 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Maury Markowitz > > Perhaps someone has a built version as a PCL DLL they might be willing to > send me? Oh, for what it's worth, if you check the class compatibility page http://go-mono.com/sta

Re: [Mono-list] Incorporate hexidecimal in C# string

2014-10-13 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Alf C Stockton > > In C i would sprintf it but have as yet not found an equivalent in C# The .Net equivalent of sprintf is String.Format. http://www.dotnetperls.com/string-format __

Re: [Mono-list] Incorporate hexidecimal in C# string

2014-10-13 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Alf C Stockton > > Please tell me how I would go about incorporating hex 0x02 and 0x03, Start > Of Text and End of Text, into a string in C#. > In C i would sprintf it but have as yet not found a

Re: [Mono-list] Linux command line curl to C#

2014-10-08 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Alf Stockton > > curl -X POST https://server.com -Hcontent-type:application/xml -d > @WellFormed.xml Oh, um - You might need to escape some characters, for example: "C:\\Users\\eharvey\\myprog

Re: [Mono-list] Linux command line curl to C#

2014-10-08 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Alf Stockton > > Please tell me how I would code the following Linux command line to C#. Something like this? http://stackoverflow.com/a/1469790/1726692

Re: [Mono-list] Asp.Net questions

2014-10-07 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) > > the installation process is all broken. To be more specific: On ubuntu server 12.04 x86_64, the default included version of mono is archaic (2.1

Re: [Mono-list] Asp.Net questions

2014-10-07 Thread Edward Ned Harvey (mono)
> From: Edward Ned Harvey (mono) > > On ubuntu server 12.04 x86_64, the default included version of mono is > archaic (2.10). And the xamarin apt repos seem to be also broken (Hash Sum > mismatch). > > On ubuntu server 14.04 x86_64, the built-in version of mono is reasonab

[Mono-list] Asp.Net questions

2014-10-07 Thread Edward Ned Harvey (mono)
Are people using mono asp.net, and is it well supported? I know what the compatibility guide says. But I am finding, if I try to install on either ubuntu 12.04 or 14.04, using either the built-in apt repositories, or the xamarin apt repositories, the installation process is all broken. Gives

Re: [Mono-list] Trouble establishing client authenticated ssl connection to ActiveMQ using NMS

2014-10-03 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Brian Cole > > I am new to this list so I apologize if this post is off topic. Not off topic. Perfect place to ask. > Apache.NMS.ActiveMQ library. I am trying to create a client authenticated

  1   2   3   >