I have a question about the order in which project references are resolved when searching specific path locations. I have a reference in the web project I am trying to build that references an Office interop dll named Office.dll. I have added this dll to my web project and specified the project reference to point to the dll in the current project path. Looking through the Nant code source there is a method that tries to resolve all project references against the local machine .Net Framework path first before trying to resolve references against the value in the <assemblyFolders> path. My question is should not the path specificed in the <assemblyFolders> property of the solution task supercede attempts to resolve project references in the .Net framework path. If not, is there any known work-around other than hard coding or commenting out for my purposes as this is keeping my web project from compiling. Any info would be greatly appreciated.
Thanks, Aron
|