|
by bartczernicki.nospam@nospam.gmail.com (Bart Czernicki) via Silverlight Hack on 9/29/2008 7:02:00 PM
If you are utilizing the dynamic loading of assemblies (component based architecture inside Silverlight) in Beta 2, you will be in for a nasty surprise when upgrading to RC0. Apparently, the way the Deployment class is utilized using a Singleton, it breaks some code you may have seen on several Microsoft blogs.
Specifically this line of code will fail with an InvalidOperationException ("Use the Current property to access the Deployment instance"). Below is a screen shot
... [ read more ]
|