04-03-2020 04:09 AM
Hello everybody,
I'm writting an updated driver for MongoDB in LabView. In the first moment, I thought it would be a C#/.net issue so it posted it in stackoverwlow:
But now that I have tried different versions of the C# driver, I think that maybe is a LabView issue.
Do you have any hint?
Thanks for your time,
EMCCi
04-07-2020 10:06 AM
Hi Héctor,
I was trying to reproduce your issue, but since I know less than you about Visual Studio (that I'm installing just now) I ask you the favor to explain the procedure you followed in a little more detailed way than you did on Stack Overflow, also attaching some of your LabVIEW code if possible.
Thank you in advance, and best regards,
Alessia
04-07-2020 10:20 AM
Hi alamanna,
I droped the project and I'm trying to do it in pure C. The problems is here:
https://forums.ni.com/t5/LabVIEW-Idea-Exchange/Generic-Class-Support-for-Net/idi-p/3091060
Labview doesn't support "generic classes". I have no idea what a generic class is, but they are defined with parameters between "<>" like <this>. Get collection whas a generic method so it isn't supported. I don't know nothing about C# and visual studio (also installed just for this) so I think I can't help you further.
Except that you could use the legacy version of the driver that isn't generic.
Best luck,
EMCCi