abujehad139 / 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

Incompatible with Visual Studio 2013 Express (Api 1.4) #345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a blank project
2.Simply try adding apis

What is the expected output? What do you see instead?
hen trying to run it say that a member has no public

What version of the product are you using? On what operating system? On
what IDE?

Api 1.4
Imports Google.Api  
Imports.Google.Apis.Authentication

Visual Studio 2013 Express
Windows 7 Home Basic

Original issue reported on code.google.com by buscaex...@gmail.com on 28 Jun 2013 at 10:23

GoogleCodeExporter commented 9 years ago
Did you follow our build wiki page 
(https://code.google.com/p/google-api-dotnet-client/wiki/Build)?
What is the exact error?

Original comment by pele...@google.com on 1 Jul 2013 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Jul 2013 at 3:39

GoogleCodeExporter commented 9 years ago
I'm closing this issue - I didn't see any response in the last couple of days.
You should follow the build wiki page...

Feel free to reopen this issue with more details,
Eyal

Original comment by pele...@google.com on 13 Jul 2013 at 8:56

GoogleCodeExporter commented 9 years ago
Sorry not to have interacted, but the error that occurs is simple, you can not 
compile the project because there is a member of the public.

Correction: I'm using Visual Studio 2012.

thank you

Original comment by buscaex...@gmail.com on 15 Jul 2013 at 3:37

GoogleCodeExporter commented 9 years ago
1. Can you please provide the exact error you are getting?
2. Did you follow our Build page 
(https://code.google.com/p/google-api-dotnet-client/wiki/Build)?
3. Are you using NuGet to manage your dependencies?

Original comment by pele...@google.com on 15 Jul 2013 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 15 Jul 2013 at 5:02

GoogleCodeExporter commented 9 years ago
1 - Namespace or type specified in the Imports "Google.Apis.Authentication" 
doesn't contain any public member or cannot be found, Make sure the 
namespace or the type is defined and contains at least on public member. 
Make sure the imported element name doesn't use any aliases

2 - Not Work

3 - Version 1.2 

Original comment by felipe.f...@gmail.com on 16 Jul 2013 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
Picture Visual Studio 2012 Express (MVC Framework 4.0 - Vb.net)

Original comment by felipe.f...@gmail.com on 16 Jul 2013 at 8:54

Attachments:

GoogleCodeExporter commented 9 years ago
1. Can you send me please your proj file?
2. Can you run similar code using C# to figure out if it's a VB.NET specific 
problem?
3. Can you run our VB.NET sample - 
https://code.google.com/p/google-api-dotnet-client/source/browse/?repo=samples#h
g%2FCalendar.VB.ConsoleApp?

Let me know,
Eyal

Original comment by pele...@google.com on 16 Jul 2013 at 10:13

GoogleCodeExporter commented 9 years ago
1 - yes
2 - yes
3 - yes

Tanks

Original comment by felipe.f...@gmail.com on 17 Jul 2013 at 11:51

GoogleCodeExporter commented 9 years ago
Projet Vb.net

Original comment by felipe.f...@gmail.com on 17 Jul 2013 at 11:54

Attachments:

GoogleCodeExporter commented 9 years ago
Project csharp

Original comment by felipe.f...@gmail.com on 17 Jul 2013 at 11:57

Attachments:

GoogleCodeExporter commented 9 years ago
2. So what is the result? Does it work (using C#)?
3. So what is the result?

Original comment by pele...@google.com on 17 Jul 2013 at 1:46

GoogleCodeExporter commented 9 years ago
Erro in CSharp

Original comment by felipe.f...@gmail.com on 17 Jul 2013 at 4:19

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I see that you app.config is missing couple of lines (follow our Build page, it 
contains the exact steps you should use).
You have two options - use NuGet and then add Google.Apis, 
Google.Apis.Authetnication.OAuth2, etc.
Or you should follow the other steps if you don't use NuGet.

Original comment by pele...@google.com on 17 Jul 2013 at 4:26

GoogleCodeExporter commented 9 years ago
Good Afternoon, I found that incopatibilidade is with framework 4.0 because the 
4.5 does not have this error.

Original comment by felipe.f...@gmail.com on 17 Jul 2013 at 4:28

GoogleCodeExporter commented 9 years ago
I'm running the code on .NET 4.0, try to follow the exact instruction on the 
build page.

Original comment by pele...@google.com on 17 Jul 2013 at 4:30

GoogleCodeExporter commented 9 years ago
Good Day,

Follow the step by step (via NuGet) on a new simple design, but still has an 
error, because when I use "Install-Package Microsoft.Net.Http" is installed 
version 2.2.13 and when excuto the project the following error is presented 
requesting version 1.5.

I would like to send the test project but got 18MB.

I'm not having success with the Google api.

Original comment by buscaex...@gmail.com on 18 Jul 2013 at 9:22

Attachments:

GoogleCodeExporter commented 9 years ago
Via 7zip

Original comment by buscaex...@gmail.com on 18 Jul 2013 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago
I tried to recompile "Source Files (. Zip) - Source code of the. Google NET 
Client API." but I can not, but it is incompatible.

Original comment by felipe.f...@gmail.com on 18 Jul 2013 at 11:11

Attachments:

GoogleCodeExporter commented 9 years ago
Try the following in your vbtestenuget project:

1. Open the package manager console
2. run the following:
PM> Uninstall-Package Microsoft.Net.Http
PM> Install-Package Microsoft.Net.Http -Version 2.1.10

It worked for me.
I don't know exactly why but the new HttpClient version doesn't work on VB.NET 
although it do works for a C# application.

Let me know,
Eyal

Original comment by pele...@google.com on 18 Jul 2013 at 2:20

GoogleCodeExporter commented 9 years ago
Good afternoon,

Sorry for the delay in replying, I installed the library by "NuGet", however 
when I compile the following message is displayed.

"Consider app.config remapping of assembly" System.Web.Mvc, Culture = neutral, 
PublicKeyToken = 31bf3856ad364e35 "from Version" 1.0.0.0 "[] to Version" 
3.0.0.0 "[c: \ users \ felipe \ documents \ visual studio 2012 \ Projects \ 
MVC3_vb \ packages \ Microsoft.AspNet.Mvc.3.0.20105.1 \ lib \ net40 \ 
System.Web.Mvc.dll] to solve conflict and get rid of warning.
C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ 
Microsoft.Common.targets (1605.5): warning MSB3247: Found conflicts between 
different versions of the same-dependent assembly. "

Note: You message does not appear in C #, VB only.

Another detail I had problems with the execution of UrlShortner because the 
local machine worked, since the hosting Powerball did not work, which is being 
copied all Dlls.

Have any solution to the above warning of "Conflict"?

Attached is the project in Vb.net.

Original comment by felipe.f...@gmail.com on 24 Jul 2013 at 4:43

Attachments:

GoogleCodeExporter commented 9 years ago
May Terminate the issuie, I'm testing the version 1.8, I have problem with 
issue 330.

Original comment by buscaex...@gmail.com on 24 Feb 2014 at 2:03

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 24 Feb 2014 at 3:27