Module not found
Modules aren't loaded from a code reference - they must be part of the project. This error has the following cause and solution:
- The requested module doesn't exist in the specified project. For example, the statement
generates this error whenMyModule.SomeVar = 5
isn't visible in the projectMyModule
.MyProjectSee your host application documentation for information on including the module in the project.