http://silverlight.codeplex.com/ --> Big, red logo "November 2011 Silverlight for Windows Phone Toolkit" --> http://silverlight.codeplex.com/releases/view/75888 --> Silverlight for Windows Phone Toolkit.msi --> %ProgramFiles%\Microsoft SDKs\Windows Phone\v7.1\Toolkit\Oct11\Bin
Even I download the November 2011 stuff the Toolkit directory is named Oct11 ....
Also: Where can I gen an up-2-date documentation/book.
"Only" found "Windows Phone Toolkit Aug 2011 in depth-v1.pdf" (from http://www.windowsphonegeek.com/wptoolkitbook)
* 246 Pages
* Published Date: 11 Oct 2011
* Includes all controls from the Windows Phone Toolkit Aug 2011!
--Harald-René Flasch (aka hfrmobile)
Comments: ** Comment from web user: wieser_software **
Even I download the November 2011 stuff the Toolkit directory is named Oct11 ....
Also: Where can I gen an up-2-date documentation/book.
"Only" found "Windows Phone Toolkit Aug 2011 in depth-v1.pdf" (from http://www.windowsphonegeek.com/wptoolkitbook)
* 246 Pages
* Published Date: 11 Oct 2011
* Includes all controls from the Windows Phone Toolkit Aug 2011!
--Harald-René Flasch (aka hfrmobile)
Comments: ** Comment from web user: wieser_software **
I too downloaded the Nov11 installer, installed and have been shipping.
I was getting crashes in Context menu, and decompiled the Toolkit.dll I was shipping, and was surprised to find that some null checks were missing in the decompile compared to the source code that was shipped in the same install.
As a result, I downloaded the 71382 source, and rebuilt, and found the decompile now matches.
My conclusion: The dll's installed with that build are faulty. I also notice that the context menus are now a different color in light theme too, so it's definitely a different build.
I've attached the build of the actual release source from my machine for comparison.