How do I use a custom build of the Silverlight Toolkit to build my Silverlight project? I'd like to be able to step into Toolkit code while debugging.
+1
A:
Go to the SourceCode tab and get the latest build for Toolkit.But you will have to reference Toolkit Project in you Working project to be able step into toolkit code while debug .
Here you can find latest builds list: http://silverlight.codeplex.com/SourceControl/list/changesets
Shoaib Shaikh
2010-03-09 15:02:34
There are heaps of projects in the source and no instructions. But I guess the project you mention is Controls.DataVisualization.Toolkit.csproj. What else is to do? Changing References to use the local Project as Reference. Anything else?
andreas
2010-03-10 03:09:54
Shoaib Shaikh
2010-03-10 11:35:49