DevMis
DevMis

Reputation: 882

Auto Save File extension for Visual Studio repeatedly displays file save dialog

When I add a table in Visual Studio's SQL Server Object Explorer then a file save dialog pops up to save the SQL query:

enter image description here

I'm saving the file but it doesn't help. Every time when the query window loses focus this window pops up again.

How can I turn off this pop up window?

Upvotes: 0

Views: 119

Answers (1)

DevMis
DevMis

Reputation: 882

I found out that the error is caused by the Auto Save File extension (it saves any script if the window loses focus).

To fix the problem I just exclude sql files saving:

enter image description here

Upvotes: 1

Related Questions