microsoft / AzureDatalakeToolsForVSCode

Azure Datalake Tools For VSCode
Other
10 stars 13 forks source link

IntelliSense Error When declaring string variable #9

Open Wawszczak opened 6 years ago

Wawszczak commented 6 years ago

In U-SQL project, when declaring Variable in U-SQL script, Intellisense reports an error Intellisense: E_CSC_USER_INVALIDCSHARP: C# error CS0234: The type or namespace name 'Interfaces' does not exist in the namespace 'Microsoft.Analytics' (are you missing an assembly reference?) ![intellisense_e_csc_user_invalidcsharp_cs0234] Following code presents an issue: DECLARE @in1 string = "/sample/path/file.csv"; This is the script: (https://user-images.githubusercontent.com/35380086/34890443-38d9b390-f7d2-11e7-9b0f-b3a59fcc8120.png)