views:

25

answers:

0

Hi,

I'm trying to make private accessor class using Visual Studio 2010.

Here is the return of Publicize.exe:

Error occurred during processing of assembly xxx Value cannot be null.
Parameter name: interfaceType

I use internals and InternalVisibleTo in my project. Perhaps that is the cause of the problem?