LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabVIEW create .NET managed assemblies

LabVIEW since around 2013 by default initializes with .Net CLR 4.0 or higher. You can change that by adding some manifest file to the directory with the LabVIEW executable (or in the case of an assembly with the assembly itself I believe).

Rolf Kalbermatter
My Blog
0 Kudos
Message 11 of 13
(596 Views)

@rolfk wrote:

It's definitely possible, although not my prefered mode....


Thanks Rolf, that's good insight - I appreciate your thoughts on that.

We might be okay since we wouldn't ever start a new project developing in two separate environments.  But in the course of a project (in either .NET or LabVIEW) we might want to use old library functionality that happened to be created in the other environment instead of redeveloping it.

 

-Mark R.

 

0 Kudos
Message 12 of 13
(595 Views)

@mroyer wrote:

wiebe@CARYA wrote:

@Kyle97330 wrote:

Pretty sure this is what you're looking for


It doesn't mention 'managed' though...


That looks like it might well be what I'm seeking.  The reference to CLR-2.0 concerns me a bit - that's old.  We're using CLR-4.0 now.  But I'll dig into it further.  Thanks.

-Mark R.


Pretty sure same applies to modern .NET. Some details might have changed.

0 Kudos
Message 13 of 13
(586 Views)