Varigence, Inc.

Expand Minimize
Mist User Guide
Building the Example Project

Building a project produces compiled output for each item included in an emittable file.

To build a project:
  1. On the Home tab, click the Build button.
    Home Ribbon - Build Button
  2. 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.
    Home Ribbon - 64-bit Build Button
    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.
  3. The build will start. You can see its progress in the Output tool window, normally located in the lower portion of the Mist window.
    Output Window
  4. Scroll to the bottom of the Output tool window to see the results of the build. You should see values similar to this:
    Output Window - Error Listing

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.