Activity overview
Latest activity by Woody___
Intellisense not loading for a dedicate SQL Pool
I'm using SQL Prompt 10.14.17.8739 and intellisense is no longer working for our dedicated SQL pool. All other Azure SQL databases are working correctly. I am using SSMS 19.3.4.0.Here are the logs ...
Restarted SSMS and still an error loading or refreshning the SQL prompt cache. I get the following error: Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. Please fix this or provide a link to download the previous version.
/ comments
Restarted SSMS and still an error loading or refreshning the SQL prompt cache. I get the following error:Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture...
I am having the same issue. Currently using 10.6.10.19533. I had a number of old xml snippets that seem to have been converted to JSON format but there was a folder in my snippets folder called "backup" that contains all the old snippets in the SQLPRIMPTSNIPPET file format. I moved the backup folder out of my snippets folder and am still encountering the same issue. This problem also occurs when creating brand new snippets and then trying to overwrite the newly created snippet. First I created a snippet called test: { "id": "08af2b13-1df1-4bd2-8895-10046f5f3acd", "prefix": "test", "description": "", "body": "--- This is a test snippet" } Then I changed the body called and got a separate snippet file: {
"id": "301db8d0-a7d7-4a91-997d-43ad6d35e19f",
"prefix": "test",
"description": "",
"body": "--- This is a test snippet2"
}
I then saved this snippet again without changing the body and go a third new snippet: {
"id": "e955034c-0b23-4a12-b6f3-466131a2a68b",
"prefix": "test",
"description": "",
"body": "--- This is a test snippet2"
}
/ comments
I am having the same issue. Currently using 10.6.10.19533. I had a number of old xml snippets that seem to have been converted to JSON format but there was a folder in my snippets folder called "ba...