Profile

Benjamin Hodžić

User info

First name Benjamin
Last name Hodžić

ACHIEVEMENTS

Bronze badge user

First Login

Bronze badge star

Ask your first question

Bronze badge star

First comment

Bronze badge heart

First best answer

Bronze badge like

Get first vote up

Bronze badge like

Select answer as best

Bronze badge star

Complete a quiz

Bronze badge star

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 Question

Hi 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 Question
2 Votes Selected

In 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 Question
2 Votes

Hi 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
2 Votes