Activity overview
Latest activity by ebezold
DanC said:
ebezold said:
Hello,
We are facing the same issue. Exact same error as the original post.
In our case, we have a OnPremises build agent, which is part of our Azure Pipelines.
Our pipeline downloads the artifacts and performs the build of the project. As AI is installed on the Agent machine, we are not using specific tasks other than "Visual Studio Build", AI is installed on the machine, so we expect that it runs without problems, like a local build.
Our AI version is 19.7 and it is installed and updated on the server. Before updates, it was running fine.
Hi, In order to resolve the issue you will need to replace the Visual Studio build task like the example here: [image] [image] Instead, you will use the SQL Change Automation Build Task as shown here: [image] Documentation on this task can be found here: https://documentation.red-gate.com/sca/deploying-database-changes/add-ons/azure-devops/use-the-azure-devops-build-extension-with-sql-change-automation-project
But it requires an Output Nuget pkg ID [image] [image] [image] [image] [image] / comments
DanC said:
ebezold said:
Hello,
We are facing the same issue. Exact same error as the original post.
In our case, we have a OnPremises build agent, which is part of our Azure Pipelin...
Hello, we are facing the same issue since the last update. In our case, we perform the build on a "on premises" agent. The agent has version 19.7 and shows "Advanced Installer is up to date" in the About Box. Our DB projects build successfully on local machines, but when we send the build to our Agent it fails with the same error log: <div><div><span style="background-color: transparent; color: inherit; font-size: inherit; font-family: Roboto, "Helvetica Neue", Arial, sans-serif;">System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.</span><br></div></div><div><div>File name: 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'</div></div>
What would be solution in this case? Thanks in advance
/ comments
Hello, we are facing the same issue since the last update.In our case, we perform the build on a "on premises" agent.The agent has version 19.7 and shows "Advanced Installer is up to date" in the A...
Avoid load of SQL Change Automation window on Visual Studio
Every time I open a solution, the SQL Change Automation window opens, causing a severe slow down of the load time.This happens when I open the solution and when I change the current branch. I can't...