G
Guest
Hello. I have an aspx page called MyAspx.aspx (for the sake of this
discussion) and its associated code file, MyAspx.aspx.vb. In the .vb file, I
have declared a variable as follows:
Public strIntRate As String
In the Visual Studio .NET debugger, the web page compiles and runs
perfectly. However, I just published the web site on a different web server.
Upon accessing the page there, it gives the error, "Name 'strIntRate' is not
declared" and calls it a compilation error.
Admittedly, I'm green at publishing .NET web sites. Can anyone point me to
what the problem might be? If you need more info, let me know.
Thanks,
John
discussion) and its associated code file, MyAspx.aspx.vb. In the .vb file, I
have declared a variable as follows:
Public strIntRate As String
In the Visual Studio .NET debugger, the web page compiles and runs
perfectly. However, I just published the web site on a different web server.
Upon accessing the page there, it gives the error, "Name 'strIntRate' is not
declared" and calls it a compilation error.
Admittedly, I'm green at publishing .NET web sites. Can anyone point me to
what the problem might be? If you need more info, let me know.
Thanks,
John