mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
689 stars 82 forks source link

Severity Code Description Project File Line Suppression State Error The expression "[System.Version]::Parse('')" cannot be evaluated. Version string portion was too short or too long. #13

Closed sharma1234 closed 4 years ago

sharma1234 commented 4 years ago

Hello, I'm getting below error while building project. Please suggest what to do in this issue.

**Severity Code Description Project File Line Suppression State Error The expression "[System.Version]::Parse('')" cannot be evaluated. Version string portion was too short or too long. ParquetFileViewer

Severity Code Description Project File Line Suppression State Error CS0012 The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. ParquetFileViewer C:\Users\ssharma1\ParquetViewer\src\ParquetFileViewer\UtilityMethods.cs 16 Active**

Capture

mukunku commented 4 years ago

What version of visual studio are you using?

sharma1234 commented 4 years ago

What version of visual studio are you using?

Capture

mukunku commented 4 years ago

Visual Studio 2015 does not support the required versions of .Net Standard and C# 7. Please use Latest VS2017 (15.9) or VS2019. Both are free with the Community Edition: https://visualstudio.microsoft.com/downloads/