For intradaypricing?. I was create new project and attach .dlls from tool kits, but it still not show data it not give error , it hang on following line
var extractionResult = ExtractionsContext.ExtractWithNotes(extractionRequest);
Yes it same code. I have no problem in endofdaypricing it only happening in intradaypricing. If it possible meeting on zoom or team on which I can share my screen. I am using Visual studio 2019. Window 10. It look like toolkit dill version issue.
When I change INTRADAY template get following error
Could not load file or assembly 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Code
var ExtractionsContext = new ExtractionsContext(new Uri("https://hosted.datascopeapi.reuters.com/RestApi/v1/"), userId, passWord);
var availableFields = ExtractionsContext.GetValidContentFieldTypes(ReportTemplateTypes.IntradayPricing);
var extractionRequest = new IntradayPricingExtractionRequest
Client uses the code from:
https://hosted.datascopeapi.reuters.com/RestApi.Help/Home/GettingStartedToolkit
He says "I have no problem in endofdaypricing it only happening in intradaypricing. If it possible meeting on zoom or team on which I can share my screen. I am using Visual studio 2019. Window 10. It look like toolkit dill version issue. "