I would like to know what steps should be followed to have this software correctly installed and if it is necessary to download the DLMS libraries in GitHub beforehand for its correct development,
No, you don't need to download the DLMS libraries from the Github. If you have installed Visual studio it will get the libraries automatically from the nuget.org.
If you are using dotnet to build it run dotnet restore. It will retreave the packages.
The download applocation that your website offers me is a manifest applicationt.
I don't know what problema i could have so that It did not download correcto
Thanks in advance
Hi, No, you don't need to…
Hi,
No, you don't need to download the DLMS libraries from the Github. If you have installed Visual studio it will get the libraries automatically from the nuget.org.
If you are using dotnet to build it run dotnet restore. It will retreave the packages.
BR,
Mikko
Hi Mikko, The download…
Hi Mikko,
The download applocation that your website offers me is a manifest applicationt.
I don't know what problema i could have so that It did not download correcto
Thanks in advance
Hi, You can download the…
Hi,
You can download the executable here:
https://www.gurux.fi/Download
If you want to modify only the GXDLMSDirecto, you don't need to download the DLMS libraries from GitHub.
Those files are available in nuget.org and Visual studio downloads them automatically when you build the project.
BR,
Mikko