[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 menu items rather than "Edit file.." or "Submit changes.." a

[Mono-list] Need to disable autoreload when Web.config file is modified

2013-07-02 Thread Victor d'Agostino
Hello, I use mono 2.6.7.and I run web apps with mod-mono-server root 22922 0.1 0.0 1535656 14240 ? Sl 10:33 0:00 /opt/novell/mono/bin/*mono* /opt/novell/mono/lib/mono/1.0/*mod-mono-server.exe* --nonstop --verbose --root /data/Myapp --filename /tmp/Myapp --applications /Myapp:/

[Mono-list] Install Mono on Vosual Studio

2013-07-02 Thread GeneralBouLi
Hi all, Sorry to disturb you. I develop on Visual Studio since 1 year. I begin on a multi-OS application and i see Mono can halp me. Can you explain how i can use it on Visual Studio 2008/2010 or 2012. I read explication on site but i don't understand all of them. Thanks. -- View this message

Re: [Mono-list] Need to disable autoreload when Web.config file is modified

2013-07-02 Thread Abe Gillespie
That's simply how it works. Mono is honoring the behavior that hot-editing web.config is designed to do. Perhaps you're doing something with web.config beyond its intended use? Are you changing configuration that's read on-demand? If so, perhaps you should use a different method for your config

Re: [Mono-list] Install Mono on Vosual Studio

2013-07-02 Thread Abe Gillespie
By and large you develop for Mono without changing any of your Win/.Net habits. Often you can write your app top-to-bottom on Windows, copy the bin to a Lin/Mono box, and be done. There are a few caveats such as P/Invoke and 3rd-party tools that use Windows-specific functionality. Even these cas

Re: [Mono-list] Install Mono on Vosual Studio

2013-07-02 Thread Ian Norton
Don't get lazy with file paths either, make use of Path.Combine() rather than just joining strings with "\" :) On 2 July 2013 16:12, Abe Gillespie wrote: > By and large you develop for Mono without changing any of your > Win/.Net habits. Often you can write your app top-to-bottom on > Windows,

[Mono-list] mscorlib.dll was not found or could not be located

2013-07-02 Thread markcoburnwa
I am building mono from source using a non-standard prefix. I then am manually bundling the pieces of mono that I need (not using mkbundle) like the mono executable, mscorlib, and the class libraries. When I deploy my application with the bundled mono to a test linux box it works if I am targetin

Re: [Mono-list] Install Mono on Vosual Studio

2013-07-02 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of GeneralBouLi > > Sorry to disturb you. I develop on Visual Studio since 1 year. I begin on a > multi-OS application and i see Mono can halp me. Can you explain how i can > use it on Visual Studio