I have some code in an XML file that I load and compile at runtime in an application. This works fine on Windows, but under Mono I get开发者_如何学C assembly reference errors.Here\'s the examine code
Is it possibl开发者_开发问答e to access the \"errno\" variable in C# when P/Invoking? This is similar to Win32 GetLastError().I\'m fairly sure that there is a way, but it probably is a bad idea. How w
I\'m developing a huge console application for Unix using C# via Mono. If I develop that app using M Visual Stud开发者_高级运维io and .NET 3.5 and I carefully neglect to use win32 specific API calls,
I need programmatically get all storage drives available in a linux system with the following fields:
I have the code below for getting a list of child processes on windows by interop\'ing with ntdll. Is there an equivalent to \'NtQueryInformationProcess\' on Linux, which get\'s me the process id of t
I have 开发者_Go百科a simple code byte[] buffer = Encoding.UTF8.GetBytes(\"abracadabra\"); MemoryStream ms = new MemoryStream();
How can I have a (semi) transparent backg开发者_开发百科round in GTK Sharp?In C it\'s gtk_window_set_opacity(window, 0.5); I don\'t know if this function is wrapped in Gtk#.Since Gtk version 3.8 (rele
[edit] Found the solution. Reinstall EVERYTHING - xcode, mono, monodevelop and monotouch. Now it works. yay.
I tried using Path.GetDirectoryName() but it doesn\'t work. What I\'m trying to get is from /home/nubela/test/some_folder , I wanna get \"some_folder\"
We have implemented SSO in a .开发者_开发百科NET web application using Windows Identity Foundation (WIF). It works great. However, we have to run it on a UNIX system using Mono. Is that possible?AFAIK