[Mono-bugs] [Bug 660622] ALAssetsLibrary class does not exist in MonoTouch.AssetsLibrary

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 30 13:34:57 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=660622

https://bugzilla.novell.com/show_bug.cgi?id=660622#c1


Nikolai Sander <nikolai at eodsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nikolai at eodsoft.com

--- Comment #1 from Nikolai Sander <nikolai at eodsoft.com> 2010-12-30 18:34:57 UTC ---
Not sure why it says "Couldn't Reproduce".

Any idea when this will be fixed? It's a show stopper for us :(

Here's a repro case:

using System;
using MonoTouch.AVFoundation;
using MonoTouch.AssetsLibrary;

namespace MyNamespace
{
    public class AudioManager
    {        
        ALAssetsLibrary al;
        public AudioManager ()
        {
        }
    }
}

Result:
/Users/Nikolai/Perforce/SpawnTouch/trunk/SpawnTouch/AudioManager.cs(17,17):
Error CS0246: The type or namespace name `ALAssetsLibrary' could not be found.
Are you missing a using directive or an assembly reference? (CS0246)
(SpawnTouch)

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list