D
Don Quijote de Nicaragua
Hi, I have a problem trying to load a page, sends me the
following error message:
Error Message: BC30451: Name 'Utilities' is not declared.
Line 50: </ DIV>
Line 51: <div id="side">
Line 52: <% = Utilities.createNavBar ()%>
Line 53: </ DIV>
Line 54: <div id="main">
I have already imported the class within the page as follows
<% @ Page Language = "VB" AutoEventWireup = "false"
CodeFile = "Default.aspx.vb" inherits = "maim"%>
<% @ Import namespace = "Utilities"%>
They also put directly into the class
Imports Utilities
But I still sending the same message, any suggestions.
Thanks You.
Don Quixote of Nicaragua.
Elder Soto
following error message:
Error Message: BC30451: Name 'Utilities' is not declared.
Line 50: </ DIV>
Line 51: <div id="side">
Line 52: <% = Utilities.createNavBar ()%>
Line 53: </ DIV>
Line 54: <div id="main">
I have already imported the class within the page as follows
<% @ Page Language = "VB" AutoEventWireup = "false"
CodeFile = "Default.aspx.vb" inherits = "maim"%>
<% @ Import namespace = "Utilities"%>
They also put directly into the class
Imports Utilities
But I still sending the same message, any suggestions.
Thanks You.
Don Quixote of Nicaragua.
Elder Soto