Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Installation and initial builds #435

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 'Google Data API Setup (1.6.0.0).msi
2. Open 'Google Data API SDK' in Visual Studio 2008 (standard)
3. Run 'Build/Build Solution' - lots of errors referencing NUnit
4. Install 'NUnit-2.5.7.10213.msi'
5. ReRun 'Build/Rebuild Solution' - 10 errors
6. Example error: Error 1   'TestContext' is an ambiguous reference between 
'Google.GData.Client.UnitTests.TestContext' and 
'NUnit.Framework.TestContext'   C:\Users\David\Documents\Google Data API 
SDK\Sources\Library\unittests\webmastertools\WebmasterToolsRequestTests.cs  31  17
    unittests

What is the expected output? What do you see instead?
No errors

What version of the product are you using? On what operating system?
Installers listed above. Operating system: windows vista home premium

Please provide any additional information below.
I also uninstalled both msi installations above and installed NUnit first. The 
build process resulted in the same errors.

Original issue reported on code.google.com by david.to...@gmail.com on 15 Oct 2010 at 12:07

GoogleCodeExporter commented 9 years ago
It seems Google.GData.Client.UnitTests.TestContext. Replace all to 
Google.GData.Client.UnitTests.TestContext. That worked.

Original comment by fkil...@gmail.com on 5 Nov 2010 at 7:46

GoogleCodeExporter commented 9 years ago
As fkiller suggested, there was ambiguity between two classes.
This is going to be fixed in the next release.

Original comment by ccherub...@google.com on 8 Nov 2010 at 4:11

GoogleCodeExporter commented 9 years ago
The latest release (1.7.0.1) should have fixed this issue.

Original comment by ccherub...@google.com on 7 Dec 2010 at 8:36