09-13-2018 08:30 AM
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).
09-13-2018 08:31 AM
@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.
09-13-2018 09:16 AM
@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.