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
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:/
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
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
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
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,
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
> 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