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 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, without any external libs or any other user input... Just insert usb, run application and move on... -- View this

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] Monodevelop made application not starting on ubuntu

2015-08-06 Thread Robert Jordan
On 06.08.2015 14:48, Edward Ned Harvey (mono) wrote: 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

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-05 Thread Jonathan Mitchell
On 5 Aug 2015, at 13:34, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: 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

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

2015-08-05 Thread Andres G. Aragoneses
On 05/08/15 18:25, Jonathan Mitchell wrote: On 5 Aug 2015, at 13:34, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: 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

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

2015-08-05 Thread 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, your application will need to be GPL. The runtime is LGPL. But AFAIU when you use mkbundle you're not linking anymore,

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-04 Thread onedevteam.com
running with mono myapp.exe is not an option. I wan't application to be useful on computers with no mono installed. Meanwhile, i have managed to start application bundled with mkbundle TestApp --deps --static -o TA on machine where mono-complete is installed. when i bundle only with --deps, i

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

2015-08-04 Thread onedevteam.com
You need to find a way of bundling all the dlls on the host machine (e.g. gtk#) into your ``myapp.exe``. This isn't guaranteed to work though if that dlls depends on a certain versions of a native library (e.g. gtk). ___ Mono-list maillist -

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

2015-08-04 Thread Dan Liew
On 4 August 2015 at 11:23, onedevteam.com martin.jere...@gmail.com wrote: running with mono myapp.exe is not an option. I wan't application to be useful on computers with no mono installed. Meanwhile, i have managed to start application bundled with mkbundle TestApp --deps --static -o TA on

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

2015-08-03 Thread onedevteam.com
When i execute application from console, i get an error Corlib not in sync with this runtime: expected corlib version 111, found 117. Loaded from: mscorlib.dll Download a newer corlib or a newer runtime at http://www.go-mono.com/daily.; I made an application few months ago on ubuntu 14, and

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

2015-08-03 Thread 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 sucessfully built an bundle using mkbundle TestApp.exe --deps -o TA and i can run TA executable on machine where i have build

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

2015-08-03 Thread onedevteam.com
When i try TA or sudo TA in terminal, i get an error TA: command not found, even if terminal window is open in folder where TA is copied. -- View this message in context: http://mono.1490590.n4.nabble.com/Monodevelop-made-application-not-starting-on-ubuntu-tp4666404p4666406.html Sent from the

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

2015-08-03 Thread Dan Liew
However, when i move TA executable to another machine running ubuntu, and right click/run, nothing happens. Application won't start, there's no error message, just nothing... Can someone help me with this? Run the application from a terminal to see if it logs any output indicating some sort

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

2015-08-03 Thread Dan Liew
On 3 August 2015 at 12:34, onedevteam.com martin.jere...@gmail.com wrote: When i try TA or sudo TA in terminal, i get an error TA: command not found, even if terminal window is open in folder where TA is copied. The current working directory is not usually is the shell's PATH (the list of

[Mono-list] monodevelop question

2014-03-05 Thread Richard Bown
Hi, I'm trying to build sdrsharp, which I can from the CLI with xbuild /t:Rebuild /p:Configuration=Release SDRSharp.sln But if I try with monodevelop once sdrsharp.sln is selected, its listed BUT the build menu is greyed out. I tried making the .sln file executable, but that had no effect What

Re: [Mono-list] monodevelop perforce addin work

2013-07-09 Thread Lluis Sanchez Gual
The ids of the CommandItem elements must match the ids of the commands. Also, make sure you define an enum value for each command. See http://monodevelop.com/Developers/Articles/The_Command_System. El 02/07/2013, a las 10:07, Ian Norton inor...@gmail.com escribió: Hiya, I'm trying to add

[Mono-list] monodevelop perforce addin work

2013-07-02 Thread Ian Norton
Hiya, I'm trying to add some command extensions for my p4 addin for monodevelop, I've got a bit lost. https://github.com/inorton/XR.Mono.Perforce/blob/master/XR.MonoDevelop.Perforce/XR.MonoDevelop.Perforce.addin.xml The xml results in unknown command menu items rather than Edit file.. or Submit

Re: [Mono-list] Monodevelop Build fails where Add Reference to Project

2013-01-24 Thread Alan
This is 'correct' behaviour. The csproj has a build configuration for Debug|AnyCPU and Release|AnyCPU. If you were to build this project with any configuration other than this, the build will fail. to fix this you either need to create a sane build configuration for your chosen setup (for example

[Mono-list] Monodevelop Build fails where Add Reference to Project

2013-01-18 Thread Alberto León
I tried compile projects separately, and all builds without problems. But when I reference a project, and do build, MonoDevelop shows an error 'OutputPath' property is not set for this project I'm on Linux Mint Maya The problem appears with official packages of Mono and Monodevelop, and in a

Re: [Mono-list] [MonoDevelop] Mono 3.0 pmono debian packages (amd64/i386)

2012-10-26 Thread Ian Norton
On Fri, Oct 26, 2012 at 02:18:12PM +0100, Sharique uddin Ahmed Farooqui wrote: On Thu, Oct 25, 2012 at 8:04 PM, Ian Norton ian.norton-bad...@thales-esecurity.com wrote: Hello All, I've recently updated the pmono repository to contain the latest mono 3.0 source tarball and rebuilt all the

Re: [Mono-list] [MonoDevelop] Mono 3.0 pmono debian packages (amd64/i386)

2012-10-26 Thread Sharique uddin Ahmed Farooqui
On Thu, Oct 25, 2012 at 8:04 PM, Ian Norton ian.norton-bad...@thales-esecurity.com wrote: Hello All, I've recently updated the pmono repository to contain the latest mono 3.0 source tarball and rebuilt all the packages using mono 3.0 I've especially noticed that monodevelop is quite a bit

Re: [Mono-list] MonoDevelop 3.0.4.6 released

2012-09-11 Thread Aldo Prinzi
The MonoDevelop team is proud to announce the release of MonoDevelop 3.0.4.6. ... Sources and packages are available in the MonoDevelop Download http://www.monodevelop.com/Download page. Our development-test system are based on the last MonoDevelop VM downloaded from the monoproject

Re: [Mono-list] MonoDevelop 3.0.4.6 released

2012-09-08 Thread Paweł Sikora
On Thursday 06 of September 2012 23:36:46 slluis.de...@gmail.com wrote: The MonoDevelop team is proud to announce the release of MonoDevelop 3.0.4.6. MonoDevelop is a Mono based IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop

Re: [Mono-list] MonoDevelop 3.0.4.6 released

2012-09-08 Thread Daniel Isenmann
On Sat, 2012-09-08 at 14:17 +0200, Paweł Sikora wrote: On Thursday 06 of September 2012 23:36:46 slluis.de...@gmail.com wrote: The MonoDevelop team is proud to announce the release of MonoDevelop 3.0.4.6. MonoDevelop is a Mono based IDE primarily designed for C# and other .NET

[Mono-list] MonoDevelop 3.0.4.6 released

2012-09-06 Thread slluis . devel
The MonoDevelop team is proud to announce the release of MonoDevelop 3.0.4.6. MonoDevelop is a Mono based 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

[Mono-list] monodevelop 3.0.2 debian packages

2012-06-02 Thread Ian Norton
Here we go again, I've updated pmono's monodevelop to 3.0.2, works well so far! :) debhttp://void.printf.net/~bredroll/pmono ./ Then: $ sudo apt-get update $ sudo apt-get install pmono-monodevelop pmono-scripts ___ Mono-list maillist -

Re: [Mono-list] monodevelop 3.0.2 debian packages

2012-06-02 Thread Gabriel Ibanez
Thanks a lot for your job !! /Gabriel Date: Sat, 2 Jun 2012 12:38:02 +0100 From: ian.norton-bad...@thales-esecurity.com To: mono-list@lists.ximian.com Subject: [Mono-list] monodevelop 3.0.2 debian packages Here we go again, I've updated pmono's monodevelop to 3.0.2, works well so far

Re: [Mono-list] monodevelop 3.0.2 debian packages

2012-06-02 Thread Ian Norton
Oops, sorry, that should have been: deb http://void.printf.net/~bredroll/pmono ./ One more note is that this build was done on LMDE (Linux Mint Debian) rather than ubuntu. On 02/06/2012 12:38, Ian Norton wrote: Here we go again, I've updated pmono's monodevelop to 3.0.2, works well so

[Mono-list] MonoDevelop 3.0 doesn't show the Create mac installer option anymore

2012-05-22 Thread Maurício Linhares
Was it removed for good? If it was, is there a reason? - Maurício Linhares http://techbot.me/ - http://twitter.com/#!/mauriciojr ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] [MonoDevelop] ubuntu 11.10 i386 mono and monodeve lop packages

2012-01-16 Thread Ian Norton
On Sun, Jan 15, 2012 at 09:12:06PM +, Ian Norton wrote: Release 4 is currently building (on my poor little vm) Since yesterday I've moved away from using checkinstall and now have some perl to deduce what gets created by make install. I've now been able to get monodevelop from this

Re: [Mono-list] [MonoDevelop] ubuntu 11.10 i386 mono and monodeve lop packages

2012-01-16 Thread Ian Norton
On Sun, Jan 15, 2012 at 09:12:06PM +, Ian Norton wrote: Release 4 is currently building (on my poor little vm) Since yesterday I've moved away from using checkinstall and now have some perl to deduce what gets created by make install. I've now been able to get monodevelop from this

Re: [Mono-list] [MonoDevelop] ubuntu 11.10 i386 mono and monodevelop packages

2012-01-15 Thread Ian Norton
/listinfo/mono-list ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list ___ Monodevelop-list mailing list monodevelop-l...@lists.ximian.com http

Re: [Mono-list] [MonoDevelop] ubuntu 11.10 i386 mono and monodevelop packages

2012-01-14 Thread Dale E. Moore
Thanks Ian; I'm really glad you are working on this! ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] MonoDevelop 2.8.2 released

2011-11-03 Thread slluis . devel
The MonoDevelop team is proud to announce the release of MonoDevelop 2.8.2. MonoDevelop is a Mono based 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

[Mono-list] MonoDevelop tool will work on Red-hat 5 Operating System?

2011-10-31 Thread bala.ral bala.ral
Dear All, Can we install the MonoDevelop any version on the Red-hat operating system? How to install vb.net complier under Red-Hat operating system? Any body tell me the command for install vb.net compiler on the Red-Hat operating system. Thanks Regards, Bala.

[Mono-list] MonoDevelop - VM

2011-10-25 Thread Aldo Prinzi
Hi there, From the first releases I can download a preconfigured VM with the IDE pre installed and configured. There still be the same format for the new releases? If yes, where can I get a copy? Thank you, Aldo. ___ Mono-list maillist -

[Mono-list] MonoDevelop - VM

2011-10-25 Thread Aldo Prinzi
Hi there, From the first releases of MonoDevelop I can download a preconfigured VM with the IDE pre installed and configured. There still be the same format for the new releases? If yes, where can I get a copy? Thank you, Aldo. ___ Mono-list

Re: [Mono-list] MonoDevelop 2.8 released

2011-10-05 Thread Mike Christensen
Decided to give it a shot on Windows... I have some bugs to file, can you guys add 2.8 to the versions list on enter_bug.cgi? On Oct 5, 2011 10:18 AM, Dale E. Moore daleemo...@gmail.com wrote: I'm pretty sure these folks are faster than the speed of light, so 2.6 will be coming out in about 5

Re: [Mono-list] MonoDevelop 2.8 released

2011-10-05 Thread Heintz, Aleksander
Just wondering, is http://monodevelop.com/Developers/Roadmap/Features_by_Release completely outdated? On Wed, Oct 5, 2011 at 7:41 PM, Mike Christensen m...@kitchenpc.com wrote: Decided to give it a shot on Windows... I have some bugs to file, can you guys add 2.8 to the versions list on

[Mono-list] monodevelop-debugger build errors

2011-09-29 Thread Daniel Soto
Hi! After of my adventures installing monodevelop building it from tarball, I found another error, this time related to monodevelop-debugger. At compilation, four errors occurs: ./MonoDebuggerSession.cs(124,43): error CS0115:

Re: [Mono-list] monodevelop-debugger build errors

2011-09-29 Thread Alex
Hi, This is the Mono hard debugger. It's a deprecated addin, because we use the soft debugger nowadays. You should avoid building it. Regards, Alex On Thu, Sep 29, 2011 at 3:46 PM, Daniel Soto daniel.sot...@gmail.com wrote: Hi! After of my adventures installing monodevelop building it from

Re: [Mono-list] monodevelop-debugger build errors

2011-09-29 Thread Daniel Soto
Oh, I see. Thank you so much!! 2011/9/29 Alex xtzgzo...@gmail.com Hi, This is the Mono hard debugger. It's a deprecated addin, because we use the soft debugger nowadays. You should avoid building it. Regards, Alex On Thu, Sep 29, 2011 at 3:46 PM, Daniel Soto daniel.sot...@gmail.com

[Mono-list] MonoDevelop 2.8 Beta 3 released

2011-09-28 Thread slluis . devel
The MonoDevelop team is proud to announce the release of MonoDevelop 2.8 Beta 3. MonoDevelop is a Mono based 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

Re: [Mono-list] MonoDevelop 2.8 Beta 3 released

2011-09-28 Thread Peter Hagen
Nice! I'm testing it at the moment! I have one issue since the 2.6 release, which I'm not sure where to report it. I'm running Ubuntu 11.04 with Gnome 3. Now my project is sometimes a bit heavy (I'm sure thats actually my issue hehe). When I right-click in a big file go to declaration, it takes

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 for

[Mono-list] MonoDevelop / Android

2011-08-10 Thread Stapleton, Steven J.S. (James)
I recently got an Android tablet, and was thinking, since it can take a hardware keyboard, that the one thing I would really want on it, is MonoDevelop. I was wondering, with the tools to compile Mono applications on Android, is MonoDevelop available for Android, or are there plans to make it

[Mono-list] MonoDevelop 2.6 Beta 3 released

2011-05-24 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.6 Beta 3 (2.5.92). This is the third release of a series of releases that will lead to MonoDevelop 2.6. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly

[Mono-list] MonoDevelop GTK# and Pascal library

2011-04-22 Thread Bauglir
Hi, I'm developing a library in Pascal and I'm testing it. I'm having no issues on Lazarus, Delphi (Pascal) and SharpDevelop (C#) on Windows and Lazarus on Kubuntu. But Running application created in MonoDevelop GTK# on Kubuntu fails. So I've created a simpliest library in pascal:

[Mono-list] MonoDevelop 2.6 Beta 2 released

2011-04-14 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.6 Beta 2. This is the second release of a series of releases that will lead to MonoDevelop 2.6. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write

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

2011-03-02 Thread Abe Gillespie
The git integration is phenomenal! Super great stuff. Thanks, all, for a superb product! -Abe On Tue, Mar 1, 2011 at 1:25 PM, Lluis Sanchez Gual slluis.de...@gmail.com wrote: The MonoDevelop team is proud to announce the release of MonoDevelop 2.6 Beta 1. This is the first release of a

[Mono-list] MonoDevelop 2.6 Beta 1 released

2011-03-01 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.6 Beta 1. This is the first release of a series of releases that will lead to MonoDevelop 2.6. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write

[Mono-list] MonoDevelop 2.4.2 released

2011-01-19 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.4.2. This is a release based on the 2.4 stable branch, and includes several bug fixes and some feature improvements. Release notes: http://monodevelop.com/Download/MonoDevelop_2.4.2_Released Sources and packages are

Re: [Mono-list] MonoDevelop custom commands

2010-12-17 Thread Robert Jordan
On 17.12.2010 02:33, Steve Lessard wrote: Thanks for the tip. Still something doesn't add up. These exact same commands, including wildcards, do work when building the the project with XBuild. Why does it work with XBuild but not work with MonoDevelop? AFAIK, MD does not use yet xbuild.

[Mono-list] MonoDevelop custom commands

2010-12-16 Thread Steve Lessard
I'm working on OS X and trying to use MonoDevelop's custom commands to copy some files and fix the file permissions after the project is built. I've found that any custom command that makes use of wild cards will fail. Is this expected behavior? Complete build log is below. -SteveL p.s.

Re: [Mono-list] MonoDevelop custom commands

2010-12-16 Thread Robert Jordan
On 16.12.2010 21:29, Steve Lessard wrote: I'm working on OS X and trying to use MonoDevelop's custom commands to copy some files and fix the file permissions after the project is built. I've found that any custom command that makes use of wild cards will fail. Is this expected behavior?

Re: [Mono-list] MonoDevelop custom commands

2010-12-16 Thread Steve Lessard
Thanks for the tip. Still something doesn't add up. These exact same commands, including wildcards, do work when building the the project with XBuild. Why does it work with XBuild but not work with MonoDevelop? -SteveL On Dec 16, 2010, at 2:43 PM, Robert Jordan robe...@gmx.net wrote: On

Re: [Mono-list] Monodevelop 2.2.2 debugger incompatibility mono 2.6.7

2010-12-16 Thread Stifu
You guys might want to use the MonoDevelop mailing list instead. tymek wrote: Hi, I'm having the same problem. Have you solved it? Cheers Tymek -- View this message in context:

[Mono-list] [Monodevelop] adding/removing components from toolbox

2010-09-25 Thread Daniel Soto
Please!! Anyone can help me with this? Any help will be appreciated. ---BeginMessage--- Hi guys. I was writing an ASP.NET app, and want to poke around the toolbox. I did the test with AjaxControlToolkit. I added some components to the toolbox but now I can't remove them!! Plus, they appears

[Mono-list] MonoDevelop 2.4 released

2010-06-16 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.4. 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 for

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

2010-06-16 Thread Daniel Hughes
This release looks really good just one question however. If you click on ubuntu you get the following message MonoDevelop 2.2 is available in Ubuntu 10.4. Older Ubuntu releases contain older versions. MonoDevelop 2.4 coming soon. Does the coming soon message mean waiting to Ubuntu 10.10 or is

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] MonoDevelop 2.4 Beta 2 released

2010-05-26 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.4 Beta 2 (2.3.1). This is the second release of a series of releases that will lead to MonoDevelop 2.4. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly

[Mono-list] MonoDevelop crashes

2010-05-17 Thread Dean Geddes
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } Hi, Can anyone tell me what's causing the following error: Loaded assembly: F:ShareMono.2010.04.26PiPe ModulespipebinDebugPiPe.exe Loaded assembly: F:ShareMono.2010.04.26PiPe

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

2010-05-07 Thread Lluis Sanchez Gual
El dj 06 de 05 de 2010 a les 18:06 -0700, en/na Mike Christensen va escriure: This is awesome, I just installed this on my Mac and looks very good. No glaring bugs or anything. I have a few questions about the Immediate window. It seems to be read-only. First off, I cannot declare a new

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

2010-05-07 Thread Lluis Sanchez Gual
El dj 06 de 05 de 2010 a les 21:16 -0400, en/na Christopher David Howie va escriure: On 05/06/2010 09:06 PM, Mike Christensen wrote: When I'm debugging, I use the Immediate window quite a bit to mock up code before I change my program, and some polishing up on the MonoDevelop immediate

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

2010-05-07 Thread Christopher David Howie
On 05/07/2010 08:08 AM, Lluis Sanchez Gual wrote: The immediate window is just an expression evaluator, no code generation is involved. I might be able to hack support for loops, but there is no way we can support lambdas. To fully support the interactive csharp compiler, it would have to be

[Mono-list] MonoDevelop 2.4 Beta 1 released

2010-05-06 Thread Lluis Sanchez Gual
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 will lead to MonoDevelop 2.4, hopefully around the end of May. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. MonoDevelop

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

2010-05-06 Thread Mike Christensen
This is awesome, I just installed this on my Mac and looks very good. No glaring bugs or anything. I have a few questions about the Immediate window. It seems to be read-only. First off, I cannot declare a new variable: string s = Hello; EOF expected Second, if I change an existing variable

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

2010-05-06 Thread Christopher David Howie
On 05/06/2010 09:06 PM, Mike Christensen wrote: When I'm debugging, I use the Immediate window quite a bit to mock up code before I change my program, and some polishing up on the MonoDevelop immediate window would go a long way. The more this could be like Visual Studio, the better. (I'm

Re: [Mono-list] [MonoDevelop] RPM builder addin - GSOC idea

2010-03-29 Thread safknw
One more thing that we can add to this is - to make a UI/wizard for mkbundle command. On , Michael Hutchinson mjhutchin...@gmail.com wrote: On Wed, Mar 24, 2010 at 2:44 AM, saf...@gmail.com wrote: Hi, We have packaging projects in Monodevelop, which let you build source and

Re: [Mono-list] [MonoDevelop] RPM builder addin - GSOC idea

2010-03-25 Thread Lluis Sanchez Gual
El dc 24 de 03 de 2010 a les 06:44 +, en/na saf...@gmail.com va escriure: Hi, We have packaging projects in Monodevelop, which let you build source and binary packge. The binary package is in the zip format or we can say portable format not in the installer format. We can have addin

Re: [Mono-list] [MonoDevelop] RPM builder addin - GSOC idea

2010-03-25 Thread safknw
On , Lluis Sanchez Gual slluis.de...@gmail.com wrote: El dc 24 de 03 de 2010 a les 06:44 +, en/na saf...@gmail.com va escriure: Hi, We have packaging projects in Monodevelop, which let you build source and binary packge. The binary package is in the zip format or we can

Re: [Mono-list] [MonoDevelop] RPM builder addin - GSOC idea

2010-03-25 Thread Michael Hutchinson
On Wed, Mar 24, 2010 at 2:44 AM, saf...@gmail.com wrote: Hi, We have packaging projects in Monodevelop, which let you build source and binary packge. The binary package is in the zip format or we can say portable format not in the installer format. We can have addin which let you create an

[Mono-list] MonoDevelop 2.2.2 Released

2010-03-18 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2.2. This is a release based on the 2.2 stable branch, and includes many bug fixes and some feature improvements. Release notes: http://monodevelop.com/Download/MonoDevelop_2.2.2_Released Sources and packages are available

[Mono-list] MonoDevelop 2.2.1 Released

2010-02-04 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2.1. This is a release based on the 2.2 stable branch, and includes many bug fixes and some feature improvements. Release notes: http://monodevelop.com/Download/MonoDevelop_2.2.1_Released Sources and packages are available

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

2010-02-04 Thread Michael Hutchinson
On Sun, Jan 3, 2010 at 5:47 PM, Mike Christensen m...@kitchenpc.com wrote: I just got around to installing MonoDevelop 2.2 and Mono 2.6 (Both using the Disk Images) and am having several problems with web applications. 1) Running with soft debugger usually does not work.  One of three things

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

2010-01-03 Thread Mike Christensen
I just got around to installing MonoDevelop 2.2 and Mono 2.6 (Both using the Disk Images) and am having several problems with web applications. 1) Running with soft debugger usually does not work. One of three things happens (at random): The web browser is never launched but the application

[Mono-list] MonoDevelop 2.2 released

2009-12-15 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2. 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 for

[Mono-list] MonoDevelop 2.2 RC released

2009-12-10 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2 RC (2.1.2). This is the third release of a series of releases that will lead to MonoDevelop 2.2. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write

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

2009-10-20 Thread Lluis Sanchez Gual
@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list ___ Monodevelop-list mailing list monodevelop-l...@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monodevelop-list ___ Mono-list

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 ll...@novell.com wrote: The MonoDevelop team is proud to announce the release of

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

2009-10-14 Thread Michael Hutchinson
On Wed, Oct 14, 2009 at 3:20 PM, Mike Christensen m...@kitchenpc.com wrote: Will MonoDevelop 2.2 (final release) support the debugging of Mono web applications on OS/X?  Or will that remain only supported on Linux? No. MD cannot support Mono debugging on Mac until the Mono debugger is released

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

2009-10-14 Thread Abe Gillespie
OMG thank you - SVN support. Man, if this was two months ago I wouldn't have bought Versions. ;) Does the MD project take donations? As an owner of an open source project myself, I know how nice it is to receive donations. $50 to help debugging support along? Thanks for the awesome. -Abe On

[Mono-list] MonoDevelop 2.2 Beta 1 released

2009-09-09 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.2 Beta 1 (2.1). This is the first release of a series of releases that will lead to MonoDevelop 2.2, hopefully around the end of October. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages.

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

2009-09-09 Thread Daniel Soto
Wow!! amazing! Good job!! I'm impacient waiting the final release of MD 2.2. I will test MD 2.2 beta on a virtual machine. 2009/9/9 Lluis Sanchez Gual ll...@novell.com The MonoDevelop team is proud to announce the release of MonoDevelop 2.2 Beta 1 (2.1). This is the first release of a series

Re: [Mono-list] [MonoDevelop] Also a DEPLOY TO WEB problem

2009-07-10 Thread Chris Howie
On Fri, Jul 10, 2009 at 8:42 AM, clemenslindersclemenslind...@yahoo.com wrote: And now I get an error that would lead me to believe that there is a bug, or perhaps VS 2005 solutions cannot be ported by opening them in MonoDevelop?? I get the following error: SystemIOFileNotFoundException:

[Mono-list] monodevelop on FreeBSD???

2009-04-01 Thread Dennis_
I download source from http://ftp.novell.com/pub/mono/sources/monodevelop/monodevelop-1.9.3.tar.bz2 and unpack. How to compile and install monodevelop now ? -- View this message in context: http://www.nabble.com/monodevelop-on-FreeBSDtp22808821p22808821.html Sent from the Mono - General

Re: [Mono-list] monodevelop on FreeBSD???

2009-04-01 Thread somepalli
Dennis_ wrote: I download source from http://ftp.novell.com/pub/mono/sources/monodevelop/monodevelop-1.9.3.tar.bz2 and unpack. How to compile and install monodevelop now ? i didn't tried monodevelop on FreeBSD. I think following link will useful for u but its not useful sorry for

[Mono-list] MonoDevelop Assembly error (CS0246)

2009-03-29 Thread rlejsza
Hi, I’ve got following problem with compilation my application under mono. Whole application is compiling fine in VS 2008. I’m copying sources to linux environment and opening project with MonoDevelop application. When I hit compile, I’ve got following error: The type or namespace name

Re: [Mono-list] MonoDevelop and C# help

2009-03-20 Thread Magius(CHE)
ShadyTyrant wrote: I run vista on my laptop and Ubuntu Linux on my desktop. On my desktop I have mono and MonoDevelop installed in order to use the dotNet framework and code in C# on the linux OS. Now when I save my project (lets say a hello world program) with mono develop and I go to

Re: [Mono-list] MonoDevelop and C# help

2009-03-18 Thread ShadyTyrant
Thanks I found out how to package the application for linux and windows now. Mono makes it very easy and I feel like a noob now for not finding that feature on my own. -- View this message in context: http://www.nabble.com/MonoDevelop-and-C--help-tp22519884p22590982.html Sent from the Mono -

[Mono-list] MonoDevelop 2.0 Beta 2 Released

2009-03-16 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.0 Beta 2 (1.9.3). MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages.  This release is the last step before the final release of MonoDevelop 2.0. It contains lots of bug fixes, some performance

[Mono-list] MonoDevelop and C# help

2009-03-15 Thread ShadyTyrant
I run vista on my laptop and Ubuntu Linux on my desktop. On my desktop I have mono and MonoDevelop installed in order to use the dotNet framework and code in C# on the linux OS. Now when I save my project (lets say a hello world program) with mono develop and I go to the directory it was saved I

Re: [Mono-list] MonoDevelop and C# help

2009-03-15 Thread Michael Hutchinson
On Sun, Mar 15, 2009 at 1:21 AM, ShadyTyrant shadytyr...@gmail.com wrote: I run vista on my laptop and Ubuntu Linux on my desktop. On my desktop I have mono and MonoDevelop installed in order to use the dotNet framework and code in C# on the linux OS. Now when I save my project (lets say a

Re: [Mono-list] MonoDevelop and C# help

2009-03-15 Thread 明覺
I use debian, and i encountered this problem also, it's caused by the desktop environment doesn't have an entry for application/x-ms-dos-executable files, we can solve by this method, first create an entry for application/x-ms-dos-executable files by adding the attached the file into

[Mono-list] MonoDevelop 2.0 Beta 1 released

2009-02-12 Thread Lluis Sanchez Gual
The MonoDevelop team is proud to announce the release of MonoDevelop 2.0 Beta 1 (1.9.2). This is the third release of a series of releases that will lead to MonoDevelop 2.0 around the end of March. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages.  This release

Re: [Mono-list] [MonoDevelop] GTK# icon in a Winforms project

2008-12-26 Thread Jérémie Laval
You have to refer to the icons license meaning it depends on which icon set you are using. For example if you use Tango icon set you have to comply with the Creative Commons Attribution Share-Alikehttp://creativecommons.org/licenses/by-sa/2.5/license. -- Jérémie Laval jeremie.la...@gmail.com

  1   2   3   4   >