Error 1 File 'Windows.props' not found. Visual Studio 2013 Premium
up vote
1
down vote
favorite
I'm getting the error Error 1 File 'Windows.props' not found.
every time I try to build a JS Store app (Windows, Windows Phone or Universal).
I've been getting this error ever since i installed the 'Windows Phone 8.1 Emulator', I have tried restoring my PC to a previous state (a day before the installation), repairing multiple times, removing the Emulator, re-installing Visual Studio and I have also tried building on a different user account.
According to a few sources on the internet the windows.props file should be located in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1ReferencesCommonConfigurationNeutral
Its not located in that directory. But I did locate the Windows.props
file in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1DesignTimeCommonConfigurationNeutral
There is a Stackoverflow question similar to this but I couldn't find an answer that helped me.
Here is the information contained in my registry
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhonev8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindows Phonev8.1
and
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhoneAppv8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
The complete error is
C:Program Files
(x86)MSBuildMicrosoftVisualStudiov12.0AppxPackageMicrosoft.AppXPackage.Targets(561,9):
error APPX1639: File 'Windows.props' not found. See
go.microsoft.com/fwlink/… for more information
windows windows-8 emulator windows-phone visual-studio-2013
|
show 7 more comments
up vote
1
down vote
favorite
I'm getting the error Error 1 File 'Windows.props' not found.
every time I try to build a JS Store app (Windows, Windows Phone or Universal).
I've been getting this error ever since i installed the 'Windows Phone 8.1 Emulator', I have tried restoring my PC to a previous state (a day before the installation), repairing multiple times, removing the Emulator, re-installing Visual Studio and I have also tried building on a different user account.
According to a few sources on the internet the windows.props file should be located in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1ReferencesCommonConfigurationNeutral
Its not located in that directory. But I did locate the Windows.props
file in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1DesignTimeCommonConfigurationNeutral
There is a Stackoverflow question similar to this but I couldn't find an answer that helped me.
Here is the information contained in my registry
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhonev8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindows Phonev8.1
and
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhoneAppv8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
The complete error is
C:Program Files
(x86)MSBuildMicrosoftVisualStudiov12.0AppxPackageMicrosoft.AppXPackage.Targets(561,9):
error APPX1639: File 'Windows.props' not found. See
go.microsoft.com/fwlink/… for more information
windows windows-8 emulator windows-phone visual-studio-2013
@Ramhound no the error only provides a <a hre="go.microsoft.com/fwlink/…>. I tried copying it from `C:Program Files (x86)Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral` but it still gives the same error.
– aleks
Jun 24 '14 at 15:35
Be sure you haveVS2013 Update 2
installed
– Ramhound
Jun 24 '14 at 15:41
You have two options. Place the file indicated by the current registry value or change the registry value to the current location of the file. Can you please take 2-3 minutes and format the question so its not a huge block of text?
– Ramhound
Jun 24 '14 at 15:57
@Ramhound what do you mean by "Place the file indicated by the current registry value"?
– aleks
Jun 24 '14 at 15:59
The build script is attempting to locate the file in the following locationC:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
and since its actually located inC:Program Files (x86) Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral
the build script fails. Using the verbose logging would have indicated this.
– Ramhound
Jun 24 '14 at 16:03
|
show 7 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm getting the error Error 1 File 'Windows.props' not found.
every time I try to build a JS Store app (Windows, Windows Phone or Universal).
I've been getting this error ever since i installed the 'Windows Phone 8.1 Emulator', I have tried restoring my PC to a previous state (a day before the installation), repairing multiple times, removing the Emulator, re-installing Visual Studio and I have also tried building on a different user account.
According to a few sources on the internet the windows.props file should be located in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1ReferencesCommonConfigurationNeutral
Its not located in that directory. But I did locate the Windows.props
file in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1DesignTimeCommonConfigurationNeutral
There is a Stackoverflow question similar to this but I couldn't find an answer that helped me.
Here is the information contained in my registry
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhonev8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindows Phonev8.1
and
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhoneAppv8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
The complete error is
C:Program Files
(x86)MSBuildMicrosoftVisualStudiov12.0AppxPackageMicrosoft.AppXPackage.Targets(561,9):
error APPX1639: File 'Windows.props' not found. See
go.microsoft.com/fwlink/… for more information
windows windows-8 emulator windows-phone visual-studio-2013
I'm getting the error Error 1 File 'Windows.props' not found.
every time I try to build a JS Store app (Windows, Windows Phone or Universal).
I've been getting this error ever since i installed the 'Windows Phone 8.1 Emulator', I have tried restoring my PC to a previous state (a day before the installation), repairing multiple times, removing the Emulator, re-installing Visual Studio and I have also tried building on a different user account.
According to a few sources on the internet the windows.props file should be located in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1ReferencesCommonConfigurationNeutral
Its not located in that directory. But I did locate the Windows.props
file in the following directory.
C:Program Files (x86)Windows Phone
Kits8.1DesignTimeCommonConfigurationNeutral
There is a Stackoverflow question similar to this but I couldn't find an answer that helped me.
Here is the information contained in my registry
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhonev8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindows Phonev8.1
and
HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftMicrosoft SDKsWindowsPhoneAppv8.1Install Path
was set to C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
The complete error is
C:Program Files
(x86)MSBuildMicrosoftVisualStudiov12.0AppxPackageMicrosoft.AppXPackage.Targets(561,9):
error APPX1639: File 'Windows.props' not found. See
go.microsoft.com/fwlink/… for more information
windows windows-8 emulator windows-phone visual-studio-2013
windows windows-8 emulator windows-phone visual-studio-2013
edited May 23 '17 at 12:41
Community♦
1
1
asked Jun 24 '14 at 15:31
aleks
614
614
@Ramhound no the error only provides a <a hre="go.microsoft.com/fwlink/…>. I tried copying it from `C:Program Files (x86)Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral` but it still gives the same error.
– aleks
Jun 24 '14 at 15:35
Be sure you haveVS2013 Update 2
installed
– Ramhound
Jun 24 '14 at 15:41
You have two options. Place the file indicated by the current registry value or change the registry value to the current location of the file. Can you please take 2-3 minutes and format the question so its not a huge block of text?
– Ramhound
Jun 24 '14 at 15:57
@Ramhound what do you mean by "Place the file indicated by the current registry value"?
– aleks
Jun 24 '14 at 15:59
The build script is attempting to locate the file in the following locationC:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
and since its actually located inC:Program Files (x86) Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral
the build script fails. Using the verbose logging would have indicated this.
– Ramhound
Jun 24 '14 at 16:03
|
show 7 more comments
@Ramhound no the error only provides a <a hre="go.microsoft.com/fwlink/…>. I tried copying it from `C:Program Files (x86)Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral` but it still gives the same error.
– aleks
Jun 24 '14 at 15:35
Be sure you haveVS2013 Update 2
installed
– Ramhound
Jun 24 '14 at 15:41
You have two options. Place the file indicated by the current registry value or change the registry value to the current location of the file. Can you please take 2-3 minutes and format the question so its not a huge block of text?
– Ramhound
Jun 24 '14 at 15:57
@Ramhound what do you mean by "Place the file indicated by the current registry value"?
– aleks
Jun 24 '14 at 15:59
The build script is attempting to locate the file in the following locationC:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
and since its actually located inC:Program Files (x86) Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral
the build script fails. Using the verbose logging would have indicated this.
– Ramhound
Jun 24 '14 at 16:03
@Ramhound no the error only provides a <a hre="go.microsoft.com/fwlink/…>. I tried copying it from `C:Program Files (x86)Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral` but it still gives the same error.
– aleks
Jun 24 '14 at 15:35
@Ramhound no the error only provides a <a hre="go.microsoft.com/fwlink/…>. I tried copying it from `C:Program Files (x86)Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral` but it still gives the same error.
– aleks
Jun 24 '14 at 15:35
Be sure you have
VS2013 Update 2
installed– Ramhound
Jun 24 '14 at 15:41
Be sure you have
VS2013 Update 2
installed– Ramhound
Jun 24 '14 at 15:41
You have two options. Place the file indicated by the current registry value or change the registry value to the current location of the file. Can you please take 2-3 minutes and format the question so its not a huge block of text?
– Ramhound
Jun 24 '14 at 15:57
You have two options. Place the file indicated by the current registry value or change the registry value to the current location of the file. Can you please take 2-3 minutes and format the question so its not a huge block of text?
– Ramhound
Jun 24 '14 at 15:57
@Ramhound what do you mean by "Place the file indicated by the current registry value"?
– aleks
Jun 24 '14 at 15:59
@Ramhound what do you mean by "Place the file indicated by the current registry value"?
– aleks
Jun 24 '14 at 15:59
The build script is attempting to locate the file in the following location
C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
and since its actually located in C:Program Files (x86) Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral
the build script fails. Using the verbose logging would have indicated this.– Ramhound
Jun 24 '14 at 16:03
The build script is attempting to locate the file in the following location
C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
and since its actually located in C:Program Files (x86) Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral
the build script fails. Using the verbose logging would have indicated this.– Ramhound
Jun 24 '14 at 16:03
|
show 7 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
I faced same issues for Visual Studio 2013 Ultimate. Repairing VS fixed the problem. I believe this issue is caused because the updates doesn't get installed properly for unknown reasons.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I faced same issues for Visual Studio 2013 Ultimate. Repairing VS fixed the problem. I believe this issue is caused because the updates doesn't get installed properly for unknown reasons.
add a comment |
up vote
0
down vote
I faced same issues for Visual Studio 2013 Ultimate. Repairing VS fixed the problem. I believe this issue is caused because the updates doesn't get installed properly for unknown reasons.
add a comment |
up vote
0
down vote
up vote
0
down vote
I faced same issues for Visual Studio 2013 Ultimate. Repairing VS fixed the problem. I believe this issue is caused because the updates doesn't get installed properly for unknown reasons.
I faced same issues for Visual Studio 2013 Ultimate. Repairing VS fixed the problem. I believe this issue is caused because the updates doesn't get installed properly for unknown reasons.
answered Sep 22 '14 at 16:29
Kishor Patil
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f772845%2ferror-1-file-windows-props-not-found-visual-studio-2013-premium%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
@Ramhound no the error only provides a <a hre="go.microsoft.com/fwlink/…>. I tried copying it from `C:Program Files (x86)Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral` but it still gives the same error.
– aleks
Jun 24 '14 at 15:35
Be sure you have
VS2013 Update 2
installed– Ramhound
Jun 24 '14 at 15:41
You have two options. Place the file indicated by the current registry value or change the registry value to the current location of the file. Can you please take 2-3 minutes and format the question so its not a huge block of text?
– Ramhound
Jun 24 '14 at 15:57
@Ramhound what do you mean by "Place the file indicated by the current registry value"?
– aleks
Jun 24 '14 at 15:59
The build script is attempting to locate the file in the following location
C:Program Files (x86)Microsoft SDKsWindowsPhoneAppv8.1
and since its actually located inC:Program Files (x86) Windows Phone Kits8.1DesignTimeCommonConfigurationNeutral
the build script fails. Using the verbose logging would have indicated this.– Ramhound
Jun 24 '14 at 16:03