Hi,
I'm in the process of converting a web project, originally a vs2003 C# project to VB 2008. It has several forms. Conversion of the first form went very well.
The second is a control an ascx file. I converted the source and suddenly one of the forms cannot locate the partial class the source defines. The control builds with no errors. I am not serving this, I'm using the local server.
Not matter what I do, VS2008 cannnot find the definition of that class. I have deleted the class from the webproject and re-added it.
The C# version of the project works. And will run with the local server.
I do have a build error
Error 23 Type 'Display' is not defined. G:\aVB2008\CustomerProjects\FintelOnline\FinitelOnline\trunk\ScoreCardII\Output.aspx.vb 294 24 G:\...\ScoreCardII\
Display is the name of the partial class of the ascx.vb file.