Quote:
Originally Posted by tinfanide
Thanks for the binding reminder.
It seems to work without the reference.
|
Yes, exactly.
There are several disadvantages to using late binding: slightly slower performance and loss of intellisense. The loss of intellisense is quite an impediment during the development phase, which is why I recommend that you develop the project using early binding and then convert to late binding just before final testing and deployment.