성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>OxyPlot 라이브러리의 컨트롤을 Toolbox에 등록 시 오류</h1> <p> <span style='color: blue; font-weight: bold'>2016년 11월 4일 업데이트: 이 글은 더 이상 유효하지 않습니다. 덧글을 참고하세요.</span><br /> <div style='text-decoration: line-through'> C#에서 사용할 수 있는 Plot 라이브러리로 OxyPlot이 있는데요.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > OxyPlot ; <a target='tab' href='https://github.com/oxyplot/oxyplot'>https://github.com/oxyplot/oxyplot</a> </pre> <br /> Nuget을 통해 참조 추가할 수 있습니다. (아래는 OxyPlot의 다양한 지원 환경 중 Windows Forms 용 라이브러리를 참조하게 됩니다.)<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Install-Package OxyPlot.WindowsForms -Pre </pre> <br /> 그럼, packages 폴더에는 "OxyPlot.Core.dll", "OxyPlot.WindowsForms.dll"이 각각의 폴더에 나뉘어 위치하게 됩니다.<br /> <br /> 이제 Visual Studio의 디자인 타임 편집 기능을 활용하기 위해 "Toolbox"에 마우스 우클릭을 해 "Choose items..." 메뉴를 선택하고 "OxyPlot.WindowsForms.dll"을 선택해 컨트롤을 추가하게 되는데요. <br /> <br /> <img onclick='toggle_img(this)' class='imgView' alt='oxyplot_winform_reg_1.png' src='/SysWebRes/bbs/oxyplot_winform_reg_1.png' /><br /> <br /> 아쉽게도 해당 DLL을 선택해도 다음과 같은 오류 메시지만 나올 뿐 도구 상자에는 추가되지 않습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > There are no components in '...\lib\net45\OxyPlot.WindowsForms.dll' that can be placed on the toolbox. </pre> <br /> 검색해 보니 답이 나오는 군요. ^^<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Could not find type 'OxyPlot.WindowsForms.PlotView' ; <a target='tab' href='https://github.com/oxyplot/oxyplot/issues/640'>https://github.com/oxyplot/oxyplot/issues/640</a> </pre> <br /> 즉, OxyPlot.WindowsForms.dll이 있는 폴더에 OxyPlot.Core.dll도 함께 있어야 하는 것입니다. 따라서 분리된 폴더에 있는 OxyPlot.Core.dll파일을 OxyPlot.WindowsForms.dll이 있는 폴더에 복사하고 도구 상자에서 다시 선택하면 다음과 같이 잘 추가가 됩니다. ^^<br /> <br /> <img alt='oxyplot_winform_reg_2.png' src='/SysWebRes/bbs/oxyplot_winform_reg_2.png' /><br /> </p><br /> </div> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
6087
(왼쪽의 숫자를 입력해야 합니다.)