This is the line mono on linux locks up (i am using 2.6.4 VM distro on the official site) var match = Regex.Match(sz, linkPattern);
I am trying to serialize a complex graph using c# mono (mono v2.6) the graph has bi-directional links and there are objects which create circular dependencies. After doing some reading I tried setting
I have created a c# application in ubuntu using monodevelop. It is running well in ubuntu. I tried to run that application(firstgtk.exe file created after running in ubuntu)in windows.But it showing e
For a simple appliance that runs on a Windows & .NET operating system, we need to create a simple configuration web interface to control it. Just like your router\'s configuration page,开发者_如何
Is there an official way for sending facebook updates (i.e. wall texts with links) from a (desktop) application?
I have two processes running on the same windows machine. One is using mono, t开发者_StackOverflow社区he other is using MS .NET.
I am having problems getting the GTK designer to work with MonoDevelop. I tried 2.4 on Arch Linux and it gave this problem. Then I tried 2.2 on OpenBSD and it gives the exact same problem. Both machin
Why doesn\'t this C# typecheck? In this example, I am trying to pass a 开发者_如何学Gomethod of type string -> string as a Func<string, string>. It would be seem perfectly reasonable to be ab
I\'m trying to get started using agsXMPP, but I\'m having some problems. I\'m trying to run this code:
I need to enable 开发者_开发百科Auto completion for C programs in Mono - I think using CTAG? How can I do that?Quick google found me this ( I had the same question )