http://bugzilla.novell.com/show_bug.cgi?id=577817

http://bugzilla.novell.com/show_bug.cgi?id=577817#c1


--- Comment #1 from Chris Hardy <[email protected]> 2010-02-08 02:28:01 UTC ---
Changing     

var audioUrl = new NSUrl(Path.Combine(documentsFolder, "audio.wav"));
to
var audioUrl = NSUrl.FromFilename(Path.Combine(documentsFolder, "audio.wav"));

fixes the problem. Should NSUrl not work fine?

ChrisNTR

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to