M
MajorTom
Hello developers.
This is not my day.
I working with a C# WinForms application, I have about 200 hundred WinForms,
they are most of them working as I need.
But now when I tried to open (not run) one of them in the designer, it take
a lot of time (about 45 second) and almost all the time my visual Studio
2003 IDE bring a lot of errors, some of them:
1- Win32Execption: The operation completed successfully
2- Unknown error (0x0)
3- An Error has occurred with the C # compiler is unable to report due to
low memory or possible heap corruption. It is recommended that you save al
files, close and restart visual studio
The visual studio has to be close from the task manager (totally
unresponsive)
As far I tied to understand what is happening I found that the particular
form has 14 typed datasets, and if I take them out of my form it have a
normal behavior (of course, my form get a lot of errors), I put them back
one by one and the performance get worse and finaly get the same set of
errors. And not a particular dataset to blame.
My development Laptop have a Pentium M processor 2 Ghz, 1 GB of RAM, and a
big and fast H.D. with more than 50 % free space, running windows XP SP2
(firewall enable), McAffe antivirus, MS Anti SpyWare, all the Security
updates and framework 1.1 SP1.
Please some one make my day.
TIA
MajorTom
This is not my day.
I working with a C# WinForms application, I have about 200 hundred WinForms,
they are most of them working as I need.
But now when I tried to open (not run) one of them in the designer, it take
a lot of time (about 45 second) and almost all the time my visual Studio
2003 IDE bring a lot of errors, some of them:
1- Win32Execption: The operation completed successfully
2- Unknown error (0x0)
3- An Error has occurred with the C # compiler is unable to report due to
low memory or possible heap corruption. It is recommended that you save al
files, close and restart visual studio
The visual studio has to be close from the task manager (totally
unresponsive)
As far I tied to understand what is happening I found that the particular
form has 14 typed datasets, and if I take them out of my form it have a
normal behavior (of course, my form get a lot of errors), I put them back
one by one and the performance get worse and finaly get the same set of
errors. And not a particular dataset to blame.
My development Laptop have a Pentium M processor 2 Ghz, 1 GB of RAM, and a
big and fast H.D. with more than 50 % free space, running windows XP SP2
(firewall enable), McAffe antivirus, MS Anti SpyWare, all the Security
updates and framework 1.1 SP1.
Please some one make my day.
TIA
MajorTom