What dll has a "BusyIndicator" for silverlight?

I installed the Nov09 silverlight 3 toolkit. Managed System.Windows.Control from C: \ Program Files \ Microsoft SDKs \ Silverlight \ v3.0 Libraries \ Client \ System.Windows.Controls.dll

but when I compile my code, I get "Error 6 The type or name of the namespace" BusyIndicator "does not exist in the namespace" System.Windows.Controls "(do you miss the assembly reference?)"

I opened the dll in the object browser, and I also could not find a busy informer. Can someone please tell me which dll has a busy indicator?

I found the following link regarding the same problem, but did not say which DLL has this class.

Thank,

+5
source share
1 answer

This is the assembly of System.Windows.Controls. Toolkit .

Direkt source code link

Generally, I highly recommend switching to 4.0, though.

+7
source

All Articles