Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'attribute_specifiers' : InternalsVisibleTo declarations cannot have a version, culture, or processor architecture specified
The InternalsVisibleToAttribute attribute was not specified correctly.
Example
The following sample generates C2262.
// C2262.cpp
// compile with: /clr /c
using namespace System::Runtime::CompilerServices;
[assembly: InternalsVisibleTo("assembly_name, version=1.2.3.7")]; // C2262
[assembly: InternalsVisibleTo("assembly_name ")]; // OK