Click here to Skip to main content
15,914,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The type 'SWConfigDataSharedLib.Security.IIpPbxUserCredentials' is defined in an assembly that is not referenced. You must add a reference to assembly 'IpPbxCDSSharedLib, Version=0.1.0.11, Culture=neutral, PublicKeyToken=cf78dfa0a74454f8'.
Posted

1 solution

And? The error is pretty explicit.

Add the reference:
Look at the Solution Explorer pane, open your project, and then right click "References", follow the dialog to add the assembly, and rebuild.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900