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.
Thanks so much for this!!!
LikeLike
thx very much
LikeLike
Hi
Any possibility that you can do the same for SL5 RC?
Thanks
LikeLike
Could you please recompile the toolkit with SL5 RC?
Thank you in advance
LikeLike
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.
LikeLike
Great job. Helps a lot. Thanks
LikeLike
Thank you.
LikeLike
Hi, thanks for this.
Can you provide System.Windows.Controls.Data.DataForm.Toolkit, please?
LikeLike
Hi Mark
Thanks for the great work. I wanted to know if by any chance you have done the same SL 5 RC? I was not able to do myself.
LikeLike
It fixed the error I got with menu items. Thanks a lot.
LikeLike
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?
LikeLike
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’
LikeLike
Sorry, fouled up my references…it works fine.
Thanks!
LikeLike
veryveryveryvery thanks
LikeLike
http://silverlight.codeplex.com/releases/view/78435
LikeLike