Compiler Error While Using InternalsVisibleTo
|
|
|
Question / Problem
|
Solution for compiler Error While Using InternalsVisibleTo attribute
|
Solution
|
Syntax
You have to give full Public key token in the following format [assembly: InternalsVisibleTo("Ikas.WebDBManager, PublicKeyToken=0x00....")]
to find the token name from assembly see here
http://ranksheet.com/Solutions/kb-dotNet-Framework-3dot5/228_How-to-Extract-full-PublicKeyToken-from-Assembly.aspx
|
Applies to |
|
.Net Framework 3.5
|
Rank It |
|