I have, in some of my solutions, references to other
projects and I'm gettng the following error:

System.Exception: External reference 'FWLibraries'
found, but project was not loaded.
   at NAnt.VSNet.Reference..ctor(Solution solution,
ProjectSettings ps, XmlEleme
nt elemReference, SolutionTask solutionTask, String
outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String
fileName)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(ArrayList projects,
ArrayList referenceProjects,
 TempFileCollection tfc, SolutionTask solutionTask,
WebMapCollection webMaps, Fi
leSet excludesProjects, String outputDir)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Here's what this looks like in my .vbproj file:
<Reference
    Name = "FWLibraries"
    Project = "{E2C2DD49-CD00-4B50-ABE7-3DD92B546FC2}"
    Package = "{F184B08F-C81C-45F6-A57F-5ABD9991F28F}"
/>

Does Nant support this currently?


Michael Smith
AIM: MikAtlanta
MSN: MikeAshtonSmith
email: [EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to