I'm receiving the following error when creating a campaign.
Message: Exception has been thrown by the target of an invocation.
Stack Trace: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at YSI.Cafe.RC.SiteManager.contentRender.ProcessRequest() in C:\TFS\Cafés\RentCafe\Source\ManagerCafe\contentRender.ashx.vb:line 81
Source: mscorlib
Inner Message 1: Status(StatusCode=""Internal"", Detail=""Failed to deserialize response message."")
Inner Stack Trace 1: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Google.Ads.GoogleAds.Interceptors.UnaryRpcInterceptor.<Intercept>d__2`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Google.Api.Gax.Grpc.ApiCall.GrpcCallAdapter`2.<>c__DisplayClass4_0.<<CallAsync>g__WaitAndCallHandlers|0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Google.Api.Gax.TaskExtensions.WaitWithUnwrappedExceptions(Task task) in /_/Google.Api.Gax/TaskExtensions.cs:line 51
at Google.Api.Gax.Grpc.ApiCall.GrpcCallAdapter`2.CallSync(TRequest request, CallSettings callSettings) in /_/Google.Api.Gax.Grpc/ApiCall.cs:line 92
at Google.Api.Gax.Grpc.ApiCallRetryExtensions.<>c__DisplayClass1_0`2.<WithRetry>b__0(TRequest request, CallSettings callSettings) in /_/Google.Api.Gax.Grpc/ApiCallRetryExtensions.cs:line 78
It fails to return the resource name. I'm using the .NET library. Nothing is logged in the details.log file. So I can not supply you with the request or response log detail.