You probably have a state reference of that assembly laying around and mono is picking it up instead of the one you meant it to. do a "grep -rl ReplicaTest" on your project root and try to remove duplicate stale assemblies."
On Fri, Jul 20, 2012 at 12:21 PM, Maurício Linhares < [email protected]> wrote: > I'm trying to run some tests from the command line and I'm getting this > error: > > System.MissingMethodException: Method not found: > 'OfficeDrop.Sync.Application.ReplicaTest.DoWithPaths'. > > I do know this method is in there because it is part of my class, so it > doesn't really make sense that is isn't in there, here's the full stack > trace: > > https://gist.github.com/41a164e5332bef415847 > > When I run this inside of MonoDevelop it works, it only fails when I run > it from the command line. > > - > Maurício Linhares > http://techbot.me/ - http://twitter.com/#!/mauriciojr > > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
