2014 m. sausio 8 d., trečiadienis

Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.

Problema:
 
·         CompilerServices.DesignerGenerated()> _
·         "font-size:9.16667px"><WebService(Namespace:="http://autogalleries.ca/")> _
·         =WsiProfiles.BasicProfile1_1)> _
·         ScriptService()> _
·         When I try to compile, it gives me the error: 
Error 1
Attribute specifier is not a complete statement. Use a line continuation to apply the attribute to the following statement.
 
 
Sprendimas:
 
_ turi būti dedamas vienu tarpu nuo eilutėje esančio teksto, pvz.,:
 
BLOGAI: CompilerServices.DesignerGenerated()>
GERAI: CompilerServices.DesignerGenerated()> _
 
 
Line continuation character '_' must be preceded by at least one white space and must be the last character on the line.
 

Komentarų nėra:

Rašyti komentarą