Hi!
I am trying to build a web-based project and I am getting this particular error.
[solution] Starting solution build.
[solution] Only C#, VB.NET and C++ projects are supported. Skipping project 'flowViewPort
lSetup\flowViewPortalSetup.vdproj'.
[solution] Loading projects...
[solution] Loading project 'http://localhost/flowviewportal/FlowViewPortal.csproj '.
onFailure:
[echo] Error(s) occured in FlowViewPortal.csproj.
BUILD FAILED
INTERNAL ERROR
System.NullReferenceException: Object reference not set to an instance of an object.
at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in c:\development\vssroot\development\framework1019
\resources\build\nant\nant-0.84\src\nant.vsnet\project.cs:line 221
at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, TempFileCollection tfc, String outp
utDir, String path) in c:\development\vssroot\development\framework1019\resources\build\nant\nant-0.84\src\nant.vsn
et\projectfactory.cs:line 70
at NAnt.VSNet.Solution.LoadProjects() in c:\development\vssroot\development\framework1019\resources\build\nant\n
ant-0.84\src\nant.vsnet\solution.cs:line 407
at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalProjects, ArrayList referenceProjects,
TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection webMappings, FileSet excludesProjects, String
outputDir) in c:\development\vssroot\development\framework1019\resources\build\nant\nant-0.84\src\nant.vsnet\soluti
on.cs:line 114
at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:\Development\VSSROOT\Development\FRAMEWORK1019\Resources\Bui
ld\NAnt\nant-0.84\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 317
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Tasks.CallTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
Please send bug report to nant-developers@lists.sourceforge.net .