I just stucked up to call the reference from one class to another class but both classes are in different project in same solution.
Here is what am trying to do.
Project A (Webster.Client.Modules.Metadata) Class Name : Helper.cs
Projec B (Webster.Client.Infrastructure)
Class Name: ImageResizerService.cs
Interface: IImageResizerService.cs I trying to use helper class in my ImageResizerService class.
When i try to add the project reference,it throws "A Reference to Webster.Client.Modules.Metadata could not be added. Adding this project as refernce would cause a circular dependency"