[Mono-list] looking for a consultant to help with novell.directory.ldap library

2014-10-31 Thread Mike Horsley
Hi I'm looking for somebody who could provide help as a consultant for some work with the novell.ldap library and mono. We're looking to get the virtual list sample working or, as plan B, to implement paged requests. Thanks in advance Mike __

Re: [Mono-list] open sourcing all of Microsoft .net

2013-09-06 Thread Mike Christensen
as there's no other companies of > our size using it to the scale we use java, but if a Microsoft backed .net > made it to linux it may be an option (and I'm sure if ms open sourced it > mono would do most of the work to merge, ms would just need to stamp > approval) >

Re: [Mono-list] open sourcing all of Microsoft .net

2013-09-06 Thread Mike Christensen
I'm pretty sure it already is.. http://referencesource.microsoft.com/netframework.aspx On Wed, Sep 4, 2013 at 11:33 PM, nite wrote: > Has the case ever been made to Microsoft to open source all of .net? It's > heading that way, now even the asp.net stack is open. Not much to lose, as > it isn'

Re: [Mono-list] Using mod-mono from source

2013-07-11 Thread Mike Morano
; at Mono.WebServer.Apache.Server.Rea > > I added a bit of debug code to the above method, and found that what's > being passed in is "applications" as a string instead of what was passed on > the commandline. Anybody else getting this? > > Thanks, > Martin > &g

Re: [Mono-list] Using mod-mono from source

2013-07-04 Thread Mike Morano
w acess to the location pointed to by MonoWapiDir. After the above was completed, my site worked via apache on the new machine. Good luck, Mike On Wed, Jul 3, 2013 at 9:21 PM, Danny wrote: > No idea. > > > On 07/03/2013 05:30 PM, Martin Thwaites wrote: > >> Is this mes

Re: [Mono-list] java parser in C#

2013-04-09 Thread Mike Christensen
For it to really be useful, you'd have to make the runtime run compiled Java code as well. Otherwise, you'd have to re-write all the libraries.. Honestly, I'd rather just write in C#. It's a way better language. On Sun, Apr 7, 2013 at 11:33 AM, mutasim wrote: > Good Day > > i think mono C# c

Re: [Mono-list] java parser in C#

2013-04-07 Thread Mike Christensen
For it to really be useful, you'd have to make the runtime run compiled Java code as well. Otherwise, you'd have to re-write all the libraries.. Honestly, I'd rather just write in C#. It's a way better language. On Sun, Apr 7, 2013 at 11:33 AM, mutasim wrote: > Good Day > > i think mono C# c

Re: [Mono-list] Oracle Managed Data Provider (ODP.NET)

2012-10-23 Thread Mike Christensen
Wonder if the DevArt drivers run on Mono.. On Mon, Oct 22, 2012 at 10:32 AM, Daniel Morgan wrote: > Hey Paco. Long time no see. > > I added the feature requests for mono and a fully managed odp.net driver. > The fully managed driver isn't so fully managed after all. There are > DllImports to k

[Mono-list] System.Net.WebResponse.GetResponseStream - stream.ReadByte() blocks until request ends

2012-08-03 Thread Mike Hadlow
e this... using(var stream = response.GetResponseStream) { int byteAsInt; while ((byteAsInt = stream.ReadByte()) != -1) { // blocks on previous line rather than streaming bytes as they arrive :( } } Is this a known bug? Many thanks Mike _

Re: [Mono-list] XBuild question removing directories

2011-12-22 Thread Mike Christensen
; The bad news is that probably doesn't help you. > > I was writing my own tasks, so I just included the updated source code in my > assembly and called it RemoveDirFixed.  Not sure if you have the same > luxury. > > Jonathan > > > > On 12/22/2011 12:20 AM,

[Mono-list] XBuild question removing directories

2011-12-21 Thread Mike Christensen
I have the following target: When I run it I get: ~/KitchenPC> ./clean XBuild Engine Version 2.10.6.0 Mono, Version 2.10.6.0 Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2011. /Users/mike/kitchenpc/build.xml: error : Directory /Us

Re: [Mono-list] Is OS/X case-sensitive?

2011-12-20 Thread Mike Christensen
be worth filing a bug > against it. > > Alan > > > On 20 December 2011 05:34, Abe Gillespie wrote: >> >> >> http://monodevelop.com/Download/Release_Notes/Release_Notes_for_MonoDevelop_2.8.5, >> fourth bullet item. >> >> On Mon, Dec 19, 2011 at 9

[Mono-list] Recursively copy files in XBuild

2011-12-19 Thread Mike Christensen
I have the following set of files with XBuild: I then copy all of it over to another directory: However, what I want to do is copy `*.js`, and copy `/yui/*.*`. What I tried doing is: However, what this does is flatten the `/yui/` directory and put all of yui's files directly i

[Mono-list] Is OS/X case-sensitive?

2011-12-19 Thread Mike Christensen
It seems to me that in recent builds of Mono, the XSP webserver is now case-insensitive on OS/X - which I believe is by design since this file system (by default) is case insensitive. However, XBuild still seems to be case-sensitive on OS/X. Will this be changed as well? Thanks! Mike

Re: [Mono-list] MonoDevelop 2.8 released

2011-10-05 Thread Mike Christensen
out 5 minutes. > > On Wed, Oct 5, 2011 at 12:15 PM, Mike Christensen wrote: > >> Wow! Didn't 2.6 just come out like an hour ago? >> On Oct 5, 2011 10:04 AM, "Lluis Sanchez Gual" >> wrote: >> > The MonoDevelop team is proud to announce the release of

Re: [Mono-list] MonoDevelop 2.8 released

2011-10-05 Thread Mike Christensen
Wow! Didn't 2.6 just come out like an hour ago? On Oct 5, 2011 10:04 AM, "Lluis Sanchez Gual" wrote: > The MonoDevelop team is proud to announce the release of MonoDevelop 2.8. > > MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly

Re: [Mono-list] follow up question about tools used: source code control?

2011-09-22 Thread Mike Christensen
> We use Github at Adzerk to host our source code control. What are people > using out there? > If you are using Visual Studio, are you also using the "Team" system? I'm using Subversion, which runs on a Linux server. I use Visual Studio for development, and I also have an enlistment on a Linux b

Re: [Mono-list] [MonoDevelop] MonoDevelop 2.6 released

2011-09-17 Thread Mike Christensen
> The MonoDevelop team is proud to announce the release of MonoDevelop 2.6. > > MonoDevelop is an IDE primarily designed for C# and other .NET languages. > MonoDevelop enables developers to quickly write desktop and ASP.NET Web > applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy

Re: [Mono-list] Works on Windows, TypeLoadException on OS X ?

2011-08-13 Thread Mike Christensen
Is the file called disco.dll? Note this is case sensitive on non-Windows platforms, so it will not find Disco.dll. On Sat, Aug 13, 2011 at 7:34 AM, Charles Rich wrote: > When I execute "mono disco.exe" (http://dl.dropbox.com/u/12370141/disco.exe) > on both Windows 7 and OS X 10.6.8 with Mono 2.6

[Mono-list] Dictionary<> key'ed by Decimal works differently between Mono and .NET

2011-08-04 Thread Mike Christensen
m of the opinion that Mono should emulate .NET where-ever possible. Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Porting MSBuild script to XBuild with ItemGroup

2011-08-04 Thread Mike Christensen
(For thread archive purposes since I hate finding a thread on Google with my exact same problem and no one ever bothered to post the solution) Here's the XBuild compatible way of doing what I had below: Mike On Wed, Aug 3, 2011 at 7:54 PM, Jonathan Pobst wrote: > You need to use

Re: [Mono-list] RemoveDir - XBuild vs MSBuild

2011-08-04 Thread Mike Christensen
https://bugzilla.novell.com/show_bug.cgi?id=710234 https://bugzilla.novell.com/show_bug.cgi?id=710238 These bugs will still get a home with Novell no longer in the picture, correct? Mike On Wed, Aug 3, 2011 at 7:09 PM, Mike Christensen wrote: > I'll get this filed right away, thank

Re: [Mono-list] Porting MSBuild script to XBuild with ItemGroup

2011-08-04 Thread Mike Christensen
g to get a Mono enlistment setup, but maybe I can help out when I'm running. xbuild seems like a great project to contribute to. Mike On Thu, Aug 4, 2011 at 12:51 AM, Mike Christensen wrote: > This won't work because I include items that are not yet created until > after the target runs

Re: [Mono-list] Porting MSBuild script to XBuild with ItemGroup

2011-08-04 Thread Mike Christensen
ItemGroup since they didn't exist when it was evaluated. That's why I need to have this ItemGroup within the Target. When will this bug be fixed? It seems hugely important to support this. Mike On Wed, Aug 3, 2011 at 7:54 PM, Jonathan Pobst wrote: > You need to use the old

Re: [Mono-list] RemoveDir - XBuild vs MSBuild

2011-08-03 Thread Mike Christensen
I'll get this filed right away, thanks! I found another bug which I'll also log: This works on MSBuild: But causes a parsing error on xbuild. It works if you put in the value rather than the property. Thanks! Mike On Wed, Aug 3, 2011 at 7:01 PM, Jonathan Chambers wrote: >

[Mono-list] Porting MSBuild script to XBuild with ItemGroup

2011-08-03 Thread Mike Christensen
e the ItemGroup outside the project, the set of files is empty because those files have not been build yet. Thanks! Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] RemoveDir - XBuild vs MSBuild

2011-08-03 Thread Mike Christensen
?" Thanks! Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Running Monodevelop on KDE?

2011-08-01 Thread Mike Christensen
On Mon, Aug 1, 2011 at 5:20 PM, Mike Christensen wrote: > On Mon, Aug 1, 2011 at 5:18 PM, Bojan Rajkovic wrote: > >> On Aug 1, 2011, at 8:12 PM, Mike Christensen wrote: >> >> Basically here's what I get with ./configure - I'm running KDE, so I just >>

Re: [Mono-list] Running Monodevelop on KDE?

2011-08-01 Thread Mike Christensen
On Mon, Aug 1, 2011 at 5:18 PM, Bojan Rajkovic wrote: > On Aug 1, 2011, at 8:12 PM, Mike Christensen wrote: > > Basically here's what I get with ./configure - I'm running KDE, so I just > want to make sure I don't have to change some config option for this.

Re: [Mono-list] Running Monodevelop on KDE?

2011-08-01 Thread Mike Christensen
profile = default Packages included in the build: main On Mon, Aug 1, 2011 at 5:09 PM, Mike Christensen wrote: > Is there anything special you have to do to get Monodevelop to run on KDE > on openSUSE? > > The default seems to be GNOME support, but I couldn't find an

[Mono-list] Running Monodevelop on KDE?

2011-08-01 Thread Mike Christensen
Is there anything special you have to do to get Monodevelop to run on KDE on openSUSE? The default seems to be GNOME support, but I couldn't find any documentation on any command line parameters or build options related to KDE.. Thanks! Mike ___

Re: [Mono-list] Do you need to have Mono installed before you can build it?

2011-07-21 Thread Mike Christensen
> I'm getting the error: > > make[6]: Entering directory `/home/mike/mono/mcs' > make[6]: gmcs: Command not found > make[6]: *** [build/deps/basic-profile-check.exe] Error 127 > make[6]: Leaving directory `/home/mike/mono/mcs' > *** The compiler 'gmcs

[Mono-list] Do you need to have Mono installed before you can build it?

2011-07-21 Thread Mike Christensen
I'm getting the error: make[6]: Entering directory `/home/mike/mono/mcs' make[6]: gmcs: Command not found make[6]: *** [build/deps/basic-profile-check.exe] Error 127 make[6]: Leaving directory `/home/mike/mono/mcs' *** The compiler 'gmcs' doesn't appear to be usable.

Re: [Mono-list] MonoTouch/MonoDroid now licensed by Xamarin?

2011-07-20 Thread Mike Christensen
Excellent! This was the exact outcome I was hoping for.. On Wed, Jul 20, 2011 at 2:00 PM, Stifu wrote: > Yes. > Taking ownership. > Yes (although they'll merge some work they did). > Yes. > > See: http://tirania.org/blog/archive/2011/Jul-18.html > > > Mike

[Mono-list] MonoTouch/MonoDroid now licensed by Xamarin?

2011-07-20 Thread Mike Christensen
r own release? Does this also mean people who bought MonoTouch from Novell will continue to get support and upgrades from Xamarin? Thanks! Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] future of Mono

2011-05-30 Thread Mike Christensen
complete everywhere, and integrated script debugging is basically what's stopping me.. Man I wish I had the time to help contribute to that project.. Sigh. Mike On Mon, May 30, 2011 at 5:59 PM, jmalcolm wrote: > > newbie_mono wrote: >> >> I have been considering moving to

Re: [Mono-list] Suitability of Mono

2011-05-21 Thread Mike Christensen
gain in doing that, and possibly > the opposite: customers bitching about how they paid for a product that > turned free a little while later. > > > Mike Christensen-2 wrote: >> >> On Fri, May 20, 2011 at 5:25 PM, jmalcolm <malcolm.jus...@gmail.com> >> wrote: &

Re: [Mono-list] Suitability of Mono

2011-05-20 Thread Mike Christensen
On Fri, May 20, 2011 at 5:25 PM, jmalcolm wrote: > > Mike Christensen-2 wrote: >> >> Are the iOS and Android Mono Frameworks that Xamarin is creating a >> totally different code-base from MonoTouch and MonoDroid?  What has >> become of the formerly Novell owned

Re: [Mono-list] Suitability of Mono

2011-05-20 Thread Mike Christensen
On Fri, May 20, 2011 at 4:38 PM, Bojan Rajkovic wrote: > On May 20, 2011, at 7:08 PM, Mike Christensen wrote: > >> Sorry to hi-jack the thread, just a quick question.. >> >> Are the iOS and Android Mono Frameworks that Xamarin is creating a >> totally differen

Re: [Mono-list] Suitability of Mono

2011-05-20 Thread Mike Christensen
these are going to be totally new products, will they be designed similar to the Novell products (eg, will it be easy to port from the Novell platform).. Thanks! Mike On Fri, May 20, 2011 at 5:29 AM, Stifu wrote: > Hi, > > How about trying your .NET app with Mono? That'd be qui

[Mono-list] C to Mono interop passing a byte array

2011-05-20 Thread Mike D
runtime_invoke( method, NULL, args, NULL ); My managed method signature is like this: public static void testBytes( byte[] input, int length ) Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] C# 5.0 Async programming video

2011-04-19 Thread Mike Christensen
will".. Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] HTML Parser in Mono

2011-04-17 Thread Mike Christensen
Here's another one I came across, though I haven't used it.. http://www.majestic12.co.uk/projects/html_parser.php Says it works well on Mono though.. Mike On Sun, Apr 17, 2011 at 6:37 AM, Alex wrote: > Hi, > > I think HTML Agility Pack will do wh

Re: [Mono-list] logging to remote syslog servers

2011-02-10 Thread Mike Christensen
> I have been able to log requests to the local syslog server just fine. How > to I edit my code to send the logs to a remote syslog server? Also, is there > a way to change what computer name is sent to the syslog? We will be using > this program in a Netboot environment for our Mac build process

Re: [Mono-list] Site downloads section incompatible with IE

2011-01-05 Thread Mike Christensen
ine of code in download.js: document.getElementById("stable_td" + i).style.removeProperty("background"); IE, in its infinite wisdom, has decided not to support the removeProperty method and instead has a removeAttribute method. Or, you can just set "background"

Re: [Mono-list] Microsoft Solver Foundation 3.0

2011-01-04 Thread Mike Christensen
however I didn't like the licensing terms so I ended up writing my own code. Mike On Wed, Jan 5, 2011 at 10:57 AM, theOptimizer wrote: > > Has there been any thought / interest about adding Microsoft Solver > Foundation? > > http://code.msdn.microsoft.com/solverfoundatio

Re: [Mono-list] Web.config path access to directory

2010-12-06 Thread Mike Morano
.cs >> |index b8a3df7..6f80617 100644 >> |--- a/mcs/class/System.Configuration/System.Configuration/Configuration.cs >> |+++ b/mcs/class/System.Configuration/System.Configuration/Configuration.cs >> -- >> File to patch: >> >> Thanks. >> -

Re: [Mono-list] Web.config path access to directory

2010-12-06 Thread Mike Morano
I've run into something similar, perhaps the patch that worked for me could also work for you: https://bugzilla.novell.com/show_bug.cgi?id=467221 On Sun, Dec 5, 2010 at 14:49, Abe Gillespie wrote: > This use to work: > >   >     >       >         >       >     >   > > Where "common" is a direc

Re: [Mono-list] graffic interface

2010-09-01 Thread Mike Christensen
A lot of that wouldn't be too terribly hard to do with XAML/Moonlight.. 2010/9/1 Juan Carlos Ferrández : > > Hiya! > > I´ve been working on a kind of multimedia centre lately, developing > different audio and video reproduction options, online newspapers reading, > etc. The thing is that, as a beg

[Mono-list] debugger - attach to process

2010-08-18 Thread Mike Morano
Hello, Is it possible to attach the soft debugger to an asp.net website project / xsp2? If so, could someone point me to a good reference on how to do this? Thanks, Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-list] String comparisons slow

2010-07-20 Thread Mike Christensen
Is there a release date for 2.8? Also, how does the 2.8 GC (I realize it's only a beta) compare with the .NET GC? Mike On Tue, Jul 20, 2010 at 11:19 PM, Stifu wrote: > > There has been performance improvements since Mono 2.0. You may get better > results with Mono 2.6. Or if y

[Mono-list] [Blatant Alias Abuse] Anyone want to help out with a coding problem?

2010-06-17 Thread Mike Christensen
clutter up this list with an off-topic thread. Thanks!! Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] [MonoDevelop] MonoDevelop 2.4 released

2010-06-16 Thread Mike Christensen
+1 to an easy way to install this on Ubuntu 10.04.. Also, it looks like my major gripes with the Immediate window are still there.. - No declaration of variables: > int x = 5; EOF expected > Button b = new Button() EOF expected - No calling of methods: > a 7 > a.GetType() Evaluation failed. >

[Mono-list] Mono with OpenID? Anyone done it?

2010-05-10 Thread Mike Christensen
call into the library code for the authentication stuff. Thanks!! Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] MonoDevelop 2.4 Beta 1 released

2010-05-06 Thread Mike Christensen
y chance of fixing some of these issues before the final bits? Thanks!! Mike On Thu, May 6, 2010 at 4:19 PM, Lluis Sanchez Gual wrote: > The MonoDevelop team is proud to announce the release of MonoDevelop 2.4 > Beta 1 (2.3). This is the first release of a series of releases that > wi

[Mono-list] Anyone want to write this for MonoDevelop?

2010-03-05 Thread Mike Christensen
I gotta admit this is pretty cool. Someone wrote an extension for VS2010 that visualizes the garbage collector (which objects are reachable by what) using DGML.. http://blogs.msdn.com/mohamedg/archive/2010/03/02/visual-gcroot-via-dgml.aspx Mike

Re: [Mono-list] Powershell over Linux

2010-03-01 Thread Mike Christensen
for one would love to see something like this written on Mono, but I'm afraid it's a long ways off from happening since it really takes advantage of what the Windows system has to offer.. Mike On Mon, Mar 1, 2010 at 11:22 AM, Ben Gamari wrote: > Excerpts from Andrew Brehm's

[Mono-list] Moonlight Unit Testing/Code Coverage Tools

2010-01-08 Thread Mike Christensen
I'm looking for any existing unit testing (Like NUnit) or Code Coverage tools that could be used to test an API library written to run on the Silverlight/Moonlight DLRs. Anything out there already? Mike ___ Mono-list maillist - Mono

[Mono-list] MonoDevelop 2.2 on OS/X problems

2010-01-03 Thread Mike Christensen
tting there slowly but surely.. I would /love/ to have an open source alternative to Visual Studio 2008 but looks like we're still a ways off.. Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] ASP.NET C# development on Mac ?

2009-12-10 Thread Mike Christensen
Did you guys ever get the MonoDevelop debugger working on xsp on OS/X? On Thu, Dec 10, 2009 at 9:54 AM, Michael Hutchinson < m.j.hutchin...@gmail.com> wrote: > On Thu, Dec 10, 2009 at 3:42 AM, Austerus wrote: > > > > Hey Cygon and thanks a lot for the reply. > > > > I will try it with xsp alone

Re: [Mono-list] Sites Using Mono

2009-11-22 Thread Mike Christensen
t to that technology for my project and deal with problems as they come up.." Mono can be the fastest thing on earth if setup right, but without a solid résumé it'll be a hard sell.. Mike On Sun, Nov 22, 2009 at 4:59 PM, wrote: > > On Sun, 22 Nov 2009, sirmak wrote: > >>

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

2009-11-16 Thread Mike Christensen
18 megs.. If I don't run GC.Collect(), I see the 500 megs sitting around for quite some time.. Since this is simply a web site start-up routing, I think this is the best way to go.. Mike On Sun, Nov 15, 2009 at 8:11 PM, Michael Hutchinson wrote: > On Sun, Nov 15, 2009 at 7:04 PM,

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

2009-11-15 Thread Mike Christensen
27;m aware that GC will freeze all threads while it works, which is okay since I only do this when the application starts and I don't mind if the start-up costs are slow (since it's a web site).. Any pointers would be great! Mike ___ Mono-list

Re: [Mono-list] signing drivers under Linux

2009-11-11 Thread Mike Frysinger
On Wed, Nov 11, 2009 at 08:27, Sebastien Pouliot wrote: > On Tue, 2009-11-10 at 22:27 -0500, Mike Frysinger wrote: >> i have an open source package that can be entirely cross-compiled and >> packaged up for Windows, all from under Linux.  i'm trying to now >> integrate

[Mono-list] signing drivers under Linux

2009-11-10 Thread Mike Frysinger
kind of thing ? perhaps there is some util out there to create a .cat file easily ... but googling for things like "cat" or "inf" or "mono" doesnt really yield anything useful. -mike ___ Mono-list maillist - Mono-list@lists.xi

[Mono-list] Using mdb on a "hardened" system?

2009-11-07 Thread Mike Edenfield
ere something I can do to make this work, or is it just never going to work on this system? --Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Android

2009-11-04 Thread Mike Christensen
7 apps will be written in managed code) then I could see a lot of the WinMo apps either supporting Mono/Android directly or coming out with Android versions well before iPhone versions. Mike On Wed, Nov 4, 2009 at 3:20 AM, Robert Jordan wrote: > daniel wrote: >> Silverlight does provide

Re: [Mono-list] Android

2009-11-04 Thread Mike Christensen
Well the Windows Mobile 7 platform will be centered around the Silverlight runtime. I would suggest positioning Mono/Android in a similar strategy. On Tue, Nov 3, 2009 at 11:27 PM, Stifu wrote: > > The Mono guys put a theme interface in place for WinForms, which could be > used to make WinForms

Re: [Mono-list] [Mono-aspnet-list] sqlite questions?

2009-11-03 Thread Mike Christensen
I'll just have to chime in here and recommend at least taking a brief look at PostgreSQL as well. I tried it out a while back and haven't gone back to either MS SQL or MySQL since.. You'll have no problems getting Mono code to talk with it either. On Tue, Nov 3, 2009 at 12:35 AM, william leader

[Mono-list] Will there be an easy way to install MonoDevelop 2.2 on Ubuntu

2009-11-02 Thread Mike Christensen
Hi - When MonoDevelop 2.2 is released, will there be an easy way to install this on Ubuntu, or will the only way be to download the sources and build? I tried building from the trunk, however I ran into an endless maze of dependencies and gave up after about 2 hours. Thanks! Mike

Re: [Mono-list] Is Mono serious? Is Mono still alive?

2009-11-02 Thread Mike Christensen
ce the Microsoft world" and use Windows/.NET/VS or they "embrace the open source world" and use LAMP or Java and Eclipse. Trying to say "This platform Microsoft invented is great, we've ported it over to the open source world but it's of course not as good as the rea

[Mono-list] Micro Framework Porting Problem.

2009-10-21 Thread Mike Winter
Hi, I'm trying to get some C# code that was developed with the Micro Framework working with Mono. I am receiving this error during execution: The following assembly referenced from ** could not be loaded: Assembly: Microsoft.SPOT.TinyCore(assemblyref_index=0) Version:3.0.7

Re: [Mono-list] Does mono support VC++

2009-10-20 Thread Mike Christensen
ist on Linux and thus your DLL would not function properly. Mike On Tue, Oct 20, 2009 at 9:16 PM, Bharti Mishra wrote: > > Hi, > > I am migrating vb.net application onto linux(open suse) platform using mono > 2.4.3. I have one dll for printing which is based on 'VC++' code.

Re: [Mono-list] MonoDevelop 2.2 Beta 2 released

2009-10-14 Thread Mike Christensen
Will MonoDevelop 2.2 (final release) support the debugging of Mono web applications on OS/X? Or will that remain only supported on Linux? Thanks! Mike On Wed, Oct 14, 2009 at 12:03 PM, Lluis Sanchez Gual wrote: > The MonoDevelop team is proud to announce the release of MonoDevelop 2.2 >

Re: [Mono-list] Mono and MonoDevelop on Linux vs. Windows vs. MacOS

2009-06-26 Thread Mike Christensen
le.. I'm still developing on Visual Studio because I do almost all web application development and MonoDevelop does not yet allow you to debug a web app. When this is addressed, I will have no more excuses to make the switch :) Mike 2009/6/26 Jiří Zárevúcky > > > > Barnum wrote: >

[Mono-list] Converting over from VS 2k8

2009-06-09 Thread Mike Needham
omeone is willing to help). I would like to get things in place to convert to a webapp that MD can use. Second -- I can not seem to get a design view in MD. Help is most appreciated and I am a noob to both ASP.NET and C# as well as a complete noob to MD. Thanks in advance. -- J. Mi

[Mono-list] CLR 4 Garbage Collector video

2009-05-29 Thread Mike Christensen
Here's an interesting video outlining the upcoming GC changes in .NET 4.0.. It's not really Mono related, but perhaps some of the GC geeks out there will find it useful.. http://channel9.msdn.com/shows/Going+Deep/Maoni-Stephens-and-Andrew-Pardoe-CLR-4-Inside-Background-GC/

Re: [Mono-list] Checking memory leak

2009-04-24 Thread Mike Christensen
analysis. Is there anything in the Mono world to help out with this? Mike On Wed, Apr 22, 2009 at 5:03 PM, Rodrigo Kumpera wrote: > Hi, > > On Wed, Apr 22, 2009 at 8:52 PM, Ishwor Gurung > wrote: > >> Hi list, >> >> Whats an appropriate way to check for memory le

Re: [Mono-list] Welcome Summer of Code 2009 Students!

2009-04-24 Thread Mike Christensen
Okay I really hate "me too" reponses but I would be wayyy into a PL/Mono project.. +Int32.MaxValue for this.. 2009/4/23 Rodrigo Cuevas > > PL/Mono awesome project > > > Abe Gillespie escribió: > > Congrats, all! >> >> And PL/Mono - hell yeah! >> >> -Abe >> >> On Thu, Apr 23, 2009 at 1:56 PM

Re: [Mono-list] IHttpHandler works fine under IIS but not Apache

2009-04-03 Thread Mike Christensen
the filesystem called Peter, nor an alias for Peter in their Apache config. It would be nice to just disable this check, which is why I'm wondering whether this is Apache or mod_mono doing this. IIS does not have this problem. Thanks again! Mike Peter Hagen wrote: > Hi > > I fixed th

Re: [Mono-list] IHttpHandler works fine under IIS but not Apache

2009-04-03 Thread Mike Christensen
check your configuration. 2009/4/3 Mike Christensen : Hi guys - I'm thinking this is most likely either an Apache limitation, a configuration problem, or a bug in mod-mono. I'm hoping it's the latter so we can fix it :) Let's say I have an IHttpHandler: public class Handler

[Mono-list] IHttpHandler works fine under IIS but not Apache

2009-04-02 Thread Mike Christensen
. Anything I can do about this? On my app, I can hack around it by creating the directories or maybe doing some hacks with vdirs and stuff, but is there a way we can provide a better experience? Thanks!! Mike ___ Mono-list maillist - Mono-list@li

Re: [Mono-list] Guide to installing Mono 2.4 on a clean Ubuntu 8.10 Server machine

2009-04-02 Thread Mike Christensen
e the mod and boom they'd be done. Maybe the build guys can comment? Thanks for the feedback! Mike Mike Christensen wrote: Thanks! I'm thinking the official way to do it is probably create a file called mod_mono.load in /etc/apache2/mods-available that has: Include /etc/apache2/mod_m

Re: [Mono-list] Guide to installing Mono 2.4 on a clean Ubuntu 8.10 Server machine

2009-04-02 Thread Mike Christensen
some sort of "enable-mod" script that does this for you too, rather than using the ln command directly? Would people prefer this? Thanks!! Mike Tinco Andringa wrote: Hi Mike, I like your guide :) I have one comment on step 7. What you do here is not the Apache way, and may scare pe

[Mono-list] Guide to installing Mono 2.4 on a clean Ubuntu 8.10 Server machine

2009-04-01 Thread Mike Christensen
Hi guys - I've written a rough guide to installing Mono 2.4 on a totally clean fresh install of Ubuntu Server 8.10. This guide is geared towards people like me who don't really know a whole lot about Linux or Mono and are most likely coming from a Windows .NET world. For that reason, everythi

Re: [Mono-list] Debian support

2009-04-01 Thread Mike Christensen
t'll now be possible. Mike Daniel Soto wrote: Well done!! Congratulations!! It's not too hard installing Mono from sources after all. Of course, a hand is necessary sometimes. I think that it would be a great contribution to publish your step-by-step guide to anyone that wish insta

Re: [Mono-list] debugging an asp.net application.

2009-03-31 Thread Mike Christensen
I had checked into this a while ago too and the disappointing answer is "This isn't supported yet." It's a limitation in the Mono debugger. When the mono debugger supports debugging web apps, MonoDevelop will support this as well.. Mike Daniel Soto wrote: > Hello.

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
thing again based on my notes.. Also, I now have a pretty detailed step-by-step on how to install Mono 2.4 on a fresh Ubuntu Server install, I just have to clean it up a bit. Is there a Wiki or a website I can publish this to so other people can make use of it? Thanks!! Mike Daniel Soto

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
Ubuntu 8.10 Server i386. I guess they no longer have libglib2.0-dev available through Synaptic. Can someone provide steps to manually install this and/or build this? Thanks! Mike Daniel Soto wrote: By the way... which distribution are you using? Ubuntu? or some flavour of Debian? 2009

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
these package). Let me know if you have luck. 2009/3/31 Mike Christensen : Ok here's my "Total friggen moron's guide to installing Mono 2.4 on Ubuntu Server" so far: -) Logon to machine -) At bash prompt, type: sudo bash -) Enter password, you should now be root. -)

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
I've tried: apt-get install libglib-2.0-dev and get: E: Couldn't find package libglib-2.0-dev Is version 2.0 obsolete now? How do I do a wildcard search for packages to install with the word "glib" in them? Mike Daniel Soto wrote: A general rule if you get som

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
somewhere, or is there another tar file I need to decompress and build? Thanks!! Mike Mike Christensen wrote: Hi - After decompressing the libgdiplus-2.4.tar file and running ./configure I get the error: configure: error: no acceptable C compiler found in $PATH Daniel Soto wrote: I can descri

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
need more help. I can give a hand. Cheers. 2009/3/31 Mike Christensen : Is there a step by step on how to do this on a fresh Ubuntu install? It took me forever to figure out all the packages I needed to install first, and now I just get "Error 2" when I make. Sigh.. FlappySocks wr

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
ate a step-by-step guide when I get this working with every single command line, etc. Mike Daniel Soto wrote: I can describe a summary of how I get Mono 2.4 from sources, it's not difficult. I assume using Ubuntu Intrepid Ibex (my system have it installed) Requirements: build-essential Bi

Re: [Mono-list] Debian support

2009-03-31 Thread Mike Christensen
Is there a step by step on how to do this on a fresh Ubuntu install? It took me forever to figure out all the packages I needed to install first, and now I just get "Error 2" when I make. Sigh.. FlappySocks wrote: > I have just compiled mono 2.4 on Ubuntu, with no problems. Fantastic. Well >

Re: [Mono-list] Re compile on Mono?

2009-03-29 Thread Mike Christensen
Microsoft platforms should be the runtime itself right? In other words, are there instances where you'd get more efficient IL code by using the Microsoft compiler.. Mike William Huskey wrote: If it works there is no reason to recompile. William Huskey Lead IT Enginering Protec IT Soultuons

Re: [Mono-list] Bundling Mono

2009-03-25 Thread Mike Christensen
I would assume the assembly would be all pre-JIT'ed too? see http://www.mono-project.com/Guide:Running_Mono_Applications For example, if my.exe is compiled with: gmcs -r:my.dll -o my.exe *.cs To create a bundle: mkbundle --deps -o mybundle.exe my.exe my.dll The resulting executable is se

[Mono-list] Step by step instructions to configure mod_mono under Apache

2009-03-17 Thread Mike Christensen
rowser. I must be missing something.. Thanks! Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Announcing Mono 2.4 Preview RC 2...

2009-03-09 Thread Mike Morano
Hello, Here are two bugs that look closely related, and represent a regression: 467221 479342 Thanks, Mike Thomas Wiest wrote: > Hey Everyone, > > We've just released Mono 2.4 RC 2 today! > > Please help us out by giving it a try with your applications. > > As alway

[Mono-list] NAnt / PowerPC

2008-12-15 Thread Mike Cleaver
nd still can't afford a decent laptop! Thanks, Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

  1   2   3   >