Conditional compilation is turned off
Posted
by user285336
on Stack Overflow
See other posts from Stack Overflow
or by user285336
Published on 2010-06-02T07:49:35Z
Indexed on
2010/06/02
7:53 UTC
Read the original article
Hit count: 240
JavaScript
Hello. I get a javascript error:
Conditional compilation is turned off
I found this link to fix : http://msdn.microsoft.com/en-us/library/5y5529x3(VS.90).aspx But after adding this field
/*@cc_on @*/
I get new, another javascript error:
Expected ')'
How to fix it? Thanks
© Stack Overflow or respective owner