S
Stephen Dougherty via DotNetMonster.com
Is there a maximum amount of data that can be loaded onto a form, or processed by a form??
I am building a standalone application, which has a load of data accociated with a button click event.
After adding the latest batch of data, and debug building, I get the following error:
An unhandled exception of type 'System.InvalidProgramException' occurred in system.windows.forms.dll
Additional information: Common Language Runtime detected an invalid program.
Now I realise that this is probably not the most efficient way to go about this, but as a learning developer, I need to discover the limits of VB.Net.
Thanks for any pointers or help
Steve
I am building a standalone application, which has a load of data accociated with a button click event.
After adding the latest batch of data, and debug building, I get the following error:
An unhandled exception of type 'System.InvalidProgramException' occurred in system.windows.forms.dll
Additional information: Common Language Runtime detected an invalid program.
Now I realise that this is probably not the most efficient way to go about this, but as a learning developer, I need to discover the limits of VB.Net.
Thanks for any pointers or help
Steve