Click here to Skip to main content
15,887,350 members

Comments by DrgIonuţ (Top 56 by date)

DrgIonuţ 27-Jan-23 7:15am View    
The strange thing is that before adding the InfluxDB libraries, I had no problem. That's why I think those are causing the error. Thank you for the information you provided!
DrgIonuţ 27-Jan-23 6:26am View    
I have uselessly cleaned and rebuild the solution thousand times. It's insane to check each reference I have. What means the "StackTrace" from my error with all those "at"?
DrgIonuţ 27-Jan-23 5:00am View    
My guess is that the one or all references added to connect to InfluxDB (InfluxDB.Client; InfluxDB.Client.Api.Domain; InfluxDB.Client.Api.Service; InfluxDB.Client.Core;) might be related to .NET Standard 2.1. The problem is that if I remove one of the references, I won't be able to connect to database and have no idea what could it be replaced with. So what could I do?
DrgIonuţ 27-Jan-23 4:40am View    
Is there a list of references that depend on .NET Standard 2.1? I have many references added on my project, so it's like a lottery to guess which one(s) depends of .NET Standard 2.1.
DrgIonuţ 27-Jan-23 4:23am View    
I am using .NET Framework 4.6.1. If I delete the netstandard.dll, I get the same error after publishing my app. The code is build without any error.