Visual Studio 2022 crashing when opening SQL objects in SQL project and issues publishing project


This is a very odd issue I have been experiencing today while trying to publish my graph tables and edges to a SQL Server database. First, when trying to open a SQL file (i.e. dbo.MyTable.sql), the whole VS crashes. Then, after reopening it again and proceeding to publish the project, I get the following error:

enter image description here

I tested the connection to the database from VS, and it seems to be fine, also I can access the database if I open it from SSMS without issues.

I haven’t been able to solve it and I can’t find many resources out there that are very helpful, any help will be dearly appreciated.

Thanks in advance!

Leave a Reply

Your email address will not be published. Required fields are marked *