2014-09-30 6 views
0

오케스트라를 사용하려고합니다.오케스트라는 조정되지 않았습니까? (상자에서 작동하지 않음)

먼저 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에 설명 된대로 모듈을 추가하려고했으나 도움이되지 않았습니다.

이 기능이 작동합니까? 나는 무엇인가 놓치고 있거나 뭔가 잘못 했는가? 셸을 실행할 모듈을 개발해야합니까?

답변

0

추가 정보에서 새로운 사항을 확인하시기 바랍니다 : 우리는 더 나은 버전 (V2)를 작업중인

https://github.com/orcomp/orchestra#update-20140817

. 예제를 확인하십시오 (우리는 각 쉘 유형에 대해 하나의 예제를 제공합니다).

  1. Orchestra.Shell.MahApps => 메트로 인터페이스

  2. Orchestra.Shell.Ribbon.Microsoft => 사무실 MS의 리본과 같은

  3. 다음과 같은 어셈블리 중 하나를 선택할 수 있습니다

    Orchestra.Shell.TaskRunner => 실행 작업을 쉽게

+0

감사 (당신은 아마 이 하나 필요하지 않습니다). 이것들은 얼마나 안정적입니까? 제작 용으로 권해 주시겠습니까? –

+0

우리는 여러 프로덕션 응용 프로그램에서이를 사용하므로 매우 안정적입니다. –