vote up 2 vote down star

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#.

flag

73% accept rate
Rebooting the machine worked but I'd still love to hear any other suggestions that anyone might have to solve this... – Guy Sep 3 at 5:15

2 Answers

vote up 1 vote down

Try rebuilding your project. Intellisense doesn't work in views until it has been built.

link|flag
I had tried that - I did a clean and rebuild but no luck there. – Guy Sep 10 at 18:21
vote up 1 vote down

Sometimes I find deleting the designer.cs file, and then right clicking the .ascx and selecting 'Convert To Web Application' (which re-gens the desinger file) fixes weird intellisense errors.

link|flag
Because I'm using ASP.NET MVC this control doesn't have a codebehind file and hence no designer file. Thanks anyway and +1 for a good tip. – Guy Sep 3 at 5:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.