I am using the Extended WPF Toolkit to add a color picker to my application. I am having an issue that I can see the simple mode of the color picker in the runtime without issue, but when I click on the Advanced button, I always get an exception:
Could not load file or assembly 'WPFToolkit, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.":"WPFToolkit, PublicKeyToken=31bf3856ad364e35"
I've checked and make sure the assembly is in the right folder. How can I see the first part but cannot see the second part?
Any idea is appreciated.