[Mono-bugs] [Bug 666610] DirectoryNotFoundException when compiling - Preview 1

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 31 23:42:18 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=666610#c3


--- Comment #3 from Matthew Groves <webmaster at mgroves.com> 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.


More information about the mono-bugs mailing list