Comments
2 comments
-
The identifier #cBb is CLS-compliant, so the problem is not evident using the supplied error information.
Are you obfuscating a .NET 1.x assembly? The rules may have been different at that time. Particularly "Jagged arrays" could be mistakenly reported as non-complaint by the runtime. -
Searching through known issues - this has occurred in the past because of an obfuscated serialized object.
Add comment
Please sign in to leave a comment.
Im getting the following error after running my vb.net project through the SA obfuscator. Error - Identifer '#cBb' is not CLS-compliant. Parameter name: ident
Any ideas where I should be begin to get past this?
Thanks,
LB