This topic is locked

')' expected

5/23/2007 3:40:11 AM
ASPRunner.NET General questions
S
shelbig author

I am a bit disappointed that ASpRunner.Net (3.0 Build 89) is prodcing code that does not compile.

Can you please help.?
[indent]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: BC30198: ')' expected.
Source Error:
Line 32:

Line 33: Dim ddlMemberEmailFormat As DropDownList = CType(MembersDetailsView.FindControl("fldMemberEmailFormat"),DropDownList)

Line 34: If ( Not IsNothing(ddlMemberEmailFormat) ) AndAlso ( Not IsNothing(ddlMemberEmailFormat.Items.FindByValue(0) ) Then

Line 35: ddlMemberEmailFormat.SelectedValue = 0

Line 36: End If

[/indent]

Eugene 5/23/2007

To correct this bug, please download file source.zip from http://www.asprunner.net/test/source.zip and unzip it into the directory where ASPRunner.NET 3.0 was installed ("C:\Program Files\ASPRunner.NET\"), after that rebuild your project.