Information for the type of '<typename>' has not been loaded into the runtime

A type was referenced that has not been loaded by the runtime.

Error ID: BC30750

To correct this error

  1. Restructure your code so the type is defined within the current scope.

  2. Verify that the member is defined and that you have spelled the member name correctly.

  3. 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 are not loaded.

See Also

Other Resources

Debugging in Visual Studio