Hi,
I have a form, with Infragistics panels and controls. (VB 2008)
- In a WinXP laptop (dual core) , it takes 3 seconds to load
- In a Win Vista desktop (quad core), it takes 15 seconds to load.
How is this possible? What diferences are there between these two systems? I tryed to catch all exceptions while debugging, and no exception was thrown.
Thank you
The only possibility that comes to mind is that you're using the digitally signed version of the assemblies and the connection is timing out when the assemblies are being verfied.
FAQ:Digital Signing of assemblies in NetAdvantage
-Matt
But this article is refering to volume 2007. I'm working with 2009. Is this still happening? How can I install a NOT SIGNED VERSION of the libraries?
Thanks