Hello,
I am trying to connect a google api to display a list of blogs. I’ve created an api key and I’m accessing the blog list via the URI with the api key. Locally I am able to run and retrieve the data for display, but when I post my code to a Godaddy server, I get this error:
Attempt by method ‘Google.Apis.Util.UriPatcher+<>c__DisplayClass0_0.b__0(System.String)’ to access field ‘System.UriParser.HttpUri’ failed.
Is there some dll that I need to be overriding the reference to on the server? I did have to update my web config to point to the correct newtonsoft json and the correct api options.
For reference, my packages config reads as follows:
<?xml version="1.0" encoding="utf-8"?>my web config reads as follows:
<?xml version="1.0" encoding="utf-8"?>