Reporter | Justin Fyles (jfyles) |
---|---|
Created | Jan 31, 2012 12:02:00 AM |
Updated | Mar 25, 2012 8:41:45 PM |
Priority | Normal |
Type | Usability Problem |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Kirill Skrygan (kirillskrygan) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
When removing unused references, a reference will come up as eligible to be removed even if the project accesses the .exe directly using Process.Start(). This will cause runtime file not found errors since the referenced .exe will no longer compile into the local project's output directory.