I'm getting the following error when trying to use the solution task to build a trivial "hello world" style ASP.Net application. I've also attached the sln file and the build file. Any ideas?
Phil NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Framework net-1.1 is invalid and has not been loaded : Framework directory C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 does not exist. Framework netcf-1.0 is invalid and has not been loaded : Framework directory C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 does not exist. Framework mono-1.0 is invalid and has not been loaded : Property 'sdkInstallRoot' has not been set! Framework mono-1.0-linux is invalid and has not been loaded : Framework directory /usr/local/bin does not exist. Framework sscli-1.0 is invalid and has not been loaded : Framework directory C:\sscli\build\v1.x86fstchk.rotor does not exist. Buildfile: file:///D:/Projects/NAntTest/NAntTestWebSoln/soln.build Base Directory: D:\Projects\NAntTest\NAntTestWebSoln. build: [solution] Starting solution build. [solution] Included projects: [solution] Reference projects: http://localhost/NAntTest/NAntTest.vbproj http://localhost/NAntTest/NAntTest.vbproj http_//localhost/NAntTest/NAntTest.vbproj http___localhost_NAntTest_NAntTest.vbproj http___localhost_NAntTest_NAntTest.vbproj C:\DOCUME~1\sres002\LOCALS~1\Temp\alky9fgc\http___localhost_NAntTest_NAntTes t.vbproj BUILD FAILED INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance of an object. at NAnt.VSNet.Tasks.Reference..ctor(Solution sln, ProjectSettings ps, XmlElement elemReference, Task nanttask) in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.VSNet\Reference.cs:line 88 at NAnt.VSNet.Tasks.Project.Load(Solution sln, String strFilename) in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.VSNet\Project.cs:line 129 at NAnt.VSNet.Tasks.Solution.LoadProjects() in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.VSNet\Solution.cs:line 171 at NAnt.VSNet.Tasks.Solution..ctor(String strSolutionFilename, ArrayList alAdditionalProjects, ArrayList alReferenceProjects, Task nanttask) in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.VSNet\Solution.cs:line 89 at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.VSNet\Tasks\SolutionTask.cs :line 108 at NAnt.Core.Task.Execute() in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.Core\Task.cs:line 142 at NAnt.Core.Target.Execute() in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.Core\Target.cs:line 137 at NAnt.Core.Project.Execute(String targetName) in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.Core\Project.cs:line 613 at NAnt.Core.Project.Execute() in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.Core\Project.cs:line 596 at NAnt.Core.Project.Run() in D:\Development\Nant\nant-0.8.3-rc1\nant\src\NAnt.Core\Project.cs:line 637 Please send bug report to [EMAIL PROTECTED] Total time: 1.3 seconds. ------------------------------------------------------------------------------ DISCLAIMER: This email and files transmitted are confidential and are intended solely for the use of the intended recipient. If you are not the intended recipient, or the person responsible for delivering it to the intended recipient, you may not copy, disclose, distribute or use it in any unauthorised manner. If you have received this email in error please notify us by telephoning on 01902-554455 or by email to [EMAIL PROTECTED] and then delete it and any attachments accompanying it. Please note that Wolverhampton City Council cannot guarantee that this message or any attachments are virus free or have not been intercepted and amended. Any views or opinions expressed within this email are those of the author and may not necessarily reflect those of Wolverhampton City Council and no contractual arrangement is intended to arise from this communication. ==============================================================================
NAntTestWebSoln.sln
Description: Binary data
soln.build
Description: Binary data
