I am creating a 3tier application with some of the data tier persisting data through the google calendar api. I have organized the tiers in different projects within one visual studio 2010 solution, thus building with .net 4.0 (beta 2).
The fact is that even though I am able to build the project, which references the google calendar api assemblies, the main project, using wpf, cannot build. The symptom is that the types inside the data tier assembly isn't declared: "Name 'some-type' is not declared. I have a non-wpf-project (for testing purposes) which actually is building. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en.
