Well,... the first thing I'm wondering is if anyone else experienced similar problems opening sample solutions from the sample browser - versions for the Vs2005beta. I keep getting critical error that says something like "...XML failed parsing...Property sheet file 'UpgradeFromVC71.vsprops' was not found or failed to load."
As the 2005.sln wouldn't load, I tried converting the Vs2003 solutions. Here I encountered the second set of problems. When the solution tries to compile, I get a "duplicate resource" error, type:MANIFEST. O.K. So I had to open the project.rc file and exclude the line that defines the manifest file. The project compiles smoothly. I'm still wondering whether this solution to the problem influences the application on some future-critical-level, or did I run into this problem due to conversion from the 2003 solution in the first place
Thanks in advance,
Brin

Help with compiler (VS2005 c++, D3D)
PupDaddy
Thanks,
Mark
Viral Shah
Which version of VS 2005 C++ are you using
Which version of the DirectX SDK
Which specific sample did you try to open
cliftonic
and I had all kind of problem
It look like you could try to load the new MSXML 4.0 from Microsoft
http://www.microsoft.com/downloads/details.aspx FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en
Since I installed this my Property parser XML don't bug anymore...
Gardini
Here's what I need you to do:
1) Install the released version of VS 2005 (the Express versions are free and available to download off of MSDN)
2) Re-install the latest SDK
3) Install the "Empty Project" sample and see if you have the same problem.
Also, make sure that $(DXSDK_DIR)include is in you include directory list and $(DXSDK_DIR)lib\x86 (or x64 if necessary) is in you library directory list.
Shane_2k5
Coder0
Don.
shupe
->Which version of VS 2005 C++ are you using
-->VS 2005, version 8.0.50110.28
->Which version of the DirectX SDK
-->The October 2005 version
->Which specific sample did you try to open
An actual error message follows:
***message***
The following error has occurred during XML parsing:
File: C:\...\DxApp\DxApp_2005.vcproj
Line: 21
Column: 20
Error Message:
Property sheet file 'UpgradeFromVC71.vsprops' was not found or failed to load.
The file 'C:\...\DxApp\DxApp_2005.vcproj' has failed to load.
***/message***
And the lines 15/21 in the .vcproj XML file are:
***code***
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
InheritedPropertySheets="UpgradeFromVC71.vsprops"
CharacterSet="1"> //that would make this line the 21st
//and this whole code chunk the stuck fish bone
***/code***
I hope this makes any sense at all. If there is any other information you require, do not hesitate asking.
Regards,
Brin