Notice
Recent Posts
Recent Comments
Tags
- Mac Oracle
- 바코드 생성하기
- ViewData
- XSS방어
- django 엑셀불러오기
- javascript redirection
- javascript 바코드스캔
- php 캐쉬제거
- SSD 복사
- 404에러페이지
- asp.net dropdownlist
- 파일업로드 체크
- 바코드 스캔하기
- 타임피커
- 파일업로드 유효성체크
- 하드 윈도우 복사
- asp.net Select
- ViewBag
- 말줄임표시
- ASP.Net Core 404
- XSS PHP
- javascript 바코드 생성
- 맥 오라클설치
- 하드 마이그레이션
- jquery 바코드생성
- TempData
- 강제이동
- asp.net core Select
- javascript 유효성체크
- jquery 바코드
웹개발자의 기지개
[ASP] ActiveX component can't create object: 'MSXML2.DOMDocument 4.0' 에러처리 본문
ASP
[ASP] ActiveX component can't create object: 'MSXML2.DOMDocument 4.0' 에러처리
http://portfolio.wonpaper.net 2020. 10. 12. 11:07ActiveX component can't create object:
'MSXML2.DOMDocument 4.0'
이라는 에러메세지를 만났다.
32bit 체계로 돌아가는 버전이라 현행 64bit 처리방식의 버전으로 바꾸어주면 간단히 해결된다.
Set xmlDoc = CreateObject("Msxml2.DOMDocument.6.0")
참고 : stackoverflow.com/questions/16167111/activex-component-cant-create-object-msxml2-domdocument
'ASP' 카테고리의 다른 글
[ASP] 메일발송하기 (0) | 2020.11.12 |
---|---|
[ASP] 모바일인지 pc인체 체크하기 (0) | 2020.10.18 |
[ASP] 3초후 페이지 로딩하기 (페이지 로딩 지연시키기) (0) | 2020.06.13 |
[asp] 페이지 euc-kr 설정, utf-8 설정 (0) | 2020.03.14 |
특정 문자열을 찾아서 문자열 변경하기, Replace 시키기 (특수문자 나타내기) (0) | 2020.02.01 |
Comments