Introduction:
Overloaded constructors with the same data types for parameters at the same position in the argument list for GZip Assembly in .NET 4.5 cause issue where LabVIEW can't differentiate between Constructors, rendering GZip unusable.
Workaround:
Create an assembly in Visual Studio that wraps the GZip methods (without overloads) and then call that assembly from within LabVIEW.
Instructions:
Call the ClassLibrary1.dll using a .NET Constructor Node and then create Invoke Nodes based off of that Constructor Node in order to use the desired GZip methods.
Thx,
Great work.
Also thx for sending the whole wrapper solution.
So I will be able to make other wrappers when needed.