Describe the bug
When starting a new .NET project from scratch and attempting to add a LINQ to SQL .dbml file, Visual Studio throws an error stating that the file already exists, even though it does not. This only appears to happen in new projects and seems to be related to framework-level changes. The issue does not affect existing or upgraded projects and appears to be backward compatible.
List of tasks to be accomplished
To Reproduce
Steps to reproduce the behavior:
- Create a new .NET project
- Right-click on the project and choose Add > New Item
- Select LINQ to SQL Classes, name it and add it
- See error
Expected behavior
The .dbml file should be added without error
Screenshots
