Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting this. It is a problem related to the project definition,
the assembly locations and the dependencies. If you copy all of the binaries
(including the dependencies) to your project runtime directory, mono should
find them. What I did to solve the problem with the samples was to include the
generated .cs files instead of a reference to the binary (dll) for the service
reference. This workaround should solve your problem as well.
I am lowering the priority of this issue, as there is a fairly good workaround.
Let me know if you think the workaround doesn't meet your needs and the
priority should be raised.
Austin Skyles
Original comment by asky...@google.com
on 21 Dec 2011 at 6:44
I see, so it's just a dependency issue that Mono isn't resolving. And also not
giving a useful error as to which dependency it can't find.
It might be a good idea to better document which libraries are necessary
dependencies for which Services. I'll see if I can't figure out which ones are
the basic necessities I need and report back.
Original comment by fluxdr...@gmail.com
on 21 Dec 2011 at 7:59
[deleted comment]
Hmm got it to work. I still only used Google.Apis.dll and
Google.Apis.Plus.v1.dll (Newtonsoft.Json as well) but dropped them in a local
directory for the project and Referenced those copies instead. Now compiles.
Never had this issue before though, with MonoDevelop referencing external
dependencies. The strange thing is even before when I was referencing them from
another path it would copy the dll's to the /bin folder (as it should), but
just wouldn't compile.
Original comment by fluxdr...@gmail.com
on 21 Dec 2011 at 8:19
I agree, it's very strange. I think this is an issue with monodevelop so I
think I will close this issue from our end.
Original comment by AustinSk...@gmail.com
on 21 Dec 2011 at 9:55
Original comment by asky...@google.com
on 21 Dec 2011 at 9:56
Original issue reported on code.google.com by
fluxdr...@gmail.com
on 21 Dec 2011 at 6:20