My question exactly looks like this one : The name "LocalizedStrings" does not exist in the namespace

Except that the answers i tried didn't work with me.

I'm using visual studio 2013 and windows 8.1 enterprise (fresh install).

Any other suggestions?

有帮助吗?

解决方案 3

Repairing Visual studio did the Trick!

其他提示

Close Visual Studio. Than, delete sub folders 10.0 and 11.0 from "%LOCALAPPDATA%\Microsoft\Phone Tools\CoreCon\" Open Visual Studio and rebuild solution.

I also faced the same issue in VS 2013 for a Windows Phone 8 project. In my case one of the packages (Nokia imaging SDK to be precise) had to use ARM architecture. All I had to do is to change my solution's configuration manager.

  • Right click on your solution file in VS, select properties
  • In "Configuration Properties", select "Configuration Manager"
  • Now select the solution platform you need to use for builds on your solution.

Hope this helps you.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top