Warning: A StringBuilder buffer has been overflowed by unmanaged code. The process may become unstable. Insufficient capacity allocated to the StringBuilder before marshaling it.
i get this when i get last line in chat room
any suggestion to fix
Warning: A StringBuilder buffer has been overflowed by unmanaged code. The process may become unstable. Insufficient capacity allocated to the StringBuilder before marshaling it.
i get this when i get last line in chat room
any suggestion to fix
this is the code im using
Try
still give me the same error
Post send message declarations
Code should work, use debugger or post code example project that don’t work here
it work but some times i give me this message A StringBuilder buffer has been overflowed by unmanaged code
I can’t debug for you, catch exception and make breakpoint there and see when it happens.
that is the exception i get
Warning: A StringBuilder buffer has been overflowed by unmanaged code. The process may become unstable. Insufficient capacity allocated to the StringBuilder before marshaling it.
Yes catch it and check all relevant parameters in code.
Set breakpoint at MsgBox
i did but couldn’t find any thing
What all parameters ok and it fail?
yes