views:

22

answers:

0

Recently installed Microsoft Visual Web Developer 2010. On .vb pages that I've added to the project, Intellisense will not display after spacing nor dot notation. I've verified that the following have both been checked:

Tools->Options->Text Editor->Basic->General->Auto List Members Tools->Options->Text Editor->Basic->General->Parameter Information

I would think that this type of functionality would be available immediately after install.

Edit:

Answered my own question. Found that I was not correctly specifying the inherits attribute in the aspx page control. I had originally left the inherits attribute set to the class specified in another code behind file. This in turn caused an error, as two aspx files were inheriting from two differing .vb files that contained differing classes with the same class names.