Microsoft MVP성태의 닷넷 이야기
VS.NET IDE: 54. VS.NET 2008 - 새롭게 도입되는 XSD Schema Designer [링크 복사], [링크+제목 복사],
조회: 22334
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 


VS.NET 2008 - 새롭게 도입되는 XSD Schema Designer


VS.NET 2008을 설치해 보신 분들은, XSD 파일을 편집할 때 다소 당황스러웠을 것입니다. 왜냐하면, 디자이너 화면이 나오는 것이 아니고, 텍스트 편집기만 뜨기 때문입니다.

비교를 위해서.

VS.NET 2005의 경우, XSD 파일을 두 번 클릭해서 편집 모드로 불러오면 다음과 같은 화면이 나옵니다.

vsnet_2008_xsd_schema_desiner_2.png

이 기능은, 파일 편집과 관련한 다양한 기능을 아래와 같이 제공하기 때문입니다. 물론, XSD 편집도 그중의 일부이고요.

vsnet_2008_xsd_schema_desiner_1.png

하지만, VS.NET 2008에서는 XSD 파일을 열면 아래와 같이, 텍스트 편집 모드로 열립니다.

vsnet_2008_xsd_schema_desiner_4.png

확인을 해보면, 아래 화면과 같이 실제로 "XML Schema Editor"가 누락되어 있는 것을 확인할 수 있습니다.

vsnet_2008_xsd_schema_desiner_3.png




상당히 난감하더군요. 처음엔 이것이 단순한 버그라고 생각했습니다. 하지만, 다음의 글에서 그 이유를 알게 되었습니다.


Orcas XML Schema Designer
; https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=291733

내용인 즉,

설명
    Hello, where is the graphical interface for editing XSD files?
    
의견
    Yes, we removed the old XSD designer because the feedback was mixed at best, 
    and the technology on which it was built was deprecated. 
    The good news is that we are working on an entirely new WPF based graphical XSD designer.
    The bad news is that it did not make the Visual Studio 2008 box, 
    but we are planning to release a free download on MSDN. 
    Watch the xmlteam blog on http://msdn.microsoft.com/xml for more information.

그렇군요. 아예 제거를 하고 WPF 기반으로 완전히 새롭게 제작을 하고 있다고 합니다. 그리고,,, 마침내 지난 주말에 CTP가 공개되었습니다.

XML Schema Designer Aug 07 Community Technology Preview
; http://www.microsoft.com/downloads/details.aspx?FamilyID=4DE12C98-1221-4A0E-B5AA-BFC7DAF02550&displaylang=en

한 가지 아쉬운 점이 있다면, 아직 이 버전이 64비트 운영체제에서는 지원되지 않는다는 것인데, 그래도 혹시나 싶어서 설치를 해보니 아래의 화면처럼 "XML Schema Explorer"까지는 정상적으로 뜨는 것이 확인되었습니다.

vsnet_2008_xsd_schema_desiner_5.png

으흠... 좋아지는 것 같습니다. ^^



[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 6/28/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




1  2  3  [4]  5  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
13845정성태12/16/20244553디버깅 기술: 207. Windbg로 알아보는 PTE (_MMPTE)
13844정성태12/14/20245254디버깅 기술: 206. Windbg로 알아보는 PFN (_MMPFN)파일 다운로드1
13843정성태12/13/20244413오류 유형: 938. Docker container 내에서 빌드 시 error MSB3021: Unable to copy file "..." to "...". Access to the path '...' is denied.
13842정성태12/12/20244560디버깅 기술: 205. Windbg - KPCR, KPRCB
13841정성태12/11/20244884오류 유형: 937. error MSB4044: The "ValidateValidArchitecture" task was not given a value for the required parameter "RemoteTarget"
13840정성태12/11/20244461오류 유형: 936. msbuild - Your project file doesn't list 'win' as a "RuntimeIdentifier"
13839정성태12/11/20244896오류 유형: 936. msbuild - error CS1617: Invalid option '12.0' for /langversion. Use '/langversion:?' to list supported values.
13838정성태12/4/20244643오류 유형: 935. Windbg - Breakpoint 0's offset expression evaluation failed.
13837정성태12/3/20245100디버깅 기술: 204. Windbg - 윈도우 핸들 테이블 (3) - Windows 10 이상인 경우
13836정성태12/3/20244656디버깅 기술: 203. Windbg - x64 가상 주소를 물리 주소로 변환 (페이지 크기가 2MB인 경우)
13835정성태12/2/20245114오류 유형: 934. Azure - rm: cannot remove '...': Directory not empty
13834정성태11/29/20245382Windows: 275. C# - CUI 애플리케이션과 Console 윈도우 (Windows 10 미만의 Classic Console 모드인 경우) [1]파일 다운로드1
13833정성태11/29/20245027개발 환경 구성: 737. Azure Web App에서 Scale-out으로 늘어난 리눅스 인스턴스에 SSH 접속하는 방법
13832정성태11/27/20244976Windows: 274. Windows 7부터 도입한 conhost.exe
13831정성태11/27/20244428Linux: 111. eBPF - BPF_MAP_TYPE_PERF_EVENT_ARRAY, BPF_MAP_TYPE_RINGBUF에 대한 다양한 용어들
13830정성태11/25/20245261개발 환경 구성: 736. 파이썬 웹 앱을 Azure App Service에 배포하기
13829정성태11/25/20245232스크립트: 67. 파이썬 - Windows 버전에서 함께 설치되는 py.exe
13828정성태11/25/20244471개발 환경 구성: 735. Azure - 압축 파일을 이용한 web app 배포 시 디렉터리 구분이 안 되는 문제파일 다운로드1
13827정성태11/25/20245128Windows: 273. Windows 환경의 파일 압축 방법 (tar, Compress-Archive)
13826정성태11/21/20245380닷넷: 2313. C# - (비밀번호 등의) Console로부터 입력받을 때 문자열 출력 숨기기(echo 끄기)파일 다운로드1
13825정성태11/21/20245707Linux: 110. eBPF / bpf2go - BPF_RINGBUF_OUTPUT / BPF_MAP_TYPE_RINGBUF 사용법
13824정성태11/20/20244781Linux: 109. eBPF / bpf2go - BPF_PERF_OUTPUT / BPF_MAP_TYPE_PERF_EVENT_ARRAY 사용법
13823정성태11/20/20245338개발 환경 구성: 734. Ubuntu에 docker, kubernetes (k3s) 설치
13822정성태11/20/20245215개발 환경 구성: 733. Windbg - VirtualBox VM의 커널 디버거 연결 시 COM 포트가 없는 경우
13821정성태11/18/20245124Linux: 108. Linux와 Windows의 프로세스/스레드 ID 관리 방식
13820정성태11/18/20245290VS.NET IDE: 195. Visual C++ - C# 프로젝트처럼 CopyToOutputDirectory 항목을 추가하는 방법
1  2  3  [4]  5  6  7  8  9  10  11  12  13  14  15  ...