|
Hi,
I have been having quite a bit of difficulty getting nant to build a vb.net web service. Im running the latest nightly build with .net 1.1 and my build script just points to the vbproj file. I am also getting problems with a new project when I uncomment the hello world function. Firstly has anyone had any success with nant and vb web services. Secondly, and this should go to the developers list, does anyone have an answer for this error im getting.
Thanks very much for any help. Evan.
build:
[solution] Starting solution build.
BUILD FAILED
INTERNAL ERROR
System.NullReferenceException: Object reference not set to an instance of an obj ect. at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps, XmlEleme nt elemReference, SolutionTask solutionTask, String outputDir) in C:\DOCUME~1\AD MINI~1\LOCALS~1\Temp\tmp272.tmp\src\NAnt.VSNet\Reference.cs:line 153 at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in C:\DOCUME~1\A DMINI~1\LOCALS~1\Temp\tmp272.tmp\src\NAnt.VSNet\Project.cs:line 197 at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, TempFileCollection tfc, String outputDir, String path) in C:\DOCUME~1\ADMINI~1\L OCALS~1\Temp\tmp272.tmp\src\NAnt.VSNet\ProjectFactory.cs:line 60 at NAnt.VSNet.Solution.LoadProjects() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\t mp272.tmp\src\NAnt.VSNet\Solution.cs:line 405 at NAnt.VSNet.Solution..ctor(ArrayList projects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection webMaps, Fi leSet excludesProjects, String outputDir) in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ tmp272.tmp\src\NAnt.VSNet\Solution.cs:line 132 at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:\DOCUME~1\ADMINI~1\LOCALS ~1\Temp\tmp272.tmp\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 314 at NAnt.Core.Task.Execute() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp272.tmp\ src\NAnt.Core\Task.cs:line 151 at NAnt.Core.Target.Execute() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp272.tm p\src\NAnt.Core\Target.cs:line 207 at NAnt.Core.Project.Execute(String targetName) in C:\DOCUME~1\ADMINI~1\LOCAL S~1\Temp\tmp272.tmp\src\NAnt.Core\Project.cs:line 753 at NAnt.Core.Project.Execute() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp272.t mp\src\NAnt.Core\Project.cs:line 729 at NAnt.Core.Project.Run() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp272.tmp\s rc\NAnt.Core\Project.cs:line 778
Please send bug report to [EMAIL PROTECTED]
Total time: 0.3 seconds. |
- Re: [Nant-users] vb web service Evan Watson
- Re: [Nant-users] vb web service Scott Hernandez
