BC30451: Name 'My' is not declared
Hi, All,
Could you help me?
I have a web form. It work normally on localhost. However, I post on Website, I got the error message below:
Compiler Error Message: BC30451: Name 'My' is not declared.
Source Error:
Line 9: GBdate = "c:\inetpub\wwwroot\webform\GBdate .txt"
Line 10:
Line 11: If My.Computer.FileSystem.FileExists(GBdate) Then
Line 12: WholeList = My.Computer.FileSystem.ReadAllText(GBdate)
Line 13: Response.Write(WholeList & "<br>")
Source File: D:\Webs\webform\view.aspx Line: 11
Anyone, please help. Thanks.
|