gamer50082
Explore posts from servers✅ 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
16 replies
✅ login registration form not working
3 forms
mainform.cs shows 2 buttons register login
register.cs contain 3 textbox [username] [password] [confirmpassword] 1 button to send [username] and [password] to /api/register. if credentials is correct it should receive (token) and (accountType {Basic, Premium})
login.cs contain 2 textbox [username] [password] to /api/login. if credentials is correct it should receive (token) and (accountType {Basic, Premium})
6 replies