BUG: Need to Remove the "Me" References from WcDemo Sample

ID: Q189538


The information in this article applies to:


SYMPTOMS

You see the error "Compiler error: Method or data member not found" and the code "Me.Template1" is highlighted.


RESOLUTION

You cannot use the "Me" reference in your Webclass code to reference the Webclass object. For example, the documentation frequently shows that you can write code such as "Me.URLData = value". This is not supported. Instead of using Me, you must use the "Webclass" statement. For example, instead of Me.URLData, you would use Webclass.URLData.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.


MORE INFORMATION

The WcDemo sample will be located at this location when you install the MSDN samples:

Microsoft Visual Studio\MSDN98\98VS\1033\Samples\VB98\WcDemo\WCDEMO.VBP


REFERENCES

Please see the following Microsoft Knowledge Base article for more information on WebClasses:

Q189539 : INFO: VB 6.0 Readme Part 8: WebClass Designer Issues

Additional query words: kbDSupport kbVBp600 kbdsi kbDSupport kbVBp kbWebClasses kbInternet


Keywords          : 
Version           : 
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: June 4, 1999