Manuel Bl.

Results 107 comments of Manuel Bl.

Can you provide more information about your project: - On what operating system are you running (Windows, macOS, Linux)? - Is it a WPF application, library project, ASP.NET application etc.?...

It looks like an error in Visual Studio's package dependency management. It has some issues and weaknesses. - What kind of project is the final application, a Windows application, ASP.NET...

It'll take me some time to reproduce it. In order to do so, I still need more information: - What .NET version does the ASP.NET application use? - Which NuGet...

And the assembly version most likely is not the problem. It's more likely a Visual Studio problem as it has - for whatever reason - decided not to copy the...

Are your sure the .NET version is .NET Standard 2.0? .NET Standard is just a specification of .NET, not an implementation. It works for library projects, but for an ASP.NET...

There is not .NET Standard for an ASP.NET application. It's either .NET Framework 4.x.x, or .NET 3.1 / 5.0 / 6.0. Which one are you using?

I can reproduce it. As suspected Visual Studio does not copy the assembly Codecrete.SwissQRBill.Core.dll into the bin folder of the main application, be it for a bug or a limitation...

The number of address lines is given by the Swiss QR bill standard. It cannot be changed without going through the lengthy process of evolving the standard and giving all...

So the problem has been solved? BTW: If the file `TheThingsNetwork.cpp` contains the method `joinCore()`, you are using an old version of the library. This method was removed more than...

You have probably downloaded the code from the [Releases](https://github.com/manuelbl/ttn-esp32/releases). I have indeed not updated this for some time. Now it's up-to-date again. You can either download it from the release...