C#C
C#3y 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
Was this page helpful?