I'm having similar issues sometimes with MD 2.8. I reference an existing project and create an instance of a class from the project, but I get an error that the DLL is not in the assembly. Then I remove the "using" and use the full qualified name instead and it works. Then I change back to "using" and it still is working. Very strange. Happened in two projects so far and I submitted the output log without really getting a satisfying answer. I'm hoping this issue will be found and resolved. Seems to be a nasty one.
René -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Nic Wise Gesendet: Donnerstag, 27. Oktober 2011 17:57 An: MilkyJoe Cc: [email protected] Betreff: Re: [MonoTouch] Problem building when set to debug on iPhone Sounds like a compiler or linker error. Sebastian? On Thu, Oct 27, 2011 at 15:58, MilkyJoe <[email protected]> wrote: > Again, if I temporarily add a reference for the SQlite project to the > Main project, the solution builds perfectly again; even after the > temporary reference has been removed. > > It's as if I'm tricking MonoTouch into see the SQLite project that is > only referenced from withint the Data project. > > Does this suggest I'm failing to do something? > > Although I am managing to work around the project, it's a bit messy. > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Problem-building-when-set-to-de > bug-on-iPhone-tp3944376p3944794.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
