The following instructions describe how to set up a development environment for writing jControls applications using Visual Studio and C#.
Please perform the follow procedure precisely in the order shown:
dotnet nuget add source https://nuget.comfiletech.com/index.json --name "COMFILE Technology"
dotnet new install ComfileTech.Templates
Now the the development environment is set up, follow the instructions at Creating a New ComfileTech.WinForms Project to create a new project.
To debug an ARM Linux device from within Visual Studio try using our Remote .NET Debugger Extension.
Periodically, COMFILE Technology may update the Visual Studio templates with new templates and other improvements. To obtain the latest templates, simply run the following command from a terminal:
dotnet new install ComfileTech.Templates
To uninstall the Visual Studio templates, run the following in a terminal.
dotnet new uninstall ComfileTech.Templates
To remove the Nuget source, run the following in a terminal.
dotnet nuget remove source "COMFILE Technology"