Building a project produces compiled output for each item included in an emittable file.
To build a project:-
On the Home tab, click the Build button.
-
Build is a split button, offering the choice to build using the 32-bit or 64-bit version of Hadron. For the example, choose the version that matches your Mist installation.
You can determine whether Mist is running in 32-bit or 64-bit by looking in the title bar of the Mist window. If you see [64-bit], then Mist is running as a 64-bit process. Otherwise, it's running in 32-bit. -
The build will start. You can see its progress in the Output tool window, normally located in the lower portion of the Mist window.
-
Scroll to the bottom of the Output tool window to see the results of the build. You should see values similar to this:
If the build completed with no errors, you can check the project's output folder to see what was produced.
From this point, you can create a cube within Mist and build out its actions, KPIs, etc... When finished, rebuild the Mist project to emit a dwproj that can be opened in BIDS for cube deployment.


