Implementation of IService interface in Remoting Example

Posts   
 
    
Ceres
User
Posts: 20
Joined: 31-Jan-2007
# Posted on: 03-Mar-2008 18:08:32   

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 ..

  1. Is there anyway of avoiding an Implicit implementation in VB, in order to fully replicate the C# version?

  2. 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 disappointed

Thanks for any guidance!

Ceres
User
Posts: 20
Joined: 31-Jan-2007
# Posted on: 03-Mar-2008 18:43:07   

Ok. Resolved, VB just different!!