User | Kudos |
---|---|
11 | |
3 | |
2 | |
2 | |
2 |
If I build an executable that incorporates any kind of .NET, such as the Simplicity AI PDF Toolkit, it obviously requires.NET on the target computer to work. If .NET is absent, the VI will load as a broken VI and an awful error message is displayed to the operator, typically along the lines of:
It would be great if we could place all our .NET code inside a Conditional Disable structure that accepts something like ".NET == True" as a parameter, thus allowing .NET code to run on a machine with .NET installed, but not resulting in a broken VI should it be absent. This would also give developers the opportunity to place something useful into the other case, such as a popup message stating ".NET is required for PDF generation." for example, or even some other replacement code if they so wish.
Therefore I would like to see the list of Conditional Disable structure pre-defined symbols include a new one for "Windows .NET"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.