I couldn't reproduce the bug, but I have some idea from the analysis of the
*.sln/*.csproj files:

Looks like "Uts.NgfEngine.Test.csproj" contains a reference with no
HintPath:

<Reference
    Name = "nunit.framework"
    AssemblyName = "nunit.framework"
/>

that may be causing the problem (this is the only potential reason for
NullReferenceException) in the mentioned line:

   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlElement elemReference, SolutionTask solutionTask, String outputDir) in
C:\DevTools\NAnt\src\NAnt.VSNet\Reference.cs:line 153

Mark, can you temporarily remove this project from solution or remove/add
again reference to "nunit.framework.dll" ???
Be sure to check if it actually adds HintPath to the *.csproj file.

Jarek
----- Original Message ----- 
From: "Mark Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 9:39 PM
Subject: RE: [nant-dev] Bug #875664


> Gert/All,
> Jaroslaw Kowalski, has contacted me off list and we are working to resolve
> this issue.
>
> Thanks
> -Mark
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, January 13, 2004 15:25
> > To: Mark Watts; [EMAIL PROTECTED]
> > Subject: Re: [nant-dev] Bug #875664
> >
> > Would be great if you could attach a zip file containing all
> > files necessary to reproduce this issue to the bug report ...
> >
> > Gert
> >
> > >-----Original Message-----
> > >From: Mark Watts [mailto:[EMAIL PROTECTED]
> > >Sent: Tuesday, January 13, 2004 07:16 PM
> > >To: [EMAIL PROTECTED]
> > >Subject: [nant-dev] Bug #875664
> > >
> > >I just updated bug #875664, with a bit more detail.  Does
> > anyone have
> > >any suggestions on what the appropriate fix for this problem
> > might be?
> > >I am dead in the water as long as this problem exists.
> > >
> > >Thanks
> > >
> > >-Mark
> > >
> > >
> > >
> > >
> > >-------------------------------------------------------
> > >This SF.net email is sponsored by: Perforce Software.
> > >Perforce is the Fast Software Configuration Management
> > System offering
> > >advanced branching capabilities and atomic changes on 50+ platforms.
> > >Free Eval! http://www.perforce.com/perforce/loadprog.html
> > >_______________________________________________
> > >nant-developers mailing list
> > >[EMAIL PROTECTED]
> > >https://lists.sourceforge.net/lists/listinfo/nant-developers
> > >
> > >
> > >
> >
> > --------------------------------------
> > Telenet Webmail opent je wereld
> >
> >
> >
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to