In "class discovery singleton.lvlib:load class.vi" which is used in the "load class by name" case, it is possible to load an incorrect class when attempting to match the class name to AllLibsInAppInstance.
As an example, if no class name was entered, the VI would try to load the first library in memory. A class name input of Test.lvclass would also match to NewTest.lvclass.
In "class discovery singleton.lvlib:load class.vi" which is used in the "load class by name" case, it is possible to load an incorrect class when attempting to match the class name to AllLibsInAppInstance.
As an example, if no class name was entered, the VI would try to load the first library in memory. A class name input of Test.lvclass would also match to NewTest.lvclass.