I\'ve been having quite a bit of trouble getting an MVC2 web application to find the MySQL connector. I am running CentOS 5.
Is there any way to obtain the AssemblyVersion of a .Net executable in Linux without using mono?What I am trying to have is a script or command that will let me obtain the AssemblyVersion on Linux box
I tested IronPython on mono 2.8 with the code in the book Professional IronPython p.315 listing 15-3.
I would like to keep a custom configuration file for my app and JSON seems like an appropriate format*.
I am creat开发者_StackOverflowing a program that listens to video streams over multicast. Listening to one feed with Mono on Linux works fine but listening to 15 feeds drops packets. Running the code
I\'m running the mono branch build of DotNetOpenAuth and having problems with No OpenID Endpoint Found errors trying to authenticate using google, but not sure how to diagnose them.
I am using mono 2.8 with Visual Studio 2008. 开发者_Python百科I have installed \"mono-2.8-gtksharp-2.12.10-win32-9\".
I\'m looking for a 3d engine (for games). I prefer C# with .net or Mono but C++ would also do it if I don\'t find anything for C#. I want to code programs for Windows and Linux. iPhone/Android would a
I asked about an error for running Swig examples on mono 2.8 here. Adding \"-arch i386\" solved the issue with simple example, but when I tried to run the other examples, I got the following error, f
I installed emacs C# mode. The .emacs file is as follows (require \'csharp-mode) (setq auto-mode-alist (append \'((\"\\\\.cs$\" . csharp-mode)) auto-mode-alist))