This topic is locked

Compiler Error Message: BC30451: Name 'func' is no

7/12/2005 9:20:37 AM
ASPRunner.NET General questions
swat author

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'func' is not declared.
Source Error:
Line 22: lblMessage.Text = ""

Line 23:

Line 24: sConnectionString = func.GetConnectionStr()

Line 25:

Line 26: If sConnectionString = "" Then

Eugene 7/12/2005

Could you please zip and send on support@xlinesoft.com the whole content of ASPRunner.NET output folder along with the project file? I need it to investigate Register problem.

F
fbizzell 7/21/2005

I am getting the same error. Was this issue ever resolved?

Eugene 7/21/2005

Try Code Behind option or rebuild the project with Code Inline option to fix this error.

501215 8/21/2005

I also have this problem. I've tried doing the above but still have the same error. Any ideas?

Eugene 8/23/2005

This error appears only in the cases when you use Code Inline option. If you use Code Behind option, this error just can't appear.

W
webuye 5/14/2008

I just gave up. Getting the following error, even using version 4.0 build 175.
Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'fldUserName' is not declared.
Source Error:
Line 43:

Line 44: Try

Line 45: If UserClass.UserExist(fldUserName.Text) Then

Line 46: lblMessage.Text = "Username" + " " + fldAdminUsername.Text + " " + "already exists. Choose another username."

Line 47: Return

This error appears only in the cases when you use Code Inline option. If you use Code Behind option, this error just can't appear.

Eugene 5/14/2008

Thank you for your feedback. We fixed this bug and updated wizard. Please download and install the latest version of ASPRunner.NET (build #176)