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

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


Nikolai Sander <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Nikolai Sander <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to