This document contains the LabVIEW known issues that were discovered before and since the release of LabVIEW 2021. Known issues are performance issues or technical bugs that NI has acknowledged exist within this version of the product.
Not every issue known to NI appears on this list; it is intended to show the most severe and common issues that you may encounter and provide workarounds when possible. Other technical issues that you may encounter could occur through normal product use or system compatibility issues. You may find more information on these issues in NI’s Product Documentation, Knowledgebase, or Community.
Bug Number |
Legacy ID |
Description |
Details |
---|---|---|---|
166351 | 729952 |
Get Date/Time String does not work for dates beyond 2/5/2040When trying to get a string for dates 2/6/2040 and beyond, the Get Date/Time String will instead provide an earlier, incorrect date. Workaround: Use the Format Date/Time String VI instead of Get Date/Time String |
Reported Version: LabVIEW 2013 SP1 Resolved Version: N/A Added: Feb 11, 2020 |
166364 | 706545 |
Clicking greyed out option of the Scale Legend when using a Waveform Chart causes LabVIEW to crashIf you add a Waveform Chart to the Front Panel (without wiring anything to it on the Block Diagram) and then expand the Legend to include more Plots, set the Waveform Chart to Stacked Plots, make the Scale Legend visible, and then expand the Scale Legend to show more empty or greyed out y-scales, when you try to select any of the buttons on the greyed out portion, LabVIEW will crash. Workaround: If you wire any 2D array (even an empty 2D array of doubles) to the Waveform Chart before setting the Waveform Chart to Stacked Plots, the crash will not occur. |
Reported Version: LabVIEW 2014 SP1 Resolved Version: N/A Added: Feb 11, 2020 |
166505 | 613423 |
Registering for an event for multiple boolean controls can fail in specific configurationsWhen passing a mixture of strict and non-strict boolean references in a cluster to the event source terminal of the Register For Events node, the input wire will break if any strict references are not the first elements of the cluster. Workaround: Use a Switch mechanical action, group the references with Build Array, or place any strict references at the beginning of the cluster. |
Reported Version: LabVIEW 2016 Resolved Version: N/A Added: Feb 11, 2020 |
166394 | 715295 |
DataSocket Write VI with default timeout can hang before proceedingWhen using the DataSocket Write VI with the default 0 second timeout (or wiring in a 0 second timeout), the VI may hang for 10 seconds before completing. Workaround: Wire in a short timeout of several ms to the DataSocket Write VI. |
Reported Version: LabVIEW 2017 SP1 Resolved Version: N/A Added: Feb 11, 2020 |
170899 | 599746 |
When building a web service into an EXE and making an installer, some software dependencies are not automatically selected as additional installersIf you build a web service into an EXE that has method VIs with software dependencies, such as the use of a hardware driver, only VIs with dependencies that are included as Startup VIs for the web service will be automatically selected as additional installers. Any method VI that is not a Startup VI will not have its software dependencies automatically selected. Workaround: Build the web service into the installer rather than the EXE or manually include the required software dependencies |
Reported Version: LabVIEW 2015 SP1 Resolved Version: N/A Added: Feb 11, 2020 |
953790 |
Session Timeout value from Create Session.vi should be I32When a Web Session is created via the Create Session.vi, the default value for a time out is U32 but should be an I32 instead. The session is invalid if a value in the upper half of the U32 range is used. Workaround: Only use values in the I32 range.
|
Reported Version: LabVIEW 2016 Resolved Version: N/A Added: Jan 6, 2021 |
|
1159698 |
LLB does not reliably update when VI is modified post-buildWhen a post-build action modifies a VI in an LLB and the LLB is copied to another folder, the copied LLB contains an old version of the modified VI and does not match the LLB originally created by the Build Spec.
Workaround: The VI in the LLB needs to be modified in something other than a post-build action.
|
Reported Version: LabVIEW 2020 Resolved Version: N/A Added: Jan 6, 2021 |
|
1146185 |
LabVIEW fails to save changes when moving a VI between virtual foldersLabVIEW fails to save changes when moving VI from one virtual folder to another within a .lvclass or .lvlib.
Workaround: Move the VI to the new virtual folder and change the scope to anything else. Then change it back to the original one. This will save the changes and the next time you open LV, the VI will be in the specified virtual folder. Move the VI to the new virtual folder and change the scope to a different option and then back again.
|
Reported Version: LabVIEW 2020 Resolved Version: N/A Added: Jan 6, 2021 |
|
357785 |
Mouse cursor does not scale properly on a 4k monitorThe mouse size shrinks when entering the block diagram or front panel when using a 4K monitor but is the correct size on the menu bar.
Workaround: Set the display settings to 100% scaling and 1080p resolution.
|
Reported Version: LabVIEW 2019 Resolved Version: N/A Added: Jan 6, 2021 |
|
997053 |
LabVIEW crashes when automatically cleaning up a VI that has a bookmark pointing to a wireRunning automatic diagram clean-up in a VI that contains a bookmark pointing to a wire inside a loop crashes LabVIEW. Workaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 2019 Resolved Version: N/A Added: Jan 6, 2021 |
|
1156197 |
Play Sound File VI interruption after several thousand iterationsAfter several thousand iterations, the Play Sound File VI stops playing the sound for one iteration. This behavior repeats every several thousand iterations.
Workaround: The issue happens less frequently on 64-bit LabVIEW and could be considered a workaround depending on the application.
|
Reported Version: LabVIEW 2020 SP1 Resolved Version: N/A Added: Jan 6, 2021 |
|
1165082 |
Race condition with an array of notifiers and a For LoopWhen building an array of notifiers and connecting the Build Array function to a For Loop, the second iteration of the loop will timeout while waiting on a notification.
Workaround: Index out the two notifiers and operate on them independently instead of in a For Loop. Make a data dependency so that either Obtain Notifier 1 and/or Send Notification 1 are guaranteed to execute before Send Notification 2.
|
Reported Version: LabVIEW 2019 Resolved Version: N/A Added: Jan 6, 2021 |
|
1066777 |
FTP Get Path Info.vi gives incorrect responseCreate a \222 directory on your FTP server. If you copy one file to the \222 directory, connect to the server, and input a path such as \111\222, FTP Get Path Info.VI returns the file even though the path does not exist Workaround: Delete the \222 folder and the VI recognizes that the path does not exist.
|
Reported Version: LabVIEW 2016 Resolved Version: N/A Added: Jan 6, 2021 |
|
1135156 |
EXE containing Malleable VIs can only run when Enable Debugging and Disconnect Unused Inline SubVIs are selectedCodebases with many classes and Malleable VIs can have problems when building EXEs. In some cases, the EXE process starts but the code never runs. If you build with Enable Debugging selected, the EXE will have a broken run arrow and refers to a broken Malleable VI.
Workaround: Build with Enable Debugging and Disconnect unused inline SubVIs selected.
|
Reported Version: LabVIEW 2020 Resolved Version: N/A Added: Jan 6, 2021 |
|
1035177 |
Flattening and unflattening variants of a set corrupts name informationWhen flattening and unflattening the variant data into string data from the Insert Into Set VI, the name information gets corrupted. For example, the first two characters in the name get dropped from the name within the variant data itself or strings of random data get appended to the end of the name. Workaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 2019 Resolved Version: N/A Added: Jan 6, 2021 |
|
1156638 |
Set up for Acquire Sound Express VI in Mac OS 14.10 causes a memory leakAdding the Acquire Sound Express VI to the block diagram and waiting on the setup window causes memory leak in Mac OS Mojave 14.10.
Workaround: Close setup window before the memory leak uses too much memory.
|
Reported Version: LabVIEW 2020 Resolved Version: N/A Added: Jan 6, 2021 |
|
1484666 |
Random Number (Range).vi U64 Can Generate Numbers Greater Than Upper BoundThe U64 instance of the polymorphic Random Number (Range) VI can generate numbers greater than the specified upper bound.
Workaround: Test if the generated number is inside the specified range, and generate another value if it isn't. |
Reported Version: LabVIEW 2020 Resolved Version: N/A Added: Aug 12, 2021 |
|
1500249 |
Sets and Maps Incorrectly Treat Some VI References as EqualInserting a VI reference as a key into a Set or Map can incorrectly fail and return True for "key already included?" when a different reference to the same VI already exists in the set or map, even if the existing reference was obtained separately and has a different reference value or refers to a different clone instance of the VI than the reference being inserted. Workaround: Use the "Clone Name" property or another unique attribute of the VI rather than a VI reference as the key to a set or map datatype when looking up values based on VI instances.
|
Reported Version: LabVIEW 2019 Resolved Version: N/A Added: Aug 12, 2021 |
|
1392758 |
TDMS Async VIs Provide Incorrect Data on Last Iteration when Read Channel-by-channel in a LoopWhen you use the TDMS Advanced Async VIs to read data out of a file with multiple channels in a For Loop, the final iteration can provide incorrect/missing data.Workaround: Include the Start Asynchronous Read and Stop Asynchronous Read functions inside the loop, so they execute on every iteration.
|
Reported Version: LabVIEW 2020 f1 Resolved Version: N/A Added: Aug 12, 2021 |
|
1510208 |
Distributed System Manager Displays Stale Information in LabVIEW ChineseIn LabVIEW Chinese, the Distributed System Manager can show out-of-date information.
Workaround: Move the window and the Distributed System Manager will refresh to show current information.
|
Reported Version: LabVIEW 2021 Resolved Version: N/A Added: Aug 12, 2021 |
|
1555422 |
Changes to a MATLAB (.m) File Are not Reflected After Running a Calling VI That Calls the .m FileAfter running a VI that calls into a .m file, edits to the .m file will not be used in subsequent runs of the VI until you restart LabVIEW and MATLAB. Workaround: Restart LabVIEW and MATLAB |
Reported Version: LabVIEW 2021 Resolved Version: LabVIEW 2022 Added: Aug 12, 2021 |
|
131454 |
Text Is Misaligned on LabVIEW for LinuxOn some Linux distributions, all text drawn with the default application font is drawn one pixel too high. Workaround: The root cause is in the OTF version of Nimbus Sans: replace this font with a metric-compatible alternative, such as the Type1 version of Nimbus Sans, any version of Liberation Sans, etc.
|
Reported Version: LabVIEW 2021 Resolved Version: N/A Added: Aug 12, 2021 |
|
1838053 |
Some NI Installers Request to Uninstall Localized Versions of LabVIEW 2021When you install certain NI software components, the installer will request removal of localized (non-English) versions of LabVIEW 2021. Refer to this support document for specific details: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000001Dw0TCAS&l=en-US Workaround: Refer to this support document for workarounds: |
Reported Version: LabVIEW 2021 Resolved Version: N/A Added: Mar 11, 2022 |
|
1836620 |
Files Larger than 32 KB Are Truncated When Transferred Using LabVIEW SFTPIf you upload a file larger than 32 KB through SFTP, the connection will close immediately and the destination file will be truncated to 32KB.
Workaround: Set block size to 16 KB in SFTP session property node.
|
Reported Version: LabVIEW 2021 Resolved Version: N/A Added: Jun 2, 2022 |
Issues found in this section will not be listed in future known issues documents for this product.
Bug Number |
Legacy ID |
Description |
Details |
---|---|---|---|
727406 | 202192 |
LabVIEW UDP broadcast is inconsistent across different OS's.If the UDP Open VI has 0.0.0.0 wired to the Net Address terminal, the behavior varies with OS. Windows XP and NI ETS will send on all interfaces, while Windows Vista, Windows 7, VxWorks, and Linux will send on the default interface. Workaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 8.6.1 Resolved Version: N/A Added: Feb 17, 2020 |
733608 | 257735 |
Class VIs that call shared variables in a library in an auto-populating folder will not be loadedIf a VI in a class calls a shared variable that is in a library in an auto-populating folder, it will not find the shared variable when the project is loaded Workaround: Make the folder a snapshot instead of auto-populating and reopen the project |
Reported Version: LabVIEW 8.6.1 Resolved Version: LabVIEW: 2014 Added: Feb 18, 2020 |
819932 | 430758 |
It is not possible to save a VI with the name of another VI in memory, even if they are in different librariesLabVIEW does not check the library namespace when determining if a VI is being saved with a name that is already in use. If a VI is in memory, it is not possible to save another VI with the same name in the same project even if they are in different libraries. Workaround: Close the other VIs with the same name so they are not in memory. |
Reported Version: LabVIEW 2013 Resolved Version: LabVIEW: 2016 Added: Feb 18, 2020 |
819647 | 485336 |
Deleting a second y-axis on a waveform graph with a cursor crashes LabVIEWWhen using a waveform graph indicator, it is possible to crash LabVIEW with an access violation error 0xC0000005 at EIP=0x00FE9E79 by creating two y-axis scales, creating a graph cursor, changing the cursor's associated y-axis, and then deleting the original y-axis scale. Workaround: Remove the scale from the waveform graph, remove the unwanted y-axis scale, then recreate the cursor. |
Reported Version: LabVIEW 2013 SP1 Resolved Version: LabVIEW: 2016 Added: Feb 17, 2020 |
221202 | 732570 |
System decoration frame bleeds through system checkbox boolean textIn a System Tab Control with a System Decoration frame, the color bleeds through the boolean text of a system checkbox. Workaround: Use a normal button control configured as an indicator behind the boolean text, and resize it to match the width of the text. |
Reported Version: LabVIEW 2016 Resolved Version: N/A Added: May 16, 2019 |
819764 | 406311 |
VI.Control Value.Set will Crash LabVIEW When Value Non-Variant Data is Used for Value ParameterThe crash will happen when VI.Control Value.Set is invoked upon a VI reference that has been opened by Open VI Reference. Workaround: Cast data to variant before wiring to Value parameter. |
Reported Version: LabVIEW 2012 Resolved Version: LabVIEW: 2016 Added: Feb 17, 2020 |
847135 | 51179 |
Error 6 occurred at Create Folder in Create Directory Recursive.vi when building an application (EXE), shared library (DLL), source distribution or web serviceWhen building a Build Specification, the build process fails with Error 6 at Create Folder in Create Directory Recursive.vi. This usually happens if the path one of the files generated by the build (temporarily during the build process or as part of the output) is too long. The operating system requires paths for files to be less than 255 characters. Workaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 8.2.1 Resolved Version: LabVIEW: 2015 Added: Feb 14, 2020 |
859021 | 565884 |
When creating .NET assemblies in LabVIEW, 1-dimension arrays of doubles or strings are represented as 2-dimension arrays of rank 1When creating .NET assemblies in LabVIEW, 1-dimension arrays of doubles or strings are represented as 2-dimension arrays of rank 1. This can create an issue when the assembly is used in Visual Studio 2015 which will not accept 2-dimensional arrays of rank 1. Workaround: Pass a 2D array in LabVIEW instead of a 1D array. |
Reported Version: LabVIEW 2013 SP1 Resolved Version: LabVIEW: 2017 Added: Feb 14, 2020 |
882096 | 634015 |
Certain operations will not let the System Exec VI return on Windows 10Certain commands, such as renaming a file, will cause the System Exec VI to indefinitely wait for a response on Windows 10. The IDE will continue to be responsive and the VI may be aborted. This will only occur with "Wait Until Completion" is set to True. Workaround: Set "Wait Until Completion" parameter to False |
Reported Version: LabVIEW 2016 Resolved Version: LabVIEW: 2018 Added: Feb 18, 2020 |
882110 | 634531 |
Template methods in a C++ DLL do not appear in the Function Name drop down list of the Call Library Function Node.Some C++ DLLs include methods which are created from a template during compilation. These template methods will not appear in the list of function names when using the Call Library Function Node. Workaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 2015 SP1 Resolved Version: LabVIEW: 2018 Added: Feb 17, 2020 |
883542 | 607058 |
Flattening an EXT representation numeric to JSON causes loss of precisionWorkaround: Use Format Into String followed by Flatten to JSON |
Reported Version: LabVIEW 2013 SP1 Resolved Version: LabVIEW: 2018 Added: Feb 18, 2020 |
886685 | 570102 |
Calling the "Web Server: Server Active" property causes a small memory leak.Calling the "Web Server: Server Active" property on any supported platform (including RT) creates a small memory leak. Workaround: Restart the application to allow the OS to reclaim the memory, or do not call this property often. |
Reported Version: LabVIEW 2014 Resolved Version: N/A Added: Feb 19, 2020 |
783080 | 367249 |
It is not possible to customize the Run-Time Shortcut menu of a 3D GraphWorkaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 2012 Resolved Version: N/A Added: Feb 17, 2020 |
885959 | 633309 |
Waveform graphs can resize at runtimeFor very large floating point numbers in a waveform graph, the control can permanently resize itself in an attempt to fit the large numbers in the axis label Workaround: Use Automatic or Scientific as the format type for the Y Axis with large floating point numbers |
Reported Version: LabVIEW 2017 Resolved Version: N/A Added: Feb 17, 2020 |
783573 | 105509 |
The "do not save automatic changes" setting does not affect librariesThe "do not save automatic changes" options setting does not affect any type of library, including classes. Workaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 8.0 Resolved Version: N/A Added: Feb 18, 2020 |
783469 | 401421 |
Updates to Global Variables Not Visible when Remote Debugging a LabVIEW Built Stand-Alone ApplicationIf the updates occured before connecting to the Remote Application with the debugger, the updates won't be visible. Updates to the Global Variable after connection with the debugger is establish will be visible. Workaround: Change the build specification for the stand-alone application to wait for debugger on launch, so no Global Variable updates can happen until a debug session is started. |
Reported Version: LabVIEW 2012 SP1 Resolved Version: N/A Added: Feb 14, 2020 |
782272 | 213279 |
Some nodes may crash or yield incorrect/inconsistent results when InlinedAn Inline public methodVI calling a private-scope method VI, inlined into a non-class caller may give a runtime error when trying to call the private method from the inlined code in the non-class caller. Workaround: Do not try to Inline VIs with these nodes. |
Reported Version: LabVIEW 2010 32-bit Resolved Version: N/A Added: Feb 17, 2020 |
783247 | 381128 |
The MonthCalendar .NET control automatically resizes to the incorrect size when the VI is runWorkaround: At the beginning of the code write to the Container Bounds property node "ContBounds" for the .NET container. While the code is running the calendar will have the right size |
Reported Version: LabVIEW 2012 Resolved Version: N/A Added: Feb 14, 2020 |
783680 | 408391 |
Non-printable Characters in the Description of Will Corrupt LabVIEW Classes and LibrariesNon-printable characters can be inserted into the description of LabVIEW Classes and Libraries with the Description Property Node. This will corrupt the .lvclass or .lvlib file. Workaround: The .lvclass or .lvlib file can be opened in a text editor, and the description can be manually deleted to recover the files. |
Reported Version: LabVIEW 2012 Resolved Version: N/A Added: Feb 18, 2020 |
783045 | 208088 |
Updating the Labels of a Cluster Written to a Chart Does Not Update the Cluster Used for Chart HistoryChanging the Label of elements in a cluster written to the Waveform Chart does not update the label of the cluster when read from the Waveform Chart Data History Property. Workaround: Temporarily wire up a completely different data type to the Waveform chart indicator and then rewire the original cluster. The changes will now propagate to the Chart History. |
Reported Version: LabVIEW 2009 32-bit Resolved Version: LabVIEW: 2015 Added: Feb 14, 2020 |
783456 | 399068 |
Double Numeric Slide can not be Set to 0 when it has Defined Limits with MouseA user can not slide a Double Numeric Slide to 0 when it has defined increment, maximum, and minimum properties. Instead of 0, a value very close to 0 will be entered ie: 5.55112E-16. Workaround: Do not set both defined maximum and minimum for the slide. Instead, change one of them to Inf or -Inf. Also a value of 0 can be entered into the digital slide. |
Reported Version: LabVIEW 2012 Resolved Version: N/A Added: Feb 17, 2020 |
889219 | 294285 |
Type Defined Shared Variable not found in ExecutableWorkaround: Disconnect from Type Def during the build. |
Reported Version: LabVIEW 2010 32-bit Resolved Version: N/A Added: Feb 18, 2020 |
783924 | 314082 |
Listbox Control With Transparent Cell Background Does not Grey Disabled ItemWorkaround: Make the background color of the cells match the background of the panel, instead of making them transparent. |
Reported Version: LabVIEW 2011 32-bit Resolved Version: N/A Added: Feb 17, 2020 |
783687 | 244551 |
Editing large strict type definitions can take a long time to updateWhen large type definitions are updated, all instances in memory require an update. This update can take many minutes for very large type definitions. Workaround: Use smaller type definitions, or consider using LabVIEW classes to contain your type data. |
Reported Version: LabVIEW 7.1.1 Resolved Version: N/A Added: Feb 18, 2020 |
792659 | 408891 |
Getting an Entire Column of Data from a 2D Array in the MATLAB® Script Node Returns Only 1 ElementIn the context of the MATLAB® Script Node, attempting to return an entire column of data from an array using a command like "column1 = array2D(:,1);" returns only a single element. This same operation on a row "row1 = array2D(1,:);" , returns the entire row successfully. Workaround: Transpose the array, and get the data in it's context as a row. |
Reported Version: LabVIEW 2012 Resolved Version: LabVIEW: 2015 Added: Feb 14, 2020 |
792730 | 322914 |
Formula VI does not execute pow(x,y) functionWorkaround: Use the formula node to use the pow(x,y) function. If you need to change this programmatically, use the Power of X function in G code. |
Reported Version: LabVIEW 2009 32-bit Resolved Version: N/A Added: Feb 17, 2020 |
788957 | 47819 |
2GB file size limit of datalog filesThe maximum size of datalog files is 2 GB. Workaround: There is currently no known workaround for this issue. |
Reported Version: LabVIEW 8.0 Resolved Version: N/A Added: Feb 17, 2020 |
316619 | 493662 |
.NET Constructor Node cannot differentiate between functions with different enums at the same positionWorkaround: Create a wrapper assembly to call from LabVIEW |
Reported Version: LabVIEW 2014 Resolved Version: N/A Added: Jun 16, 2015 |
316372 | 339230 |
Newly created typedefs are not automatically added to libraryWhen creating a subVI from a VI contained within a library, the subVI is added to the caller VI's library. When creating a typedef from a control in the same VI, the typedef is not added to the library. Workaround: Manually add the typedef to the library. |
Reported Version: LabVIEW 2010 32-bit Resolved Version: N/A Added: Feb 17, 2020 |
316598 | 706182 |
Mass Compile causes LabVIEW crashLabVIEW 2018 64-bit crashes during Mass Compile if Vision VIs are included, but the Vision Development Module is not installed. Workaround: Install the Vision dependencies that are required. |
Reported Version: LabVIEW 2018 Resolved Version: N/A Added: Aug 13, 2018 |
795241 | 381656 |
Adding or subtracting timestamps causes a conversion to double and precision lossWorkaround: Cast the timestamps to clusters of U64 'seconds since epoch' and I64 'fractions of a second' before the operation and then cast back to timestamp after the operation |
Reported Version: LabVIEW 2011 Resolved Version: N/A Added: Feb 17, 2020 |
504066 | 95055 |
Save for previous fails if file path is too longSave for previous copies the folder being saved to a temp location; if the resulting file paths exceed the limit defined by the OS, the function fails. Workaround: Copy the folder being saved to the root directory to reduce the file path length and Save for Previous from that location. |
Reported Version: LabVIEW 8.5 Resolved Version: N/A Added: Feb 18, 2020 |
509173 | 153731 |
Unhandled Exception can occur if absolute path for system DLL used in CLFNIf you use a specific path to a system DLL (C:\windows\system\user32.dll) and build your VI into an application it will create a copy of the DLL inside the application. This can cause an unhandled exception when running Workaround: LabVIEW searches in the system directory when looking for DLLs. If you are using a system DLL simply put the name in the in DLL Path box in the CLFN properties. In the example above you would simply put "user32.dll" |
Reported Version: LabVIEW 8.6 Resolved Version: N/A Added: Feb 17, 2020 |
530156 | 624802 |
Setting binding properties of a control within a preallocated clone subVI or XControl sets the property for all instances of the subVI or XControlIf the BindingPath property is set on a control within a preallocated clone subVI or XControl, all instances of the controls in the subVI or XControl update their BindingPath rather than the one where the property was set Workaround: Create a unique SubVI or XControl for each instance |
Reported Version: LabVIEW 2016 Resolved Version: N/A Added: Feb 17, 2020 |
529943 | 634287 |
Incorrect behavior when creating a .NET Interop Assembly with typedefsWhen you have multiple different typedefs with identical definitions (i.e, multiple numeric typedefs), only one of them is exported to a .NET typedef.
Workaround: There is currently no known workaround for this issue.
|
Reported Version: LabVIEW 2016 Resolved Version: N/A Added: Feb 14, 2020 |
Explore Support Content and Product Documentation
Ask the NI Community
Request Support from an Engineer
A valid service agreement may be required, and support options vary by country