[Mono-bugs] [Bug 654536] New: Calling AssetManager.List() causes NullReferenceException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Nov 18 00:56:56 EST 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=654536#c0


           Summary: Calling AssetManager.List() causes
                    NullReferenceException
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: 64bit
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mkestner at novell.com
        ReportedBy: cummings.michael at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7

When adding files of type AndroidAsset, then trying to list the files using
AssetManager.List() results in a NullReferenceException.

Reproducible: Always

Steps to Reproduce:
1.Add a file under the Assets folder
2.Set the Build Action property to AndroidAsset
3.In the View call Context.Assets.List( "");
Actual Results:  
Exception is raised

Expected Results:  
return a list of files in the folder specified

-- 
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