Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 16, 2012 11:54:56 AM |
Updated | Feb 16, 2012 11:54:56 AM |
Priority | Critical |
Type | Feature |
Fix versions | Next |
State | Submitted |
Assignee | Kirill Skrygan (kirillskrygan) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
Found a problem with the "Remove Unused References" in a web project - it ignored this in the Web Config:
<system.webServer>
<modules>
<remove name="Detector" />
<add name="Detector" type="FiftyOne.Foundation.Mobile.Detection.DetectorModule, FiftyOne.Foundation" />
And it removed the reference to "FiftyOne.Foundation" project. This is the only place in the project where it's referenced.
<system.webServer>
<modules>
<remove name="Detector" />
<add name="Detector" type="FiftyOne.Foundation.Mobile.Detection.DetectorModule, FiftyOne.Foundation" />
And it removed the reference to "FiftyOne.Foundation" project. This is the only place in the project where it's referenced.