Reporter | Guido (gatapia) |
---|---|
Created | Jan 4, 2012 12:29:33 AM |
Updated | Jan 4, 2012 2:23:33 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Kirill Skrygan (kirillskrygan) |
Subsystem | Code Cleanup |
Affected versions | 6.1, 6.1.1 |
Fixed in build | No Fixed in build |
Running remove unused references on an ASP.Net MVC3 project removes required reference. The reference is required by the Global.asax file. e.g.:
<%@ Application Inherits="SomeOtherProject.Application" Language="C#" %>
I'm sure there will be other faults with MVC projects as controllers are not explicitly linked to the MVC project (i.e. can live in any referenced assembly).
<%@ Application Inherits="SomeOtherProject.Application" Language="C#" %>
I'm sure there will be other faults with MVC projects as controllers are not explicitly linked to the MVC project (i.e. can live in any referenced assembly).