Bugs item #1569772, was opened at 2006-10-03 07:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1569772&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: mahesh (mmkdissa)
Assigned to: Nobody/Anonymous (nobody)
Summary: How to add web reference to a build file

Initial Comment:
hello

I am using Nant for build the Compact framework Project.
I need to know how to add a webReference to a build file

I tried 
<references>
<lib>
<include name ="Web References/RDAWebReference"/>
</lib>
<include name="*.*" />
</references>

I also included the necessaray
dll(System.Web.Services.dll,.... others)

within the RDAWebReference there are following files

rdaproxy.disco
rdaproxy.wsdl
Reference.map
Reference.vb


when it builds it gives the following error

Type 'RDAWebReference.RDAProxy' is not defined.
  [vbc]
  [vbc]     Dim webRef As New RDAWebReference.RDAProxy
  [vbc]                      

so I can not build it.
what is the way to add a web reference to a build file?
I am working on "Microsoft .NET Compact Framework 1.0".
Pls help me...........


Mahesh Dissanayaka


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1569772&group_id=31650

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to