Hi I figured one post per issue makes things easier.
My app uses a bunch of library projects that exist in two fashions.. one for PC, one for M4A. In one lib, I end up with 3 unwanted DLLs in the output folder that are not referenced in any project. I've done some digging, and looking at ResolveAssemblyReference.cache it seems they are being caught during the compilation process (only for the M4A variety though). The dlls are as follows: System.EnterpriseServices.dll (the cache file says this was found twice, once in the 64bit GAC in version 2.0.0.0 (which is what is being used in the end), once in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0) System.EnterpriseServices.Wrapper.dll (no idea where that's from.. could be a COM wrapper for something but then again there's no COM in M4A), and finally System.Data.OracleClient.dll (once again from the GAC, version 2.0.0.0 again). So, somewhere in the compilation process, somebody seems to think we need those DLLs. And I'd say we don't (them not being in the PC build and all). Any idea why those are being picked up? Regards Stephan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unwanted-DLLs-in-project-output-tp5712001.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
