c# - Embedded statement cannot be a declaration .Net 2.0 vs 4.0 -


i have following declarations in code works fine in .net frame work 2.0, upgraded project frame work 4.0 , im getting build error saying

"embedded statement cannot declaration"

any idea wrong here ?

const int snoprompt = 0x1; const int susefilename = 0x2; const int32 sembedfonts = 0x10; const int multilingualsupport = 0x80; 

the code working in framework 4.0, may had issue in other lines of code.


Comments

Popular posts from this blog

Pull out data related to my apps from Android Play Store and iOS App Store -

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -