Using sdkImages not found WP 8

I want to implement some scale and zoom in, and I need to enable it sdkImages.Resources. The compiler says that:

Error 2 The type or namespace name 'sdkImages' could not be found (did you specify a usage directive or assembly reference?)

I have links:

Windows Phone and .NET for Windows Phone.

I downloaded the sample from Windows Phone Dec Center and there is no problem ... Can someone tell me what I should add or add to my project?

+4
source share
1 answer

When we see the source code, we can provide an answer.

, "sdkImages"? ( "AppResources" AppResources.Designer.cs) / ?

, " " http://www.getcodesamples.com/ ( )?

"sdkImages.Resources" ".Resources" , .

+1

All Articles