Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

asked on

wcf, class library

SRCarrierInfo.CarrierAgentActInfoServiceClient cgsClient = new SRCarrierInfo.CarrierAgentActInfoServiceClient();
cgsClient.GetCarrierWebsiteInformation(); //this is custom class library it will be returned. The name is likes: List<Domain.Carrier>


how can i expose my class library to the public? I use DNN 8 as client to call above object. and I can not reference my custom class library inside of DNN module project.
Avatar of ITsolutionWizard
ITsolutionWizard
Flag of United States of America image

ASKER

Anyone can help?
ASKER CERTIFIED SOLUTION
Avatar of Darren
Darren
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The class is extremely simple just use person as example pls
Hi IT Solution Wizard,

Sorry, I'm not sure I understand what you are looking for.

Thanks,

Darren
Just create a class person with first name and expose it as I describe