This is a multi-part message in MIME format.
------=_NextPart_000_0047_01C066B6.3F4C2610
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
hai,
I tried to execute a webservice given in the following
addr.http://www.asptoday.com/articles/20001003.htm
according to their notes i stored the Dll in a seperate Bin directory.
To create the DLL
csc /out:bin\TimeServiceProxy.dll /t:library /r:system.web.services.dll
/r:system.xml.serialization.dll TimeServiceProxy.cs
But while creating the exe file if i give the command like thatcsc
/r:system.web.services.dll /r:TimeServiceProxy.dll TimeTestApp.cs
it cont accept the dll ref,so i gave a commad like that
csc /r:system.web.services.dll /r:bin\TimeServiceProxy.dll
TimeTestApp.cs
But while running the exe file it gives the excpetion .What can i do to
solve that?
from,
Kasthuri.T
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to aspx as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-aspx-$subst('Recip.MemberIDChar')@p2p.wrox.com