Hi, Am using VB, Adapter 2.5
The Remoting Example which is in C# implements IService in the Service class of RemotingService. This implementation is not explicit, so the interface name is not part of the function name.
In VB2005, entry of
Implements IService
results in an explicit implementation, and the compiler does not like it if one removes the code that Implements Interfaces.IService etc ..
-
Is there anyway of avoiding an Implicit implementation in VB, in order to fully replicate the C# version?
-
Does it matter? I can't be sure about this as there are some other issues I'm working through.
This 'small' problem is driving me nuts at the moment
Thanks for any guidance!