Designer Mode Problem in Visual Studio .NET 2003

I got a trouble in opening a ASP.NET Web app in VB.NET developed by another team today. An error message showing "... blah blah </body> is missing...." (of course, an intact <body></body> tag exist in the ASPX file), where no designer mode and no code declaration and event wiring in the code behind file.. :(

Finally, a teammate suggest me to add a line in the <head> section of the ASPX file:
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">

Yes, that's it. I haven't seen this kind of problem in the past, it's so strange.

Colt Kwong

2 Comments

Comments have been disabled for this content.