,
Share with your friends 

Compiler Error While Using InternalsVisibleTo

0 ratings Views 211 
Author: krish (krishna kumar)  View Profile |  View other solutions by this author

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

Login to rank it

Report


Advertisement