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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -