Biml not found after installing plugin

Viewed 882

I am new to Biml and I recently installed it using Manage Extension in Visual Studio 2019 but cannot find it in the bar like below:

enter image description here

1 Answers

Varigence has stopped providing support for the BIML Engine in BI Developer Extensions. They now have their own BimlExpress extension Go to the Varigence website to download the BimlExpress VSIX file, and install it. While opening Visual Studio, you may see a yellow bar with a warning:

enter image description here

The warning says:

Visual Studio did not load one or more extensions that were using deprecated APIs.

”Click “Allow synchronous autoload” and restart Visual Studio. BimlExpress will now load without the warning.

Where did the BimlExpress menu go?

Another change in Visual Studio is that individual extension menus are now grouped under the main Extensions menu on the toolbar:

enter image description here

Related