Hi Frank,
I am getting the following 19 errors when trying to rebuild the SDK
solution,
---------------------------
Error   3       Source file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\extensions\contacts.cs' could not be opened ('The
system cannot find the file specified. ')       Common Data Extensions
Error   4       Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Access Control
Error   5       Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Picasa
Error   6       Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Documents
Error   7       Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Applications
Error   8       Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Spreadsheets
Error   9       Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Codesearch
Error   11      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Calendar
Error   12      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gacl\bin\Debug\Google.GData.AccessControl.dll'
could not be found      Calendar
Error   13      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        Contacts
Error   14      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gcodesearch\bin\Debug
\Google.GData.CodeSearch.dll' could not be found        unittests
Error   15      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gspreadsheets\bin\Debug
\Google.GData.Spreadsheets.dll' could not be found      unittests
Error   16      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gdoclist\bin\Debug\Google.GData.Documents.dll'
could not be found      unittests
Error   17      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gcontacts\bin\Debug\Google.GData.Contacts.dll'
could not be found      unittests
Error   18      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gphotos\bin\Debug\Google.GData.Photos.dll'
could not be found      unittests
Error   19      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gapps\bin\Debug\Google.GData.Apps.dll' could
not be found    unittests
Error   20      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gcalendar\bin\Debug\Google.GData.Calendar.dll'
could not be found      unittests
Error   21      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gextension\bin\Debug
\Google.GData.Extensions.dll' could not be found        unittests
Error   22      Metadata file 'C:\Program Files\Google\Google Data API SDK
\Sources\Library\VS2005\gacl\bin\Debug\Google.GData.AccessControl.dll'
could not be found      unittests
---------------------------

Thanks,
Ajit

On Apr 22, 2:09 pm, Ajit <[EMAIL PROTECTED]> wrote:
> Hi Frank,
> I was able to build the solution "Google Data APIs Samples" after the
> following corrections,
>
> ----
> 1. Copied the missing file from version 1.1.3,
> "C:\Program Files\Google\Google Data API SDK\Sources\Src\version
> \AssemblyVersion.cs". Changed version.
>
> 2. Corrected path for file "migrationsample.cs" in prject
> "gapps_migration_sample.csproj".
>
> 3. Corrected dll reference, Google.GData.AccessControl.dll in
> "Calendar"  project. Earlier older version dll was being reference.
>
> 4. Copied the missing "App.ico" file in projects where needed.
> ----
>
> I tried to build the SDK solution and that also gives errors.
> Thanks,
> Ajit
>
> On Apr 22, 1:07 pm, Frank Mantek <[EMAIL PROTECTED]> wrote:
>
>
>
> > Can you give me the exact errors?
>
> > Frank Mantek
> > Google
> > On Apr 22, 2008, at 6:01 PM, Ajit wrote:
>
> > > Hi Frank,
> > > Thanks for the release. I downloaded and installed the MSI/Setup. I am
> > > able to open both the solutions (SDK and Samples) in Visual Studio
> > > 2005 but unable to build/compile. It's giving some path mismatch
> > > errors/missing file errors. Can you please check it at your end or let
> > > me know if I am missing anything.
> > > Thanks,
> > > Ajit
>
> > > On Apr 22, 10:29 am, Frank Mantek <[EMAIL PROTECTED]> wrote:
> > >> It took a while, but we just released a new version of the .NET  
> > >> client
> > >> library for the family of Atom Publishing protocol based Google Data
> > >> Apis. There are a lot of changes in this release (you can find the
> > >> full release notes 
> > >> here:http://google-gdata.googlecode.com/svn/trunk/clients/cs/docs/generate...)
> > >> , but the most notable changes are listed here.
>
> > >> Visual Studio Project Templates
>
> > >> It was never so easy to get going. When you use the setup program, 6
> > >> project templates are placed into your Visual Studio template folder.
> > >> Now, just use "New Project" and pick the template you like. You get a
> > >> minimal, but working, Google Data API application. They use a common
> > >> login dialog, log you in, and display the result in a listview. Easy
> > >> to start, easy to modify. If you choose the archive download, just
> > >> copy the templates from the subversion repository to your Visual
> > >> Studio installation.
>
> > >> Better Visual Studio integration
>
> > >> After installation, the Google .NET assemblies are now registered, so
> > >> that they show up in the "Add reference" dialog. No more searching
> > >> your harddisk to find the just installed SDK...
>
> > >> .NET 2.0 and upwards
>
> > >> The code is slowly moving to the present, and support for .NET 1.1  
> > >> was
> > >> removed with this release. Generics and other features just make the
> > >> SDK perform better and easier to maintain. Something that will help  
> > >> us
> > >> in adding more features in the future.
>
> > >> Support for Google Contacts
>
> > >> There is support for the Google Contacts API as well as a project
> > >> template to get you going.
>
> > >> You can find the release here:
>
> > >>http://code.google.com/p/google-gdata/downloads/list
>
> > >> and if you happen to find bugs, have suggestions, please post them  
> > >> here:
>
> > >>http://code.google.com/p/google-gdata/issues/list
>
> > >> Regards
>
> > >> Frank Mantek
> > >> Google- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" 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-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to