Debugging function of Blazor Webassembly project (like watching variable values/evaluating in Immediate window) of Visual Studio 2022 does not work correctly with referencing a Visual Basic Library ...
1. Create the instance of the TaskInvoke object on your server side program 2. Creates the function to analysis the data 3. Create a TaskHost object on your local client, and connect to the remote ...
var vsm, msg1, msg2; function start() { vsm = new VBMetro.VBMetro(); } function VBMetroLibrary() { msg1 = vsm.getMessage(1); msg2 = vsm.getMessage(2); document ...