Could not Load the <LibraryName> Library. Error Message: <Error>

Description

An error occurred when loading descriptions from the library of types using the Comimport statement. The possible cause of error is stated in the text of the message.

Troubleshooting Tips

Check the corresponding library of types.

Example

Comimport From "{11111111-1111-1111-1111-111111111111}"
    
End Comimport;

When the specified code is compiled, the following error is displayed: Could not load library "{11111111-1111-1111-1111-111111111111}". Error message: Library is not registered. To resolve the error, change the library GUID or specify the full path to the required file.

See also:

Compiler Messages