Digital Colony!

Intellisense Not Displaying Controls Inside Wizard Control

I've noticed on many occasions that when adding a new control inside an asp:Wizard control using Visual Studio .NET 2005 that the Intellisense can't find the new control. There is nothing wrong with your code if this happens. It is a bug with Visual Studio. The solution I'm using to fix this is to add my new controls inside the asp:Wizard control first. Then I close and relaunch Visual Studio. At that point the code behind detects the new controls and Intellisense works again. If anyone is aware of a better solution, post your thoughts in the comments.

Labels: , , ,

AddThis Social Bookmark Button

3 Comments:

Stendal said...

No bette solution, but having the same (very annoying) problem... :(

4/10/2007 5:09 PM

Stendal said...

Here's a link to the bug report at microsoft.com - please make at vote for this bug:

https://connect.microsoft.com/feedback/viewfeedback.aspx?FeedbackID=122386&wa=wsignin1.0&siteid=210

Looking forward to an update from Microsoft :)

4/10/2007 5:23 PM

MAS said...

Here is a friendly link for Stendel's comment.

Vote For Bug to Wizard

4/10/2007 5:27 PM

 

Post a Comment

 

Digital Colony Copyright © 1999-2008 XHTML   508
This site uses Blogger, which is not 100% XHTML compliant.
Try...Catch Disclaimer: For brevity many examples do not include error handling. That is your responsibility.