I can't make a Microsoft Windows Forms on Visual Studio 2019 C#

0

I'm using Visual Studio Community 2019 and coding in C#If I create a Windows Forms App either on an existing solution or in a new one it opens IntelliSense, loads the file and then this error message appears: "IntelliSense finished initializing, but an error ocurred when attempting to load the document" "Error code: 0x80131500"

Most of the tutorials I've found point to solutions with Unity, but I'm not working with it. I've tried restarting the export and import settings running as administrator, starting the Windows Forms app in a separated solution, on a new one, using NET 5.0 and with NET 3.1, unchecking then rechecking the "Auto list members" and "Parameter information" boxes on Tools > Configuration > Text Editor > All Languages > General menu, then rebooting, but nothing worked. I've read that the .csproj file could be corrupted, but I don't know how to check or repair that.

visual-studio-2019
csproj
vs-community-edition
asked on Stack Overflow Apr 19, 2021 by Tomás Montaña • edited Apr 20, 2021 by Kyle Wang - MSFT

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0