VB.NET compiler bug in SDK app??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when coding sdk app using notepad, it seems that the vb.net compiler treats
all </script> tag as the end tag of the page script, so when I try to
register some client side javascript, it fail to parse the script after the
"</script>" in the string even when trying to comment out the string using
the single quote, the compiler still treats it as the end tag for the page
script. is it just me or it's a bug?

thx

Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top