[Mono-bugs] [Bug 519922] New: xbuild cannot resolve assembly references with no extension
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jul 7 14:55:45 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=519922
Summary: xbuild cannot resolve assembly references with no
extension
Classification: Mono
Product: Mono: Tools
Version: 2.4.x
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: xbuild
AssignedTo: jankit at novell.com
ReportedBy: jhurliman at metaverseindustries.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11)
Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
My .csproj file contains references like this:
<Reference Include="log4net">
<Name>log4net</Name>
</Reference>
Which Visual Studio 2005, 2008, and 2010 correctly resolve to the log4net.dll
file. When compiling with xbuild, I get several errors including this one:
"Considered 'C:\Code\OpenMetaverse\trunk\bin\log4net' as a file, but it is
either an invalid assembly or file does not exist."
The actual file is C:\Code\OpenMetaverse\trunk\bin\log4net.dll.
Reproducible: Always
Expected Results:
xbuild should search for log4net.dll and log4net.exe assemblies before giving
up if no file extension is given.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list