PC Review


Reply
Thread Tools Rate Thread

"BC30451: Name '<variable>' is not declared." error

 
 
DC Gringo
Guest
Posts: n/a
 
      6th Aug 2003
I'm getting a "BC30451: Name 'CRListType' is not declared." error

Here's the top of the page where I'm getting stuck...

<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="CRList.ascx.vb" Inherits="x.x.x.net.WebUserControl1"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>

<% If CRListType = "full" %> ----------ERROR IS OCCURRING HERE -----------
------------------------

Here's my .vb page behind it:

Public MustInherit Class WebUserControl1
Inherits System.Web.UI.UserControl

#Region " Web Form Designer Generated Code "

'This call is required by the Web Form Designer.
<System.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()

End Sub

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
End Sub

#End Region

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
End Sub

End Class


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Message: BC30451: Name 'Utilities' is not declared. Don Quijote de Nicaragua Microsoft ASP .NET 4 31st Aug 2008 09:38 PM
try catch - "Variable declared but never used" ? What-A-Tool Microsoft C# .NET 7 27th Feb 2006 06:28 PM
"variable 'x' declared but never used" warnings in VB.NET harry Microsoft VB .NET 9 10th Sep 2004 10:34 AM
"variable 'x' declared but never used" warnings in VB.NET harry Microsoft Dot NET 8 10th Sep 2004 10:34 AM
BC30451: Name 'cachedviewAllSprs1' is not declared. / Crystal Report Error vengala s reddy Microsoft ASP .NET 0 17th Mar 2004 02:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:26 AM.