This question is locked. New answers and comments are not allowed.
Hi,
I use code like that in VB:
| Sub x() |
| DoWsCall = AddressOf DoWsCallCommit |
| End Sub |
| Private Function DoWsCallCommit() As ShoppingCartResult |
| End Function |
JustCode throws an error for "AddressOf DoWsCallCommit":
| VisualBasic.Net: There is no applicable member or variable 'DoWsCallCommit' |
Thanks
Eric