Hi Dojo,
when I'm going to file->new I have no Dataminer Protocol Solution or Automation Script Solution.
I have removed/installed DIS several times. How can I fix it?
Hi Stefan
This has been changed in Visual Studio 2022 with Visual Studio Templates. In Visual Studio 2019 you should still have it directly under 'File > New'.
Blog post: Introducing Skyline.DataMiner.VisualStudioTemplates - DataMiner Dojo
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"
Thank you!