https://bugzilla.novell.com/show_bug.cgi?id=666610
https://bugzilla.novell.com/show_bug.cgi?id=666610#c3 --- Comment #3 from Matthew Groves <[email protected]> 2011-02-01 04:42:17 UTC --- Okay, I have some more information that will hopefully help. I've just been taking random stabs at trying to figure this out, and I finally hit something: I removed the reference to FileHelpers.dll (a CSV-parsing library) along with the code that used it of course, and the DirectoryNotFoundException message went away. Unfortunately, a new error took its place: Error 1 MonoDroid.Utils.CommandFailedException: Operation is not valid due to the current state of the object. C:\zproj\MonoStockPortfolio\MonoStockPortfolio\monodroid MonoStockPortfolio And here's some more detail: C:\Program Files (x86)\MSBuild\Novell\monodroid.exe -v --nosign --sdk-dir="C:\android-sdk-windows" --builddir="C:\zproj\MonoStockPortfolio\MonoStockPortfolio\obj\Debug\android" --framework-dir="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v2.2" --framework-dir="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0" -S="C:\zproj\MonoStockPortfolio\MonoStockPortfolio\obj\Debug\res" --package="com.monostockportfolio" --abi="armeabi" --java-sdk-dir="C:\Program Files\Java\jdk1.6.0_22" --debug --manifest-template="C:\zproj\MonoStockPortfolio\MonoStockPortfolio\Properties\AndroidManifest.xml" --sdk-platform="8" "C:\zproj\MonoStockPortfolio\MonoStockPortfolio\bin\Debug\MonoStockPortfolio.dll" "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v2.2\Mono.Android.dll" "C:\zproj\MonoStockPortfolio\MonoStockPortfolio.Core\bin\Debug\MonoStockPortfolio.Core.dll" "C:\zproj\MonoStockPortfolio\MonoStockPortfolio.Entities\bin\Debug\MonoStockPortfolio.Entities.dll" "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0\mscorlib.dll" "C:\zproj\MonoStockPortfolio\libs\PostSharp.SL.dll" "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0\System.Core.dll" "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0\System.dll" "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0\System.Xml.dll" "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoDroid\v1.0\System.Xml.Linq.dll" monodroid : error 1: MonoDroid.Utils.CommandFailedException: Operation is not valid due to the current state of the object. at MonoDroid.Utils.ProcessRocks.<ReadStandardOutput>c__Iterator4.MoveNext() at Monodroid.Toolbox.InvokeCommand(IEnumerable`1 commandLine) at Monodroid.Toolbox.InvokeJavac(String src_path) at Monodroid.Droidinator.CreateDalvikBytecode(List`1 javaTypes, List`1 assemblies) at Monodroid.Droidinator.CreateApk() at Monodroid.MainClass.Main(String[] argv) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
