I have two .ascx files in the same folder in an ASP.NET MVC project.
In one of them intellisense is working fine. In the other it does not work at all. Any ideas? The files are very similar with the same @control definition at the top.
Using VS2008 and C#.