How to convert the Windows Phone App from 7.1 to 7.0 ?

Yesterday , I was trying to open the properties of my Windows Phone 7 Project and by mistake ,i converted it to Windows Phone 7.1 .

How to convert the Windows Phone App from 7.1 to 7.0 ?

With few minutes of work , i reverted it back to the Windows Phone 7 version .

I followed the below steps to which worked for me .

1. Unload the project ( 7.1 ) . Right click the project file and click Unload Project .

2. We should edit the project file now . Right click the project and click edit .

How to convert the Windows Phone App from 7.1 to 7.0 ?

3. This will Open up the xml based file which contains the TargetFrameworkProfile tag like

<TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>

How to convert the Windows Phone App from 7.1 to 7.0 ?

Change this to WindowsPhone

4. Right click on the project and select Reload and click yes on the confirmation message that says the file is open .

5. In the WMAppManifest.xml file , change the AppPlatformVersion to 7.0 .

How to convert the Windows Phone App from 7.1 to 7.0 ?

6. Now right click on the project and select properties , you should see the current version is 7.0 ..

How to convert the Windows Phone App from 7.1 to 7.0 ?

Please note that this will not work incase you have used any functions / API’s specific to Windows Phone 7.1 and then convert it to 7.0 , isnce it might give you reasonable error .

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...