Udostępnij za pośrednictwem


Unable to load information for class '<classname>'

A reference was made to a class that is not available.

Error ID: BC30712

To correct this error

  1. Verify that the class is defined and that you spelled the name correctly.

  2. Try accessing one of the members declared in the module. In some cases, the debugging environment cannot locate members because the modules where they are declared have not been loaded yet.

See Also

Concepts

Classes: Blueprints for Objects

Other Resources

Debugging in Visual Studio