getsolved
Results
2
comments of
getsolved
The debugger shows the error at design time in the editor on that line. Hours later I found a workaround using UpdateLightExtensions: `Dim request As New UpdateLight()` `Dim RGBColor As...
Maybe it is caused by different behaviours between VB.NET and C# for the extension methods? I have a working solution, my problem is currently solved, especially because you confirmed that...