LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updated MongoDB Driver

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:

https://stackoverflow.com/questions/61007633/labview-mongodb-driver-on-top-of-c-sharp-driver-no-getc...

 

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

0 Kudos
Message 1 of 3
(2,701 Views)

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

0 Kudos
Message 2 of 3
(2,622 Views)

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

0 Kudos
Message 3 of 3
(2,616 Views)