Search code examples
c#c#-4.0google-docsgoogle-docs-api

Is the google docs api incompatible with C# 4.0?


I've added references to all the required docs api dll's, but I still get missing reference exceptions when I try to compile.


Solution

  • I changed the project's "Target Framework" from the VS2010 default, which is ".NET Framework 4 Client Profile", to ".Net Framework 4" and everything works fine now.