User info
First name | Benjamin |
Last name | Hodžić |
ACHIEVEMENTS

First Login

Ask your first question

First comment

First best answer

Get first vote up

Select answer as best

Complete a quiz

Complete first course
Questions asked
Answers given
Hi Stefan, Maybe the templates weren't installed properly. You can follow the steps from our docs. It's worth giving a shot using the CLI command: dotnet new dataminer-connector-solution -name "Solution"
View QuestionHi Ladan, as far as I know, you cannot change the default identifier of the Section and DomInstance objects (which is a GUID in the background). What you can try to do is use Exposers to easily find if...
View QuestionIn case someone comes across the same question, I'll leave an update. I ended up using OpenXML for my case. It is well documented by Microsoft itself. Although it's a bit of a hassle to manipulate data...
View QuestionHi Jeroen, Jens answered the first question. But regarding the second issue, GetFieldValue is an extension method which is located in the Skyline.DataMiner.Net.Sections namespace, make sure you include...
View Question