Silverlight Toolkit for Silverlight 5 beta

Since Microsoft has chosen not to update the Silverlight Toolkit on their official web site. I downloaded the code, manually fixed their projects to compile on the Silverlight 5 beta so I didn’t have to deal with any more weird errors like the one I got with the TreeViewDragDropTarget.

Here is a link to the compiled assemblies. I have made no changes to the code other than to re-compile in Silverlight 5. But there was some work as the Silverlight 4.0 platform was targeted in such a way that I had to manually edit the csproj files.

Advertisement

15 thoughts on “Silverlight Toolkit for Silverlight 5 beta

  1. Hi Mark, could you say, which fixes you did to csproj files?

    I currently try to compile for RC of silverlight but so far cannot get to correct results.
    Really guys from Silverlight Toolkit made bizzare things to project files.

    Like

  2. Hello II am re-compiling Silverligth 4 Toolkit to add some funcionality i need, but i’ve got :
    The tag ‘TreeViewDragDropTarget’ does not exist in XML namespace ‘clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit’. actually it does.
    TreeViewDragDropTarget is in the correct namespace. How can i fix this ? or What is the properly way to re-compile Silverlight 4 toolkit?

    Like

  3. Error 37 The type or namespace name ‘MenuItem’ could not be found
    Error 40 The type or namespace name ‘ItemDragEventArgs’ could not be found
    Error 10 The type or namespace name ‘BusyIndicator’
    Error 38 The type or namespace name ‘MenuItem’ could not be found
    Error 43 The type or namespace name ‘SelectionCollection’ could not be found (are you missing a using directive or an assembly reference?)
    Error 9 The type or namespace name ‘BusyIndicator’ does not exist in the namespace ‘System.Windows.Controls’
    Error 42 The type or namespace name ‘ItemDragEventArgs’ could not be found (are you missing a using directive or an assembly reference?)
    Error 11 The type or namespace name ‘Accordion’ does not exist in the namespace ‘System.Windows.Controls’
    Error 39 The type or namespace name ‘Windows’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?)
    Error 12 The type or namespace name ‘TimePicker’ does not exist in the namespace ‘System.Windows.Controls’

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s