Microsoft MVP성태의 닷넷 이야기
VS.NET IDE: 54. VS.NET 2008 - 새롭게 도입되는 XSD Schema Designer [링크 복사], [링크+제목 복사],
조회: 22381
글쓴 사람
정성태 (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

비밀번호

댓글 작성자
 




... 16  17  18  19  20  21  22  [23]  24  25  26  27  28  29  30  ...
NoWriterDateCnt.TitleFile(s)
13368정성태6/13/202311450개발 환경 구성: 678. openssl로 생성한 인증서를 SQL Server의 암호화 인증서로 설정하는 방법
13367정성태6/10/202312249오류 유형: 864. openssl로 만든 pfx 인증서를 Windows Server 2016 이하에서 등록 시 "The password you entered is incorrect" 오류 발생
13366정성태6/10/202311393.NET Framework: 2128. C# - 윈도우 시스템에서 지원하는 암호화 목록(Cipher Suites) 나열파일 다운로드1
13365정성태6/8/202310236오류 유형: 863. MODIFY FILE encountered operating system error 112(failed to retrieve text for this error. Reason: 15105)
13364정성태6/8/202312479.NET Framework: 2127. C# - Ubuntu + Microsoft.Data.SqlClient + SQL Server 2008 R2 연결 방법 [1]
13363정성태6/7/202312079스크립트: 49. 파이썬 - "Transformers (신경망 언어모델 라이브러리) 강좌" - 1장 2절 코드 실행 결과
13362정성태6/1/202311396.NET Framework: 2126. C# - 서버 측의 요청 제어 (Microsoft.AspNetCore.RateLimiting)파일 다운로드1
13361정성태5/31/202311933오류 유형: 862. Facebook - ASP.NET/WebClient 사용 시 graph.facebook.com/me 호출에 대해 403 Forbidden 오류
13360정성태5/31/202310925오류 유형: 861. WSL/docker - failed to start shim: start failed: io.containerd.runc.v2: create new shim socket
13359정성태5/19/202311528오류 유형: 860. Docker Desktop - k8s 초기화 무한 반복한다면?
13358정성태5/17/202311891.NET Framework: 2125. C# - Semantic Kernel의 Semantic Memory 사용 예제 [1]파일 다운로드1
13357정성태5/16/202311278.NET Framework: 2124. C# - Semantic Kernel의 Planner 사용 예제파일 다운로드1
13356정성태5/15/202312528DDK: 10. Device Driver 테스트 설치 관련 오류 (Code 37, Code 31) 및 인증서 관련 정리
13355정성태5/12/202311659.NET Framework: 2123. C# - Semantic Kernel의 ChatGPT 대화 구현 [1]파일 다운로드1
13354정성태5/12/202312813.NET Framework: 2122. C# - "Use Unicode UTF-8 for worldwide language support" 설정을 한 경우, 한글 입력이 '\0' 문자로 처리
13352정성태5/12/202312125.NET Framework: 2121. C# - Semantic Kernel의 대화 문맥 유지파일 다운로드1
13351정성태5/11/202312647VS.NET IDE: 185. Visual Studio - 원격 Docker container 내에 실행 중인 응용 프로그램에 대한 디버깅 [1]
13350정성태5/11/202311759오류 유형: 859. Windows Date and Time - Unable to continue. You do not have permission to perform this task
13349정성태5/11/202312142.NET Framework: 2120. C# - Semantic Kernel의 Skill과 Function 사용 예제 [1]파일 다운로드1
13348정성태5/10/202312865.NET Framework: 2119. C# - Semantic Kernel의 "Basic Loading of the Kernel" 예제
13347정성태5/10/202313302.NET Framework: 2118. C# - Semantic Kernel의 Prompt chaining 예제파일 다운로드1
13346정성태5/10/202312662오류 유형: 858. RDP 원격 환경과 로컬 PC 간의 Ctrl+C, Ctrl+V 복사가 안 되는 문제
13345정성태5/9/202314874.NET Framework: 2117. C# - (OpenAI 기반의) Microsoft Semantic Kernel을 이용한 자연어 처리 [1]파일 다운로드1
13344정성태5/9/202315590.NET Framework: 2116. C# - OpenAI API 사용 - 지원 모델 목록 [1]파일 다운로드1
13343정성태5/9/202313305디버깅 기술: 192. Windbg - Hyper-V VM으로 이더넷 원격 디버깅 연결하는 방법
13342정성태5/8/202311969.NET Framework: 2115. System.Text.Json의 역직렬화 시 필드/속성 주의
... 16  17  18  19  20  21  22  [23]  24  25  26  27  28  29  30  ...