开发者

Error 2 'If', 'ElseIf', 'Else', 'End If', 'Const', or 'Region' expected

开发者 https://www.devze.com 2022-12-09 12:59 出处:网络
I\'ve made some function that generates an email template. Code it generates is pure HTML with CSS. Problem is compiler does this odd error and highlights each time \'#\' sign appears which is neede开

I've made some function that generates an email template. Code it generates is pure HTML with CSS. Problem is compiler does this odd error and highlights each time '#' sign appears which is neede开发者_开发问答d to define colors in CSS. I did try to change '#' to '/pound/' and then string.Replace() on RETURN but no luck. I'm more into C# so there i can escape special characters by using '\' before them but something f$#$ed up there... Once i remove '#' all back to normal and compiles well. Any guesses ?

btw, i'm using StringBuilder to generate lines of code with sb.Append().

ie.

sb.Append("<div style=""color:#333"">some text</div>")


I think it's a bug,

to reproduce it I used VB.NET 2 (VS 2005), I wrote your instruction:

sb.Append("<div style=""color:#333"">some text</div>")

no problem,

I added some extra " to have the error message you got, I then fixed everything, all errors disappeared except yours.

Solution: Delete that line, error disappeared, ctrl-z (undo) --> all ok!


I was receiving this same exact error and was able to simply copy the line, delete the line out, re-add a new line, and paste.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号