Bugs item #1106493, was opened at 2005-01-20 21:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1106493&group_id=31650

Category: Other
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Karl Costenbader (competent_tech)
Assigned to: Nobody/Anonymous (nobody)
Summary: Assembly Folders not resolved correctly

Initial Comment:
In NAnt.VSNet.AssemblyReference.cs, the method 
ResolveFromAssemblyFolders does not correctly handle 
the assemblyfolder convention specified by Microsoft at:

http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/dv_vstechart/html/vstch_multivercomponent.asp

In particular, many references are in the form 
hkey\dn\assemblyfoldername. The method, however, 
checks assemblyFolderKey.Substring(5) which won't 
work if \dn is specified. 

Since changing this value in the project file will affect 
how Visual Studio determines the location, nant should 
take the dn value into account.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1106493&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to