C
C#15mo ago
gamer50082

✅ how to get this dependencies

Form1.Designer.cs(72,30,72,41): error CS0246: The type or namespace name 'MongoClient' could not be found (are you missing a using directive or an assembly reference?) Form1.Designer.cs(74,53,74,65): error CS0246: The type or namespace name 'BsonDocument' could not be found (are you missing a using directive or an assembly reference?) Form1.Designer.cs(77,35,77,47): error CS0246: The type or namespace name 'BsonDocument' could not be found (are you missing a using directive or an assembly reference?) Form1.Designer.cs(77,26,77,48): error CS0103: The name 'Builders' does not exist in the current context how to get those dependency
7 Replies
Thinker
Thinker15mo ago
What libraries are they from?
gamer50082
gamer5008215mo ago
winform csharp NuGet packages? ahjhh nvm MongoDB.Driver extremely dumb of me still not working
Thinker
Thinker15mo ago
What errors? Did you install all the necessary packages?
gamer50082
gamer5008215mo ago
solved needed to add stuff
Thinker
Thinker15mo ago
$close
MODiX
MODiX15mo ago
Use the /close command to mark a forum thread as answered
gamer50082
gamer5008215mo ago
ok