'With' must end with a matching 'End With'
A With
statement occurs without a corresponding End With
statement. An End With
statement must be used to end the With
block.
Error ID: BC30085
If this
With
block is part of a set of nestedWith
blocks, make sure each block is properly terminated.Add an
End With
statement to the end of theWith
block.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: