Link to home
Start Free TrialLog in
Avatar of arjitbhandari
arjitbhandari

asked on

Create a dll file for the attached C# code

Hi,

I want to create a dll file for the attached C# code for calling the Exchange 2007 WebService. I am using Visual Studio 2008 and I am getting "missing directive or assembly reference" when I am trying to build the code in a "class library" project. However, when I write this code in a "Web page" project, I do not get any errors.

Please suggest what can be done to create a working dll for this.

Thanks
Arjit
wscall.txt
Avatar of CuteBug
CuteBug
Flag of India image

Can you provide the exact error message.

You might need to add reference to a particular DLL to your project, for it to compile.
ASKER CERTIFIED SOLUTION
Avatar of Toms Edison
Toms Edison
Flag of India 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
Avatar of arjitbhandari
arjitbhandari

ASKER

Thank you...I added the Exchange WebService wsdl and cs file in the project and it worked!

Arjit