The original: "WIN10 application Development" solves the problem that the VS. RC can't debug the phone app
VS2015 RC has been released, of course, this version can not be used in the actual production, if you do not have a test environment, and so on the official version, RC are Coming, RTM is not far away.
If you have been playing the RC version like the old week, you may encounter the following issues:
After installing the Win SDK, debugging the application on the phone simulator will fail with the following error:
Di fat often with Yuan Fang said, solve problems must follow the clues, cobwebs. So let's take a look at the error message, and since we can't find the file, we'll open up the directory and see what's inside.
Open the following directory:
C:\Program Files (x86) \common Files\Microsoft Shared\phone Tools\14.0\debugger\target
At this point you will see a list of x86 and armxxx two. Oh, that's it!
Because the SDK is only available in English, if the VS + RC is installed in the Chinese version, the region ID of the Simplified Chinese is 2052, and the English ID is 1033, so you will see there is a 1033 directory in each folder.
Then, to the Chinese version of the VS unloading, and then installed in English, do not have such a fuss, as long as the directory 1033 renamed to 2052 can be.
As a result, you can debug in the phone simulator. This issue will only appear in the current pre-release version, in the future the official will launch the Chinese-oriented SDK, so the official version is not very likely to have this problem.
=====================================================================
Problem solved, the following tell everyone a bad news: the old week is not the wrong yards. Although the coder experience of the old week is only a few years, but, over the years, the old week deep soul has shrunk, therefore, the old week decided to continue to study, to seek a higher level of spiritual realm, old weeks do not want to code a lifetime, must have some academic achievements.
In addition, the old week has a certain aspect of talent, if wasted, more regrettable, so the old weeks should be re-aware of their own, put down the secular limitations, to find the real self. Since these gifts are innate, why should we give up the day after tomorrow?
The good news is that the old week's Windows/.net series of articles and tutorials will continue to write, although the old week is not code farming, but does not mean that the old week no longer write code. Old Week Solemn promise: This blog will always be written to Windows 100 and. NET 60.0 and C #.
"WIN10 Application Development" solves the problem that the VS. RC can't debug the phone app