Tag: vb.net
-
“!” is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.” error in GraphQL
0 I’m trying to reach information from a GraphQL API with a Post. It’s the first time I’m working with this, and after some error I’m in a point that when the token is changed the error is ‘Unathorized’ and when I change the token the error is another one, so with that I think…
-
Could not load file or assembly ‘System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ or one of its dependencies
0 When I execute my project and reach this line: Dim response As GraphQLResponse(Of JObject) = graphQLHttpClient.SendQueryAsync(Of JObject)(request).Result I’m getting the following exception: System.IO.FileLoadException: Could not load file or assembly ‘System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File…