VB intrface, c# implementation

  • Thread starter Thread starter cs
  • Start date Start date
C

cs

We have a VB.NET interface that I just dont have the time to rewrite at the
moment, and I need to implement it on C#, I have done it already.
Now we are instantiating my c# implementation from VB code. Note there is 3
assemblies involved here, one with teh interface (WebInterfaces is its name)
and then the implementing one and the one instantiating the implementation.
The one instantiating is the one getting the fullowing error, all ht
ereferences have been added alreayd:


c:\inetpub\wwwroot\webclient_1\WebClasses.vb(44): Reference required to
assembly 'WebInterfaces' containing the implemented interface
'WebLink_Interface'. Add one to your project.
 
yeah its all on VS.NET with the right references, even worse, I replaces my
C# code with VB code, exact same names and all, just removed my C# project,
and everything works fine.
 
Hi

I have exactly the same problem. Do you have found a solution for that

Thanks for your Information

Jan
 
The solution was given by Philip Riek and is shown in a threat I#ve created. Search by Name.
 
Back
Top