Bugzilla – Bug 323569
[xbuild] Non-empty hint path breaks assembly resolution
Last modified: 2007-09-15 21:24:57 UTC
---- Reported by dmitchell@logos.com 2007-02-17 20:18:40 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: If an xbuild project includes an assembly reference that has a hintpath set on it will cause an exception to be thrown during the execution of the ResolveAssemblyReferences target. This, in turn, prevents the build step from completing Steps to reproduce the problem: 1. Create an xbuild project 2. Add an assembly reference, and set the HintPath to the path of the assembly 3. Try to build the project Actual Results: Build failure with no notification as to why the build failed Expected Results: Either build success, or an error stating that the referenced assembly could not be found. How often does this happen? Always Additional Information: ---- Additional Comments From dmitchell@logos.com 2007-02-17 20:19:33 MST ---- Created an attachment (id=171507) This patch will fix the problem; it also includes a couple of TODOs for missing features. ---- Additional Comments From marek.sieradzki@gmail.com 2007-02-18 09:52:09 MST ---- I commited other code that I had done earlier. If it still fails please attach a test case. ---- Additional Comments From dmitchell@logos.com 2007-02-19 00:47:03 MST ---- New code works just fine for me. Thanks! Imported an attachment (id=171507) Unknown operating system other. Setting to default OS "Other".