fatal error C1083: Cannot open type library file: 'msxml4.dll': No such file or directory
Posted by Raj
In this section,I will explain how to rectify fatal error `C1083: Cannot open type library file: 'msxml4.dll': No such file or directory`
#import <msxml.dll> named_guids
Replace above code with dll present in your system
OR
upload msxml.dll in your c:\program files\Windows\System32 folder
OR
Replace it with below line.
#import <msxml.tlb> named_guids
OR
Specify the full path for the msxml4.DLL
#import "c:\program files\Windows\System32\msxml4.dll"
Similar Questions:
#import <msxml.dll> named_guids
Replace above code with dll present in your system
OR
upload msxml.dll in your c:\program files\Windows\System32 folder
OR
Replace it with below line.
#import <msxml.tlb> named_guids
OR
Specify the full path for the msxml4.DLL
#import "c:\program files\Windows\System32\msxml4.dll"
Similar Questions:
- windows 2008 Cannot open type library file: 'msxml.dll': No such file or
- directory.
- Vista/VS2008 Cannot open type library file: 'msxml.dll'
- Error 6 fatal error C1083: Cannot open type library file: 'msxml.dll': No
- such file or directory.
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
fatal error C1083,
msxml.dll,
msxml.dll error,
msxml.tlb,
msxml3.dll
.You can leave a response, or trackback from your own site.