Forum Discussion
Photo_G_84660
Nimbostratus
Sep 05, 2006VB .NET nodeDisable sub
Hi,
I am trying to code a disableNode sub-procedure in VB .NET, and I am getting this error:
"Value of type 'App_Based_Node_Handler.NodeAddress.CommonEnabledState' cannot be conve...
Photo_G_84660
Nimbostratus
Sep 06, 2006Thanks Joe,
I tweaked the CommonEnabledStates statement and changed it to a function, and I think I am real close. For some reason though, the 'configure' expression does not produce a value. I'm still missing the boat here...
Public Function disableNode()
Dim node_addresses() As String = {sNodeAddress}
Dim states() As NodeAddress.CommonEnabledState = _
{App_Based_Node_Handler.NodeAddress.CommonEnabledState.STATE_DISABLED}
Dim configure = Node.set_session_enabled_state(node_addresses, states)
End Function...and MSDN is not much help at all: Expression does not produce a value
You have tried to use an expression that does not produce a value in a value-producing context, such as calling a Sub in a context where a Function is expected.
Error ID: BC30491
To correct this error
Change the expression to one that produces a value.
Thanks in advance for any pointers that you can think of...
Scott H.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
