vb.net - Visual Basic 2010 crashes when clicking in specific subroutine -
vb.net - Visual Basic 2010 crashes when clicking in specific subroutine -
when clicking in specific subroutine in visual basic 2010, application crashes giving error message "microsoft visual basic 2010 [express] has encountered problem , needs close."
nothing appears in log , safe mode doesn't help.
when had problem, found due line continuation on 400 lines.
for example:
dim somestring string somestring = "some text , line continuation " & _ "and more text 400 lines " & _ ... & _ "and finish string"
to prepare it, had create code little sloppier combining multiple "lines" on 1 line.
hope helps else!
vb.net vb.net-2010
Comments
Post a Comment