visual studio 2010 - Illegal syntax error in code window for all BIML scripts -


i wondering if illegal syntax error expected in code window or me? not recognizes code directives <# #> , gives illegal sytax error everywhere have c#scripts embedded.

eg:

<#@ template language="c#"#> 

this single line gives me 3 syntax errors

  1. at first occurrence of '#' says illegal syntax. expecting valid start name character.
  2. at 'template' gives me error *missing attribute value on attribute 'template'.
  3. at 2nd occurance of '#' give error *character '#', hexadecimal value x023 illegal in xml namespace.

dispite of syntax error, biml scripts complies without problem, unless there genuine problem. annoying write code when debugging fix genuine code.

is expected? can rid of this? have installed 1.7.0 version of bidshelper (which latest in downloads) , using ssis 2012.

bidshelper not correctly check syntax code snippets. far aware there no solution using current set up.

if upgraded ssdt (as 2012 not working) install bimlexpress instead has same features bidshelper (regarding can biml files) , has proper syntax highlighting , error checking.

further info here: http://www.cathrinewilhelmsen.net/2016/04/21/get-started-bimlexpress/


Comments