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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -