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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
