Answered by:
Visual Studio

Question
-
Hello Sir! this is my first time that I am posting a query.Actually I am using Windows 7 ultimate 64 bit and visual studio express 2013 for windows desktop as well.Actually my issue is that every time I runs my any project then one error comes comes that system can not find the path specified.
And my another issue is that when i tries to install DirectX in my OS the error comes that an internal error has occurred while installing directx please refer to DX.log in windows folder for more details.SIR PLEASE HELP ME I AM REALLY VERY DISAPPOINTED.
- Moved by Mr. Wharty Wednesday, January 21, 2015 12:19 AM Not a Training and Certification question
Tuesday, January 20, 2015 11:19 AM
Answers
-
There is a known issue with the legacy DirectX SDK installer due to a bug in the VS 2010 RTM REDIST package. See https://support.microsoft.com/kb/2728613 and http://blogs.msdn.com/b/chuckw/archive/2011/12/09/known-issue-directx-sdk-june-2010-setup-and-the-s1023-error.aspx
You should be aware that since you are using VS 2013, you have the Windows 8.1 SDK which superceeds the legacy DirectX SDK. As such, you ideally should try to not use it at all. If you need to use it for things like the deprecated D3DX library or XAudio 2.7, you need to setup the VC++ Directories in the reverse order for VS 2012 or VS 2013 that you did for VS VS2010. See
https://msdn.microsoft.com/en-us/library/windows/desktop/ee663275.aspx
http://blogs.msdn.com/b/chuckw/archive/2013/07/01/where-is-the-directx-sdk-2013-edition.aspx
For details on what to use instead of the legacy DirectX SDK, see
http://blogs.msdn.com/b/chuckw/archive/2012/08/22/directx-sdk-s-of-a-certain-age.aspx
http://blogs.msdn.com/b/chuckw/archive/2014/10/28/directx-sdk-tools-catalog.aspx
http://blogs.msdn.com/b/chuckw/archive/2013/09/20/directx-sdk-samples-catalog.aspx
http://blogs.msdn.com/b/chuckw/archive/2013/08/21/living-without-d3dx.aspx
One last note, you may find that VS 2013 Community is a more full-featured option than using VS 2013 Express for Windows Desktop, assuming you meet the license requirements. See
http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx
http://blogs.msdn.com/b/chuckw/archive/2014/11/24/visual-studio-2013-update-4.aspx
Note the closest match on MSDN Forums for your topic would be the "Building Windows Store games with DirectX" forum--I do recognize you are building Win32 desktop apps but DirectX 11 is basically the same for Win32 desktop apps as it is for Windows Store/Windows phone/Xbox One apps. Other options include "Windows Desktop SDK", and for some specific problems "Application Compatibility for Windows Desktop Development". Alternatively, you can also try stackoverflow.
- Proposed as answer by Chuck Walbourn - MSFTMicrosoft employee Wednesday, January 21, 2015 7:18 AM
- Edited by Chuck Walbourn - MSFTMicrosoft employee Wednesday, January 21, 2015 7:29 AM
- Marked as answer by Arun Suryan Thursday, January 22, 2015 6:14 PM
Wednesday, January 21, 2015 7:17 AM
All replies
-
Unfortunately your post is off topic as it's not specific to Microsoft Training and Certification.
This is a standard response I’ve written in advance to help the many people who post their question in this forum in error, but please don’t ignore it. The links I provide below will help you determine the right forum to ask your question in.
For technical issues with Microsoft products that you would run into as an end user, please visit the Microsoft Answers forum ( http://answers.microsoft.com ) which has sections for Windows, Hotmail, Office, IE, and other products.
For Technical issues with Microsoft products that you might have as an IT professional (like technical installation issues, or other IT issues), please head to the TechNet Discussion forums at http://social.technet.microsoft.com/forums/en-us, and search for your product name.
For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), please head to the MSDN discussion forums at http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here: http://community.dynamics.com/
If you think your issue is related to Microsoft Training and Certification and I've flagged it as Off-topic, I apologise. Please repost your question and include as much detail as possible about your problem so that someone can assist you further.
If you really have no idea where to post your question please visit the Where is the forum for…? forum http://social.msdn.microsoft.com/forums/en-us/whatforum/When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
Jeff Wharton
MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCSE: Data Platform & Business Intelligence
Blog: Mr. Wharty's Ramblings
Twitter: @Mr_Wharty
MC ID: Microsoft TranscriptWednesday, January 21, 2015 12:19 AM -
Sorry for the inconvenience sir but as I already mentioned that it's my first time that I am posting a query but I have watched all the tutorials for fixing this issue and I visited all the websites like http://answers.microsoft.com or http://support.microsoft.com, but I found nothing So please kindly tell me that what to do my whole projects are pending due to this issue.Expressing my heartfelt thanks in advance for the resolution of the issue.Wednesday, January 21, 2015 5:17 AM
-
There is a known issue with the legacy DirectX SDK installer due to a bug in the VS 2010 RTM REDIST package. See https://support.microsoft.com/kb/2728613 and http://blogs.msdn.com/b/chuckw/archive/2011/12/09/known-issue-directx-sdk-june-2010-setup-and-the-s1023-error.aspx
You should be aware that since you are using VS 2013, you have the Windows 8.1 SDK which superceeds the legacy DirectX SDK. As such, you ideally should try to not use it at all. If you need to use it for things like the deprecated D3DX library or XAudio 2.7, you need to setup the VC++ Directories in the reverse order for VS 2012 or VS 2013 that you did for VS VS2010. See
https://msdn.microsoft.com/en-us/library/windows/desktop/ee663275.aspx
http://blogs.msdn.com/b/chuckw/archive/2013/07/01/where-is-the-directx-sdk-2013-edition.aspx
For details on what to use instead of the legacy DirectX SDK, see
http://blogs.msdn.com/b/chuckw/archive/2012/08/22/directx-sdk-s-of-a-certain-age.aspx
http://blogs.msdn.com/b/chuckw/archive/2014/10/28/directx-sdk-tools-catalog.aspx
http://blogs.msdn.com/b/chuckw/archive/2013/09/20/directx-sdk-samples-catalog.aspx
http://blogs.msdn.com/b/chuckw/archive/2013/08/21/living-without-d3dx.aspx
One last note, you may find that VS 2013 Community is a more full-featured option than using VS 2013 Express for Windows Desktop, assuming you meet the license requirements. See
http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx
http://blogs.msdn.com/b/chuckw/archive/2014/11/24/visual-studio-2013-update-4.aspx
Note the closest match on MSDN Forums for your topic would be the "Building Windows Store games with DirectX" forum--I do recognize you are building Win32 desktop apps but DirectX 11 is basically the same for Win32 desktop apps as it is for Windows Store/Windows phone/Xbox One apps. Other options include "Windows Desktop SDK", and for some specific problems "Application Compatibility for Windows Desktop Development". Alternatively, you can also try stackoverflow.
- Proposed as answer by Chuck Walbourn - MSFTMicrosoft employee Wednesday, January 21, 2015 7:18 AM
- Edited by Chuck Walbourn - MSFTMicrosoft employee Wednesday, January 21, 2015 7:29 AM
- Marked as answer by Arun Suryan Thursday, January 22, 2015 6:14 PM
Wednesday, January 21, 2015 7:17 AM -
so what are you suggesting actually i am not getting it.Thursday, January 22, 2015 6:15 PM
-
Read all the blog posts that cover the many known issues of using the legacy DirectX SDK with VS 2013. Ideally, you should not try to use the legacy DirectX SDK at all... just use the built-in Windows 8. SDK with VS 2013 for Windows Desktop, use DirectX 11, and the various CodePlex support libraries instead of D3DX.
- Edited by Chuck Walbourn - MSFTMicrosoft employee Friday, January 23, 2015 5:41 AM
Friday, January 23, 2015 5:40 AM