Can't create project on Visual Studio for Windows Phone - visual-studio-2010

I want to start developing App for Windows Phone.
I have installed Visual Studio 2010 Express, Updating it to SP1. Install Windows Phone SDK 7.1. And when I want to create a new Project, here comes the error.
I have installed .NET Framework 3.5 to 4.5. Silverlight SDK 4.0. What am I missing here ?
I am using Windows 8 32 bit if it has any difference.

Microsoft made developing for windows-phone as complicated as possible. )
So, basically there are two solutions, that are guaranteed to work:
1) You can develop on Visual Studio 2010 for windows-phone-7 on Windows 7.
2)You can develop on Visual Studio 2012 for windows-phone-8 on Windows 8(64-bit).
The other variations are more like a 'dance with tambourine', in my humble opinion.
There are solutions, but they are all tricky.
What may work for you:
Check this question, maybe it helps.
The first answer has a link with instruction of how-to install a sdk for wp7 on windows 8. Try it. However, there's no mention about 32-it system, so it might also not work.
Right now, you've said, you've installed SDK 7.0. Try to to, as suggested in above-mentioned link and install Windows Phone SDK 7.1 and 7.1.1 update.

Related

Can´t install Intel OpenCL SDK in Windows 8

I´m trying to install sdk of open cl sdk of Intel in my machine to use in Visual Studio 2010 or 2012, but when I install, the instalation rollback and didn´t install when I select to integrate with any version of Visual Studio, but if I didn´t select any option to integrate it install.
So I need to use this in Visual Studio for my class.
I changed the permission folder in Windows 8 and it didn´t works.
I´m using windows 8 single language 64 bits, actually using Visual Studio C++ Express 2010.
I just read a blog post on a similar topic. The fix there might work for you as well. I haven't tried it myself since I'm not having this problem.
Please see: https://anteru.net/2013/11/01/2204/
In this case the blogger was not able to install the latest Intel OpenCL SDK after upgrading to Windows 8.1

Is it possible to develop for Windows Phone 7.5 in VS11 on Windows 7?

I'm about to start working on a Windows Phone project which targets Windows Phone 7.5.
For other projects, I use Visual Studio 11, but when I try to load the WP 7 projects, they show up as unavailable. Apparently, they are "...incompatible with the current edition of Visual Studio" (the message I get when hovering over the project nodes in the solution explorer).
I am able to open the projects in Visual Studio 2010 Express for Windows Phone (available from this page along with the 7.1 SDK package), but I would really prefer to work in VS11. I find it hard to believe that there is no way to do this, yet I have not been able to find any clear answers;
Any pointers or ideas on how to make VS11 support WP 7 projects in Windows 7 (if it is at all possible) would be appreciated.
Update: I forgot to mention one critical detail: I am using Windows 7, which prohibits me from using the Windows 8 SDK (which requires Windows 8).
Yes, you can develop Windows Phone 7.5 and 8 applications in same IDE — Visual Studio 2012. Just download and install SDK 8.0.
UPDATE: On Windows 7 please try this solution:
Download all files of this folder on git-hub
Drag WPexpress_full.exe and drop it on wp8sdk_installer.exe
Follow the White Rabbit
But be prepare for some bad news:
Windows Phone 8 emulator doesn't work
Blend for Windows Phone 8 doesn't work
Apparently this does not seem to be possible.
Citing the linked page:
Windows Phone: You can’t open this project in Visual Studio 2012
because it doesn't support the project type.
I'm assuming this will change once we switch to Windows 8, and are able to use the Windows 8 SDK, as andrewpey mentioned.

Install XNA 4.0 Visual Studio 2010 Windows 8

I installed windows 8 a month ago and now want to add xna game studio 4.0 to my visual studio 2010 ultimate. I downloaded the xna installer from http://www.microsoft.com/en-us/download/details.aspx?id=23714 and ran the setup. First it said something about compatibility issues but the setup continued. after it finished I restarted the computer and wanted to make a xna project but its not showing in the c# drop-down menu. So i took a look at the %programm files(x86)%/Microsoft viual studio 10.0/Common 7/IDE/extensions/Microsoft, but there was no xna folder. Did I do something wrong or is windows 8 having some issues with vs2010 and xna 4.0?
XNA is not officially supported on Windows 8 and never will be because Microsoft simply gave up on it.
This solution explains how to install XNA on Windows 8 but clearly if you want a stable development environment you will have to develop on a Windows 7 machine but remember that even if you are skilled on XNA, the Framework itself is doomed and bound to disappear.
If you want to keep developing with C# on Windows 8 I can only recommend you move to MonoGame which is an open source implementation of the XNA 4 API for multiple platforms using the CLR or Mono so basically most of your XNA knowledge can be reused in MonoGame.
IF you realy want to keep on programming with XNA 4.0 there is a work around.
Just install the following program (official windows program):
http://www.xbox.com/en-US/LIVE/PC/DownloadClient
This is the windows marketplace client which seems to help a lot, after installing try installing xna again it should work, atleast it did fine on my PC which is running windows 8.
XNA Game Studio installs a version of the Games for Windows – LIVE Redistributable behind the scenes. Some older versions of the Games for Windows – LIVE Redistributable attempt to install and use a file that is being installed by Windows 8, and the older versions of the redistributable are not compatible with the newer version of the file that is installed by Windows 8. Newer versions of the Games for Windows – LIVE Redistributable are compatible with Windows 8, and if you pre-install the new redistributable before installing XNA Game Studio, setup will recognize that it is already there and use the new version instead of trying to install the old version.
How to work around this issue
If you run into this issue, here are steps that you can use to work around it:
Download and install the latest version of the Games for Windows – LIVE Redistributable from http://www.xbox.com/en-US/LIVE/PC/DownloadClient
If you are installing the Windows Phone SDK 7.1, re-run setup and choose to repair it. This will re-run the previously failing XNA Game Studio installers and they should install correctly this time.
If you are install a standalone XNA Game Studio product, re-run setup and it should install correctly this time.
If you are planning to do Windows Phone development, you should also install the Windows Phone SDK 7.1.1 Update after installing the Windows Phone SDK 7.1. This update fixes an issue that prevents the emulator in the Windows Phone SDK 7.1 from working correctly on Windows 8.
Microsoft has NOT given up on XNA as far as I can tell. They just aren't updating the installer yet. Maybe they'll bring it around for 8.1. Who knows?
i have installed windows 8 developper preview
and i wanted to install xna frame work on visual studio 2012
but i had a compatibility issue
so here is what to do to fix this problem
go ahead and download Visual Studio 2010 Ultimate ISO from microsoft
Visual Studio 2010 Ultimate ISO Microsoft Center Download
Then Burn it on a cd using Burning Tool (Nero Express for exp)
if you dont have cd to burn it you can use Daemon Tools to raise an ISO into a virtual CD/DVD drive
Here is the Download Link for Daemon tools
after installing Visual Studio 2010
install the XNA 4.0 FrameWork
restart your pc
and enjoy :)
This is the official solution, where Microsoft's help points you to, to solve this issue:
How to work around a possible XNA Game Studio or Windows Phone SDK
install failure on Windows 8
http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx
And, if you are just trying to get XNA 4.0 working, and have nothing to do with Windows Phone SDK 7.1, then you can just install "Games for Windows – LIVE Redistributable" and then the install of XNA 4.0 should work fine. It did for me.

Develop for Windows 8 using Windows 7?

Is it possible to develop Windows 8 apps using Windows 7?
According to the page http://msdn.microsoft.com/en-us/windows/hardware/hh852363.aspx#Requirements
Windows 7 is supported, by the SDK. I downloaded it.
Now I want to download visual studio (free, that's express, right?), but found only this:
http://www.microsoft.com/visualstudio/11/en-us/downloads#vs
According to this:
http://www.microsoft.com/visualstudio/11/en-us/products/compatibility
It should run on Windows 7. The only free download I found is Express "for Windows 8" -
http://www.microsoft.com/visualstudio/11/en-us/downloads#express-win8
And yeah, it runs only on Windows 8.
What do I have to download to develop for Windows 8 on Windows 7?
Thanks in advance.
The Windows 8 SDK by itself is not an IDE like Visual Studio. Nor does it come with a compiler. So yes, you can install it on Windows 7, but you won't be able to do much with it unless you are willing to do a lot of work. You won't have any templates or things like that. The simplest way to build Windows Store apps (formerly referred to as Metro style) is to use Visual Studio and/or Blend running on a Windows 8 machine - running directly on a machine (recommended) or in a virual environment.
You are confused between Visual Studio for Windows 8 and Windows 8 SDK. Windows 8 SDK does not require Visual Studio for Windows 8.
See its System Requirements.
Here's a link to VS2010 C# Express
http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express
Download and install that
Download and install .net 4.5 (mentioned in the requirements you linked in your question)
Download and install Win8 SDK
From there hopefully in VS2010 C# Express you'll be able to target .NET 4.5 and include references to the Win8 SDK stuff in your project
You cannot develop Windows 8 (as in WinRT apps) apps on Windows 7. You need to install Windows 8 whether it's natively or virtually.
There are very few resources out there that are up to date. Check you this from Microsoft Dev Center

Windows Phone 7 Development and Visual Studio 2010 Ultimate

Is Windows Phone 7 Development SDK available for other versions of Visual Studio 2010 than Express?
If I already have the Ultimate version do I still need to download VS2010 Express to use WP7 SDK?
When you install the Windows Phone 7 SDK it installs everything including "Visual Studio 2010 Express for Windows Phone" even if you have another non-express version of Visual Studio 2010 already installed.
If you have another version of VS2010 installed. the installer will NOT create any shortcuts for the express version. Nor will it set any file associations for it.
This has two effects:
The installer is simpler (It just gets everything and only needs logic around setting shortcuts) and so should be less buggy. - Most people have no issues with it. The few who do have problems have mostly fixed them with a repair of the install.
You can use both the Express and other version of VS2010 on the same machine. I find this particularly useful when looking at open source or demo projects which were created with the express version.
The WP7 environment will install into your existing instance of Visual Studio if you have one (and will install an Express edition if you don't)
Yes, you would need to download the full SDK. But nothing to worry since installing the SDK would automatically take care of installing the templates, and you should be able to work with your Ultimate edition with all the goodness :)
Microsoft could verify that the Visual Studio (not Express) is already installed on the machine BEFORE you download the Express version!
Still, the Express version does not interfere with your other version of Visual Studio.

Resources