Missing Function Panels After Running the LabWindows/CVI .NET Controller Wizard Primary Software: LabWindows/CVI Development Systems>>Full Development SystemPrimary Software Version: 8.5 Primary Software Fixed Version: N/A Secondary Software: LabWindows/CVI Development Systems>>Base Package
Problem: When I run the .NET Controller Wizard on my assembly, only an Initialize and Close function are generated. However, I know that my assembly contains multiple methods. Why does the wizard not generate wrappers for these functions? Solution: LabWindows/CVI does not generate functions for all .NET entities. LabWindows/CVI generates functions only for .NET entities with public access rights and does not generate functions for protected or private entities. Also, LabWindows/CVI does not generate functions for types that are in the default namespace. Refer to the Structure of the Generated .NET Assembly Wrapper help topic in the LabWindows/CVI Help
Report Date: 02/14/2006 Last Updated: 11/20/2007 Document ID: 3TJ8SK7K |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
