BUG: HTML Page Truncated with Visual Studio SP3 WebClass Runtime when Running in the VB IDEID: Q234317
|
When you use tag replacement within a WebClass template, you may notice that, after upgrading to Visual Studio Service Pack 3, not all of the tag text and HTML template text gets sent back to the browser. To determine if this problem is occurring, right-click on the resulting HTML page in your browser and select View Source. If you do not see an end </HTML> tag, then most likely you are encountering this problem.
This occurs only under one of the following scenarios:
You are running the WebClass in the Visual Basic 6.0 IDE.
-or-
You are running the WebClass in production if the template cache is turned off (the template cache is turned on by default, so this is not a likely scenario).
This behavior will not occur if you have a pre-existing WebClass site and you upgrade the server to the new runtime. This is because the template cache is turned on by default. Upgrade to the new runtime by installing Visual Studio Service Pack 3.
You need to rollback to the previous version of the WebClass runtime on machines where you use the Visual Basic 6.0 IDE while running your WebClasses. Follow these steps to do so:
regsvr32.exe /u "<driveletter>:\Program Files\Common Files\Designer\mswcrun.dll"
regsvr32.exe "<driveletter>:\Program Files\Common Files\Designer\mswcrun.dll"
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
Please see the following article in the Microsoft Knowledge Base for more information regarding the new WebClass template cache feature:
Q234344 INFO: Template Cache Added in WebClasses for Visual Studio Service Pack 3
Additional query words:
Keywords : kbVBp600 kbWebClasses kbGrpASP kbVS600sp3bug kbDSupport
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: June 3, 1999