Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#E3FCEF

Please read the Terms of Use for Materials on ZennoLab

Table of contents

Expand
titleClick here to expand the table of contents
Table of Contents
exclude^Оглавление$

...

In the "Use Visual Studio solution" mode, the cube properties look like this

...

Control elements:

  1. Selecting the mode of working of the cube

  2. The path to the solution where the project is located

  3. The project that will be run when the cube is executed

  4. Project configuration

  5. Flag combining output dll and dependencies into one dll file using ILRepack

  6. Button for switching to the "Use Dll" mode

  7. Connect to Visual Studio button

  8. Create New Visual Studio Project button

In the "Use Dll" mode, the cube properties look like this

...

Control elements:

  1. Selecting the mode of working of the cube

  2. The path to the dll that will be run when the cube is executed

“Use Visual Studio Solution” Mode

...

After clicking on this button, a window will open that allows you to select the required actions

...

  1. Build solution (required step)

  2. Merge into one dll. Merging the output dll and libraries into one dll file using ILRepack (allows you to reduce the number of files that need to be transferred with the project)

  3. Copy dll to the required path (by default, the project folder macro is used)

  4. Select dll for using in this action block. Changing the mode of the cube to "Use dll" and setting the path to the dll

  5. Open result in Explorer

Info

You can also manually change the mode and specify the path to the required dll, so that the dll can be executed, it is necessary that it has a class that implements the IZennoExternalCode interface

...