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.
 
Have you try to run from VS.NET with the proper references???

Regards,
chanmm
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top