VS.NET performance issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When opening a project contains over 200 typed DataSets, the VS.NET get obviously slowed down. The CPU usage rate keep almost 100% all the while. Is it caused by the MSDataSetGenerator?
 
Hi,

Are datasets shown?
MSDataSetGenerator is invoked only when dataset schema changes.
Maybe IDE needs some time to parse such a big ammount of code :)
Does CPU never go down?
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

pli said:
When opening a project contains over 200 typed DataSets, the VS.NET get
obviously slowed down. The CPU usage rate keep almost 100% all the while. Is
it caused by the MSDataSetGenerator?
 
Back
Top