From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.Net referencing classes in other assemblies = Broken (Error Report)

Just wanted to report this error:

If you define a class in one assembly, then reference it with a generic parameter in another, labview will not be able to find that class.

e.g:

 

assembly1:

define Class1

 

assembly2: using assembly1

assembly2 now employs a generic like a List<type> on Class1 from assembly 1

e.g. List<Class1>

 

-> LV won't find that reference, always EOF Error4 'not found'.

 

It's a rather exotic big but a definite one so i thought i inform you about that. I tried to make this work for a couple of hours until i figured it's 100% a shortcoming on LV's end.

 

P.S.: It works of course if you define the Class in Assembly2 OR if you just reference the general Class but as soon as you combine "class from referenced assembly + generic" is fails.

0 Kudos
Message 1 of 1
(1,682 Views)