Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all ,

i am creating Win32 type of DLL project not console application.
In this proejct i want to access xml document with the help of msxml6.dll

but i am getting one error :

error C1083: Cannot open source file: 'msxml6.dll': No such file or directory

somebody can help me out .


Regards
ashish yadav.
Posted
Comments
[no name] 26-Jun-13 6:53am    
"Cannot open source file: 'msxml6.dll': No such file or directory" is pretty much self explanatory is it not?
Ashish kr Yadav 26-Jun-13 7:33am    
of course it is :) , but i did all the suggested configuration in my project property wizard.
but still while i am trying to build the project that time I am getting this error.
[no name] 26-Jun-13 8:10am    
Well if it obvious why are you asking about it here? Shocking as it might seem, we do not have access to your computer or your code nor can we read your mind to know what it is that you have done or how you are getting this error.
Leo Chapiro 26-Jun-13 6:58am    
What would you assume? ;)
JackDingler 26-Jun-13 16:47pm    
msxml6.dll is not a source file. It shouldn't be in your project.

Include the proper lib file that goes with it in your linker settings.

1 solution

you need to install the xml 6 services:

http://www.microsoft.com/en-us/download/details.aspx?id=6276[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900