We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used this template and whenever i run it without modify anything, I get this exception. https://drive.google.com/file/d/1GMYBRyPuIgU1r9iEOgsfdZJXC2c84TQ-/view?usp=sharing
The text was updated successfully, but these errors were encountered:
I fixed it by removing static constructor of app class I removed the following lines
static App() { #if WINFORMS global::System.Windows.Forms.Application.EnableVisualStyles(); global::System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(false); #endif }
Sorry, something went wrong.
salaros
No branches or pull requests
I used this template and whenever i run it without modify anything, I get this exception.
https://drive.google.com/file/d/1GMYBRyPuIgU1r9iEOgsfdZJXC2c84TQ-/view?usp=sharing
The text was updated successfully, but these errors were encountered: