ajmal744 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

youtube api . can find baseclientservice.cs #526

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Compile my code.
2.I get error here
YouTubeService youtube = new YouTubeService(new BaseClientService.Initializer()
            {
                ApiKey = Informacion.ApiKey
            });
3.

What is the expected output? What do you see instead?
Locating source for 
'c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\b
in\Debug\test\default\Src\GoogleApis\Apis\Services\BaseClientService.cs'. 
Checksum: MD5 {b8 10 ad 70 9f b6 db d0 7d 61 8c 6b 9 c9 b1 94}
The file 
'c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\b
in\Debug\test\default\Src\GoogleApis\Apis\Services\BaseClientService.cs' does 
not exist.
Looking in script documents for 
'c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\b
in\Debug\test\default\Src\GoogleApis\Apis\Services\BaseClientService.cs'...
Looking in the projects for 
'c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\b
in\Debug\test\default\Src\GoogleApis\Apis\Services\BaseClientService.cs'.
The file was not found in a project.
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\crt\src\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\atlmfc\src\mfc\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\atlmfc\src\atl\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\atlmfc\include\'...
The debug source files settings for the active solution indicate that the 
debugger will not ask the user to find the file: 
c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\bi
n\Debug\test\default\Src\GoogleApis\Apis\Services\BaseClientService.cs.
The debugger could not locate the source file 
'c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\b
in\Debug\test\default\Src\GoogleApis\Apis\Services\BaseClientService.cs'.

What version of the product are you using?
<packages>
  <package id="Google.Apis" version="1.9.1" targetFramework="net45" />
  <package id="Google.Apis.Core" version="1.9.1" targetFramework="net45" />
  <package id="log4net" version="2.0.3" targetFramework="net45" />
  <package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
  <package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
  <package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" />
  <package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
  <package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
  <package id="Zlib.Portable" version="1.10.0" targetFramework="net45" />
</packages>
What is your operating system?
Windows 7
What is your IDE?
VS 2013
What is the .NET framework version?
4.5
Please provide any additional information below.

Original issue reported on code.google.com by Perutrav...@gmail.com on 8 Jan 2015 at 7:15

GoogleCodeExporter commented 9 years ago
This works 10 hours ago .. nut not  now.

Original comment by Perutrav...@gmail.com on 8 Jan 2015 at 9:10