HI Anash,
Thanks for the reply.
I have done as you have suggested.
I am now getting the following error.
Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure
"Google.Api.Ads.Common.CommonErrorMessages.resources" was correctly
embedded or linked into assembly "Google.AdWords" at compile time, or
that all the satellite assemblies required are loadable and fully
signed.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Resources.MissingManifestResourceException:
Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure
"Google.Api.Ads.Common.CommonErrorMessages.resources" was correctly
embedded or linked into assembly "Google.AdWords" at compile time, or
that all the satellite assemblies required are loadable and fully
signed.
Source Error:
Line 95: //AdWordsUser user = new AdWordsUser(headers);
Line 96:
Line 97: AdWordsUser user = new AdWordsUser();
Line 98:
Line 99:
Source File: c:\inetpub\wwwroot\Google\Default.aspx.cs Line: 97
Stack Trace:
[MissingManifestResourceException: Could not find any resources
appropriate for the specified culture or the neutral culture. Make
sure "Google.Api.Ads.Common.CommonErrorMessages.resources" was
correctly embedded or linked into assembly "Google.AdWords" at compile
time, or that all the satellite assemblies required are loadable and
fully signed.]
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents) +7680590
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents) +583
System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo
culture, Boolean createIfNotExists, Boolean tryParents) +583
System.Resources.ResourceManager.GetString(String name, CultureInfo
culture) +74
Google.Api.Ads.Common.CommonErrorMessages.get_AuthTokenLoginFailed()
+73
Google.Api.Ads.Common.Lib.AuthToken.ExtractException(WebException
ex) +691
Google.Api.Ads.Common.Lib.AuthToken.GetToken() +859
Google.Api.Ads.AdWords.Lib.AdWordsServiceFactory.MakeRequestHeaders(Dictionary`2
headers) +310
Google.Api.Ads.AdWords.Lib.AdWordsServiceFactory.SetHeaders(Dictionary`2
headers) +56
Google.Api.Ads.Common.Lib.AdsUser.SetHeadersFromConfig() +185
Google.Api.Ads.Common.Lib.AdsUser..ctor() +186
Google.Api.Ads.AdWords.Lib.AdWordsUser..ctor() +78
_Default.GetAllAdGroups() in c:\inetpub\wwwroot\Google
\Default.aspx.cs:97
_Default.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot
\Google\Default.aspx.cs:23
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp,
Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object
sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+627
Thanks
Madhu
On Oct 12, 11:47 am, AdWords API Advisor
<
adwordsapiadvi...@google.com> wrote:
> Hi Madhu,
>
> This was an issue with v11.0.0 of .NET library, it is fixed in
> v11.1.0. The library throws this error when it cannot find AdWordsApi
> node in your App.config/Web.config, so copying the nodes fromhttp://
code.google.com/p/google-api-adwords-dotnet/source/browse/bran...
> > Madhu- Hide quoted text -
>
> - Show quoted text -