✅ c# error to import using

No description
6 Replies
ero
ero2mo ago
just awesome
•~aqualight~•
•~aqualight~•OP2mo ago
hello I have an error I can't use the using system and it's something else on the screen I am a beginner
ero
ero2mo ago
Please post an actual error, some code, some information on what you want to do and what doesn't work. Absolutely any information at all would be helpful.
•~aqualight~•
•~aqualight~•OP2mo ago
ok just a minute @ero it is a full screen of code and error
ero
ero2mo ago
I have no idea what you're showing The best guess I can make here is that you're missing a reference to Newtonsoft.Json. If you don't have a reason to actually use that library, stop trying to use it. Use System.Text.Json for JSON serialization instead I don't know what the other error is
•~aqualight~•
•~aqualight~•OP2mo ago
ok merci

Did you find this page helpful?