Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Please read the Terms of Use for Materials on ZennoLab |
Table of contents
Expand | ||||
---|---|---|---|---|
| ||||
|
...
In the "Use Visual Studio solution" mode, the cube properties look like this
...
Control elements:
Selecting the mode of working of the cube
The path to the solution where the project is located
The project that will be run when the cube is executed
Project configuration
Flag combining output dll and dependencies into one dll file using ILRepack
Button for switching to the "Use Dll" mode
Connect to Visual Studio button
Create New Visual Studio Project button
In the "Use Dll" mode, the cube properties look like this
...
Control elements:
Selecting the mode of working of the cube
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
...
Build solution (required step)
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)
Copy dll to the required path (by default, the project folder macro is used)
Select dll for using in this action block. Changing the mode of the cube to "Use dll" and setting the path to the dll
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 |
...