Hi,
Since I've started using Infragistics Components my VS2010 is taking too long to load symbols when i debug. In VS2010 tray, it keep saying "Loading Symbols for InfragisticsSL4......."
I've tried everything, including formating my computer, but the problem is still here!
Help!!
what do you mean by symbols? explain it clearly
Regards,
Lakshmi
When debugging, VS loads assembly symbols upfront before actually starting the debug process. I think it's that what he meant.
I am having the same problem with Infragistics Windows Forms v11.1 for the last couple of days.
€:What helped me was to exclude the Infragistics *.dlls from being loaded at debug startup. That is done by adding them manually to the list of excluded modules at 'Options --> Debugging --> Symbols --> Load symbols automatically for:' (sorry, translated from VS2010 German, probably not matching the names in the English version).Another possibility would be to get the *.pdb files from the Infragistics source code, i guess.