.netweb-servicescomvb6rcw

The type 'COMSVCSLib.ObjectControl' is defined in an assembly that is not referenced


Also, the code is showing problem with ProgramB assembly (for which I had those .exp and .lib files)

What could be the possible reason, or am I doing anything wrong here?


Solution

  • You shouldn't have two different references on COMSVCSLib. You could try to remove one or the other.

    PS: .exp and .lib files are useless for a .NET client