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
Post a Comment