got this C# command and just can't get the syntax for visual studio to build

jloyzaga

New member
Joined
Sep 17, 2015
Messages
2
Programming Experience
10+
htmlReporter.Configuration().JS = "$('.brand-logo').text('test image').prepend('<img src=@"file:///D:\Users\jloyzaga\Documents\FrameworkForJoe\FrameworkForJoe\Capgemini_logo_high_res-smaller-2.jpg"> ')";

I get CS1002 ;expected
CS0164 This label has not been referenced (its pointing to file)
 
Back
Top Bottom