Windows Phone 8 error on fresh application

后端 未结 5 553
Happy的楠姐
Happy的楠姐 2021-01-13 16:24

i am using visual studio 2012 n windows 8 enterprise edition to create a windows phone 8 application! as i create a fresh application and want to run it just to see if it w

相关标签:
5条回答
  • 2021-01-13 16:26

    THis is what i did!, i reinstalled the windows 8 SDK, and then i updated visual studio and that did the trick, hope this works for everyone!

    EDIT:

    The update i did was the 1st "service pack" for visual studio.

    0 讨论(0)
  • 2021-01-13 16:32

    This worked for me: UNINSTALLED NuGet (as updates to it did not work)

    0 讨论(0)
  • 2021-01-13 16:34

    Just install latest Visual Studio updates and it should work. You can install them by going to Tools menu and selecting Extension and Updates. Visual Studio updates should be in the product updates category.

    enter image description here

    0 讨论(0)
  • 2021-01-13 16:34

    Updating NuGet package worked for me !

    0 讨论(0)
  • 2021-01-13 16:45

    The problem is solved now.

    Here is what I did, as suggested in the forum:

    1. Uninstall WP8 SDK
    2. Uninstall all instances of Silverlight SDK and Rutime.
    3. Re-install WP8 SDK.

    The exact order in which I fixed the VS designer problem:

    1. Uninstalled all WP7 SDK:
    2. Restarted computer (The designer still failed after this step)
    3. Uninstalled WP8 SDK (Maybe it is enough to choose repair here, but I selected to uninstall the SDK)
    4. Restarted computer
    5. Installed the WP8 SDK

    The designer works perfectly now :)

    0 讨论(0)
提交回复
热议问题