Compiling the Proxy

J

Jack Barnes

I am pretty new to programing and need help compiling the
proxy for my WebService in C#.

I have been going through a book on WebServices and am at
the part where I need to compile my proxy into a .NET
Assembly. However, I am getting a CS0006 error.

Here's what I am typing:
-----
csc.exe /out:bin\pmcalc.dll /target:library /reference:syst
em.xml.serialization.dll /reference:system.web.services.dll
pmcalc.cs
-----

I get the following error:
-----
error CS0006: Metadata file 'system.xml.serialization.dll
could not be found
-----

I've looked and I don't have the
system.xml.serialization.dll file in my system even though
I have the 1.1 Framework and SDK.

Is there a new way to do this in the 1.1
Framework? ...becuase EVERYTHING I read says to do it the
way that I have been doing it.

Need Help!

Thx - Jack
 
K

Kevin Cunningham

System.Xml.Serialization is a namespace within System.XML.dll. Are you sure
you didn't mean to put System.Xml.dll instead of
System.Xml.Serialization.dll?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top