Hi,
On 24 October 2011 10:12, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> On Mon, Oct 24, 2011 at 10:09, Jean-Marc van Leerdam
> <j.m.van.leerdam_at_gmail.com> wrote:
> > Hi,
> > I know NAnt is not maintained by the TSVN team, but it is a requirement
> to
> > be able to build the docs. I have no experience at all using NAnt or
> other
> > .Net based tools, so I first wanted to post here (I am trying to get the
> > TSVN doc builds up and running).
> > I have downloaded NAnt 0.91, unzipped it and added the bin folder to my
> > system path. When running the nant command the following error is shown:
> > D:\data\TSVNWork\trunk\doc>nant -verbose /f:doc.build all
> > NAnt 0.91 (Build 0.91.4312.0; release; 22-10-2011)
> > Copyright (C) 2001-2011 Gerry Shaw
> > http://nant.sourceforge.net
> >
> > INTERNAL ERROR
> > Could not load file or assembly 'System.Web, Version=4.0.0.0,
> > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one o
> > f its dependencies. The system cannot find the file specified.
> > Could not load file or assembly 'System.Web, Version=1.0.3300.0,
> > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' o
> > r one of its dependencies. The system cannot find the file specified.
>
> Seems you only have .NET client profile installed. But System.Web is
> not available in that configuration. You need to install the full
> framework, not just the client profile.
>
>
OK, trying that now. Maybe good idea to add to the trunk/doc/readme.txt that
the Full .Net framework is needed (available through
http://www.microsoft.com/download/en/details.aspx?id=17718)
--
Regards,
Jean-Marc
--
. ___
. @@ // \\ "De Chelonian Mobile"
. (_,\/ \_/ \ TortoiseSVN
. \ \_/_\_/> The coolest Interface to (Sub)Version Control
. /_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2862292
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-24 10:17:29 CEST