Ok I am using Windows and have .Net 3.5 and the Mono 2.6 frameworks installed.I also have installed MonoDevelop and plan on using it. I just need to know if I am setup to use the Mono runtime.
I\'m trying to get / compile / install mod开发者_运维百科_mono for Apache 2.2.4 on Solaris 10.
Requesting a simple HTML page with a jpg image makes XSP2 crash. If I remove the image from the HTML then the page is served OK all the time.
What is the performance like when using Apache mod_mono compared to IIS 6 or 7? Does the mod-mono-server that receives the requests from mod_mono have the ability to thread incoming requests or does i
I have recently discovered that I am affected by this bug http://www.mail-archive.com/mono-bugs@lists.ximian.com/msg71515.html
I trying to open C: directly with FileStream without success: new FileStream(\"C:\", FileMode.Open, FileAccess.Read, FileShare开发者_如何转开发.ReadWrite);
I used ikvmc to compile svnkit to a C# (dll) library and linked it as a reference to my project. I tried a proof of concept code to checkout:
How do I debug a mono project? I can\'t seem to run it. It builds perfectly. But running it is another issue altogether.
I\'m trying to pick up Svn.NET (http://www.pumacode.org/projects/svndotnet/) library for use in my Mono project. I tried compiling its mockapp -> svnmockapp project (http://www.pumacode.org/projects/s
The MS Heal开发者_高级运维thvault SDK comes with a dll, that is necessary for programming with Healthvault. Is there a way to build an HV application in mono?