Hello
I’m going to run MapDExample.cs among OmnisciDB’s Samplecodes.
Download the omniscidb-4.6.1 zip instead of the latest master version.
Using thrift-0.13.0, mapd.thrift, common.thrfit, completion_hints.thrift, serialized_result_set.thrift, calciteserver.thrift in the zip file was converted to netstd and added.
The Apache Thrift .NET Library (0.13 0.0.1) is installed using the nuget package for the solution.
Nevertheless, the following error occurs.
I’d appreciate it if you let me know if you have a solution.
- Error CS0246 ‘get_result_row_for_pixelResult’ format or namespace name not found. Check for use instructions or assembly references.
- Error CS0246 ‘get_result_row_for_pixelResult’ format or namespace name not found. Check for use instructions or assembly references.
- Error CS0029 implicitly 'System.Unable to convert type ‘Threading.Tasks.Task’ to type ‘string’.
- Error CS0246 ‘THttpClient’ format or namespace name not found. Check for use instructions or assembly references.
- Error CS0029 implicitly 'System.Unable to convert format Threading.Tasks.Task to format ‘TQueryResult’.
- Error CS0246 ‘TJSONProtocol’ format or namespace name not found. Check for use instructions or assembly references.
- Error CS0246 ‘THttpClient’ format or namespace name not found. Check for use instructions or assembly references.
- Error CS0246 ‘TSocket’ format or namespace name not found. Check for use instructions or assembly references.
- Error CS0246 ‘TJSONProtocol’ format or namespace name not found. Check for use instructions or assembly references.
- Error CS1061 ‘Transport’ does not contain a definition of ‘Open’ and does not have an accessible extension method ‘Open’ that allows the first argument in the format ‘Transport’. Check for use instructions or assembly references.
mapDExample error