Visual Studio 2013 Ultimate incompatibility - windows-phone-8

I have downloaded some sample projects of windows phone 8 and trying to open the project (.sln file) but it is showing me .
so i Upgraded project but after this it is not supporting in VS 2013 Ultimate. Solution explorer is getting crashed and designer is showing error .
Project file (.csproj) have these two ProjectTypeGuids
C089C8C0-30E0-4E22-80C0-CE093F111A43 , fae04ec0-301f-11d3-bf4b-00c04f79efbc.
Designer is showing like these
When i trying to open .cs file visual studio getting crashed (i.e stopped working).

Related

Xamarin WinPhone 8 Project unavailable in Visual Studio 2015

I'm working on a Xamarin cross platform project. There is a Android and WinPhone 8 project yet. Everything worked fine. Now I moved to project to another PC. I'm working with Windows 8 and Visual Studio 2015 community version.
I installed the Windows Phone SDK 8 and tried to load the project in Visual Studio. The Android project is ok but on the WinPhone project there is written (unavailable) in the project explorer but the files are in the correct directory.
I also tried to install a Windows Phone 8 SDK update but I always get the message "It needs Visual Studio 2013 or Visual Studio 2012 Update 4 to install this". I also installed Visual Studio 2013 but still get the message.
Did I miss something to install? Already tried to Repair Visual Studio 2015 but it's still the same.
Ok I solved the problem. It's so ridiculous. The SDK and Visual Studio have to be the same language. Otherwise it will not work... well played Microsoft, well played...

Cannot debug Windows Phone app after install Visual Studio 2014 CTP

I've have a strange error with Windows Phone Emulator.
Last time I used Visual Studio 2013 and everything worked fine.
Recently I try Visual Studio 2014 CTP parallel with VS2013 but now I cannot debug Windows Phone app with Emulator from VS2013.
The app deploy successful and I can run it from Emulator but when I hit F5 VS always show:
"The application could not be launched for debugging. Ensure that the target device screen is unlocked and that the application is installed."
I've removed all Visual Studio 2014 CTP and Emulator 14 but it's not effect.
Could anyone here have similar error?
Please show me what problems is?
Thanks in advance.
The only time I have seen this error was when the app is already installed on device\Emulator, I had to remove the app , then hit F5 to work.

cannot load or create windows phone application vs 2013

I cannot create or load any windows phone application using vs 2013 it gives me the import failed error .
when I try to reload it . it gives me this error
it happened after a system restore which I had to do because of another visual studio problem
. i have tried repairing and reinstalling visual studio but nothing happens . what should I do ?

Error running Worklight project as Visual Studio project

I have an error when trying to run Worklight project as Visual Studio Project.
The project is set up in Eclipse Juno EE, Worklight version is 5.0.6.2. Project is successfully can be build and run as Android project. But when I run it from Eclipse menu Run->Run As->Visual Studio project I have an error:
Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegKeyEx(…) returned error code 5.
Failed Running Visual Studio: Cannot find Visual Studio 2012 or later.
Am I missing something obvious?
Thanks a lot in advance for help.
Do you have Visual Studio 2012 or 2013?
In 5.0.6.x, if you have Visual Studio 2013 you will need to double-click the .csproj/.jsproj accordingly in order to open the project.
This is fixed in newer versions of Worklight; namely, Worklight 6.0.0.x and above.

Design Pane doesn't load in Windows Phone 8 Application Development in Visual Studio 2012 Pro

The design Page for Windows Phone 8 Application devlopment in Visual Studio 2012 in Windows 8 doesn't load i.e. the file MainPage.xaml just shows the following error:
An Unhandled Exception Has Occured
System.TypeInitializationException .......
It won't reload either
by clicking on
Reload The Designer
download vs2012 update 2 ..
it will solve the problem..
I'm was facing this same issue last week, and fortunately in my case (i hope yours too) the problem was solved when renew my free windows 8 developer license. To do so, run power shell as administrator and execute Show-WindowsDeveloperLicenseRegistration, this will start the license renovation process. When completed, click the Reload Again button on the VS2012 designer surface, and the designer should successfully load.