Insufficient capacity allocated error message on MS visual Studio
I am working on a project, which uses Microsoft Visual Studio. I have Microsoft Visual Studio 2005 installed on one my Windows Vista machine. When I am trying to perform an action, I get the below give error message.
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 am not able to identify, which code I need to modify in order to get rid of this error message.
If anyone is aware of this error message, please help me.








