miguel.de.icaza

6,111
reputation
2019 views

Registered User

name miguel.de.icaza
member for 1 year
seen 11 hours ago
website
location Boston
age
Mostly an open source developer.
11h
answered Mono under Jboss
Dec
16
awarded  .net
Dec
12
answered How to create OSX Package that runs Mono application “natively” (Bootstrapper)
Dec
10
accepted Why would a self-hosted service hang after handling one response running on Mono?
Dec
9
answered Why would a self-hosted service hang after handling one response running on Mono?
Dec
6
awarded  Mortarboard
Dec
2
comment Why doesn’t CTRL-D send EOF in mono?
I hope that this bug gets backported to mono-2-4 ;-)
Dec
2
awarded  Commentator
Dec
2
comment Playing a Sound With Monotouch
A final note, you can use also: var sound = new SystemSound (url) Instead of SystemSound.FromFile if you want to get a more detailed exception instead of the "null" in case of errors.
Dec
2
comment Playing a Sound With Monotouch
You are getting a NullReferenceException, so chances are, you do not have a valid file there that you can use with SystemSound (it is limited to 30 second samples). Use the APIs that we actually recommended you use, not SystemSound.
Dec
2
answered Write to a File in Monotouch
Nov
20
answered Is MonoDeveloper’s editor slow for you?
Nov
20
answered Playing a Sound With Monotouch
Nov
10
comment What is the state of non-Objective-C programming for iPhone?
We have reports of the IDE being very slow, but we have not been able to reproduce in our systems; If you do not mind, I would like to ask you to run a few commands that might help us pinpoing why MonoDevelop feels sluggish. Email me at miguel@gnome.org
Nov
6
comment Confusion about System.Data.SQLite.dll
Please provide the full error message, and run your program like this: MONO_LOG_LEVEL="debug" MONO_LOG_MASK="dll" mono app.exe
Nov
6
answered asp.net mvc mono 2.4
Nov
6
answered On-the-fly conversion of MPEG files on MonoTouch
Nov
6
answered Issue with MonoTouch
Nov
2
awarded  Nice Answer
Oct
27
awarded  Nice Answer
Oct
19
answered Is there a way to mix MonoTouch and Objective-C?
Oct
19
answered Is MonoTouch worth the cost or should I just learn Objective-C?
Oct
15
awarded  Nice Answer
Oct
13
asked How can I launch multiple instances of MonoDevelop on the Mac?
Oct
12
accepted Cross iPhone communication using mono touch
Oct
11
accepted Is there a way to mix MonoTouch and Objective-C?
Oct
10
answered Cross iPhone communication using mono touch
Oct
10
answered What are the following constructs in Mono.Cecil referring to in C#?
Oct
10
comment mod_mono parallel requests dont’t run in parallel
Would you mind posting a sample, it is not clear from your question how you configured mod_mono or what your software is doing. With a test case, we could provide you with an answer.
Oct
10
answered Are XmlMtomReader and XmlMtomWriter fully implemented in Mono project?
Oct
10
comment General C# + ASP.net + Mono questions.
What platform are you using, and what version of Mono do you have installed?
Oct
10
answered Options for game development with MonoTouch
Oct
10
answered Is there a way to mix MonoTouch and Objective-C?
Oct
10
awarded  Scholar
Oct
10
awarded  Editor
Oct
10
revised Why is it not possible to use the MPMoviePlayerController more than once?
Updated with samples.
Oct
10
asked Why is it not possible to use the MPMoviePlayerController more than once?
Oct
6
awarded  Nice Answer
Sep
26
accepted How can I play a sound on the iPhone using mono touch?
Sep
23
answered DbLinq and Mono 2.4: Working Together?
Sep
23
answered HTTP 500 error in Apache/mod_mono but not in xsp
Sep
23
accepted How can I shrink the size of my mono touch application
Sep
23
answered Is there a WebClient object that can be used in MonoTouch?
Sep
23
answered sizeWithFont with MonoTouch
Sep
23
answered How can I play a sound on the iPhone using mono touch?
Sep
23
answered How can I shrink the size of my mono touch application
Sep
19
awarded  mono
Sep
18
awarded  Yearling
Sep
15
comment How does MS-PL license work?
The MS-PL only covers the bits that you received under the MS-PL, it does not cover the extra portions or derivative works. So if you combine A(MS-PL) and B(MIT), A remains MS-PL and B remains MIT. In general, when you edit a file, you get to set the copyright rules for the changes that you introduce. The original code is under the license that you received it in, and the derivative work and your changes are under any license that you want. So for example, if you combine in a source file BSD code with MIT code, you must keep both copyright licenses on the file.
Aug
18
awarded  Guru