Hey guys,
I'm getting a really wierd error when I'm trying to build a project (that has already been build and tested before). I have 1 solution that contains 3 project. The engine is being referred by project B and project C (the main starter) is reffers to Project B and the engine. I don't know why I get this error and we could compile the project before. I have done everything I could, like refers to other projects that we have that are all built on the same framework, and all seems fine excepts that in my project B, the .dll refering to the engine are not there (maybe its because the project is not building, anyway I tried to copy them manually but it is still not working. Can some one help me with this please ?
Error : /Users/cRoy/Documents/SVN/TelDig (trunk)/TelDig/TelDig.Core: Error XA0000: Unexpected error - Please fill a bug report at http://bugzilla.xamarin.com. Reason: System.IO.FileNotFoundException: Could not load assembly 'cmEngine.Mono.Android, Version=, Culture=neutral, PublicKeyToken=null'. Perhaps it doesn't exist in the Mono for Android profile? (XA0000) (TelDig.Core.Android)
Thanks a lot for your time !
Claude