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
Restructure your code so the type is defined within the current scope.
Verify that the member is defined and that you have spelled the member name correctly.
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.