오케스트라를 사용하려고합니다.오케스트라는 조정되지 않았습니까? (상자에서 작동하지 않음)
먼저 git 저장소 (Orchestra.Shell.zip : https://github.com/Orcomp/Orchestra/tree/develop/templates/C%23)의 템플릿을 사용하십시오.
Nuget에서 Orchestra.Shell을 설치 한 후에 요청 된 설치된 구성 요소가> = 3.3임을 확인했습니다. 실제로, 그것은 다음과 같은 오류 결과 3.3을 다운로드하는 것은 :
Error 1 'Catel.Windows.Controls.UserControl' does not contain a definition for 'DefaultCreateWarningAndErrorValidatorForViewModelValue' D:\Projects\OrchestraShell1\OrchestraShell1\App.xaml.cs 25 48 OrchestraShell1
Error 2 The type or namespace name 'ModelBase' does not exist in the namespace 'Catel.Data' (are you missing an assembly reference?) D:\Projects\Tests\OrchestraShell1\OrchestraShell1\App.xaml.cs 27 24 OrchestraShell1
Error 3 'Catel.IoC.ServiceLocator' does not contain a definition for 'Default' D:\Documents\OrchestraShell1\App.xaml.cs 29 49 OrchestraShell1
나는 최신 Catel 라이브러리
update-package catel.mvvm
이 프로젝트가 성공적으로 컴파일하지만 나는 그것을 실행하려고하면 내가 얻을로 업데이트를 시도 형로드 예외 :
Method 'add_ViewLoading' in type 'Orchestra.Views.MainWindow' from assembly 'Orchestra.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
다음, 여기에서 몇 가지 포인터를 조금을 부드럽게하고 다음 후 :
패키지를 fluent.ribbon 설치하여Could not load file or assembly 'Fluent, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3e436e32a8c5546f' or one of its dependencies. The system cannot find the file specified.
이
가 해결 될 수 있지만 여전히 내가 같은 오류가 점점 오전 :http://webpixel.gr/projects/worchestra/?p=20
나는 다음과 같은 오류가 발생합니다.
http://webpixel.gr/projects/worchestra/?p=23에 설명 된대로 모듈을 추가하려고했으나 도움이되지 않았습니다.
이 기능이 작동합니까? 나는 무엇인가 놓치고 있거나 뭔가 잘못 했는가? 셸을 실행할 모듈을 개발해야합니까?
감사 (당신은 아마 이 하나 필요하지 않습니다). 이것들은 얼마나 안정적입니까? 제작 용으로 권해 주시겠습니까? –
우리는 여러 프로덕션 응용 프로그램에서이를 사용하므로 매우 안정적입니다. –