Hello MikKo,
I would like to use the Gurux DLMS XMLClient.
(located at \Gurux.DLMS.Net-master\Gurux.DLMS.Net-master\Gurux.DLMS.XmlClient)
If I undestood well, I need to install the visual studio in order to generate the .exe file. isnt´t it?
The version that I have is the Microsoft Visual Studio Community 2019 Version 16.11.6
When I try to build it, i get several errors. This is one:
Severity Code Description Project File Line Suppression state
Warning The referenced project "Gurux.DLMS.Net" targets a higher framework version ("4.6") than the current target framework version ("4.0") of this project. This can cause build failures if assembly types outside of this project's target framework are used by any project in the dependency chain. Gurux.DLMS.XmlClient
Yes, you need Visual Studio to build it. Get the latest version from GitHub. You should be able to build it without problems. The target framework version is changed from 4.0 to 4.7.2
Hi,
Hi,
Yes, you need Visual Studio to build it. Get the latest version from GitHub. You should be able to build it without problems. The target framework version is changed from 4.0 to 4.7.2
BR,
Mikko