I want to implement some pinch&zoom and I need to include the sdkImages.Resources. The compiler says that:
Error 2 The type or namespace name 'sdkImages' could not be found (are you missing a using directive or an assembly reference?)
I have the references:
Windows Phone and the .NET for Windows Phone.
I downloaded a Sample from Windows Phone Dec Center and there is no problems... Can someone to expplain me what I should include or add to my project?