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