Closed BorisTakara closed 4 years ago
What is your mono and VS version?
VS-2019 Professional
mono -V ===> Mono JIT compiler version 6.6.0.160 (tarball Tue Dec 3 10:51:19 UTC 2019)
Exactly the same problem for me, same mono JIT version (6.6.0.160). On a raspberry pi debian buster. Then the exception occurs (System.TypeInitializationException, System.ConsoleDriver --> dll not found) when the Console.WriteLine() instruction is executed.
The same happens with DateTime, File, etc... completly unusable rn
Same problem #55
Installed product versions
Description
Console.Writeline("Hello") causes the exception.
Just a simple Hello World does not work. I could be wrong, but I do believe it worked with 2017 Proffessional.
Steps to recreate
Here is my program:
The same program works fine without the debugger