Hi all I am trying to implement an on click effect in the items of a listbox but I keep getting this error:
The type \'cmd:EventToCommand\' was not found. Verify that yo
Add GalaSoft.MvvmLight library to references. Then
GalaSoft.MvvmLight
use this xmlns:cmd="clr-namespace:GalaSoft.MvvmLight;assembly=GalaSoft.MvvmLight" instead of xmlns:cmd="http://www.galasoft.ch/mvvmlight"
xmlns:cmd="clr-namespace:GalaSoft.MvvmLight;assembly=GalaSoft.MvvmLight"
xmlns:cmd="http://www.galasoft.ch/mvvmlight"