When I try to add a new file to a project, the VS 2022 Preview always crashes. All information I can found in Event Log is the following:
Faulting application name: devenv.exe, version: 17.0.31423.177, timestamp: 0xac8b0d94 Faulting module name: ntdll.dll, version:10.0.19041.1023, time stamp: 0x7977b9de Exception code: 0xc0000374 Fault offset: 0x00000000000ff199 Faulting process id: 0x76a4 Faultingapplication start time: 0x01d76db5c416e4bc Faulting application path:C:\Program Files\Microsoft VisualStudio\2022\Preview\Common7\IDE\devenv.exe Faulting module path:C:\WINDOWS\SYSTEM32\ntdll.dll Report Id:8f2ea6f1-6457-4367-9b8f-454e41a37167 Faulting package full name:Faulting package-relative application ID:
Additional information:
- the project is a .NET Framework project
- the project is under TFS on-premise
- it is under a private workspace
We can add new files without any problem to this project using VS 2019 Professional. When I open this solution with VS 2022 Preview - it loads. It compiles, everything is ok. But when I try to add a new file to the project, after a short time it crashes. Always.
Any idea?