OutSystems 開発環境 9.0.0.7 に取り組んでいます。複数の開発者が同じモジュールで作業しています。問題は、自分の作品を公開しようとしているときに、自分の作品を他の人の変更とマージして公開するかどうかを尋ねてくることです。[マージして公開] をクリックすると、
詳細情報は、
System.InvalidOperationException: Sequence contains no matching element
at ServiceStudio.ViewImplementation.Framework.ProgressDialog.RunWorkerThread(PresenterContext presenterContext, Action optionalPreOperationThatCanBeSafelyAborted, Action1 operation, Action customPreOperationAborter)
at ServiceStudio.ViewImplementation.WPFViewImplementationProvider.<>c__DisplayClass4b.<DoVerySlowOperation>b__49()
at ServiceStudio.ViewImplementation.WPFViewImplementationProvider.DoSlowOperation[ReturnType](IAggregatorView aggregatorView, Func1 operation)
at ServiceStudio.ViewImplementation.WPFViewImplementationProvider.<>c__DisplayClass4b.<DoVerySlowOperation>b__48()
at ServiceStudio.WPFExtensions.WpfExtensions.ExecuteInUIThread[ReturnType](Application app, Func1 action)
at ServiceStudio.ViewImplementation.WPFViewImplementationProvider.ExecuteInUIThread[ReturnType](Func1 action)
at ServiceStudio.ViewImplementation.WPFViewImplementationProvider.DoVerySlowOperation(IAggregatorView aggregatorView, String title, Action1 optionalPreOperationThatCanBeSafelyAborted, Action 1 operation, Action customPreOperationAborter)
at ServiceStudio.Presenter.RuntimeImplementation.#jq13.#pao()
at ServiceStudio.Presenter.AggregatorPresenter.DisableCommandProcessingIn(Action action)
at ServiceStudio.Presenter.RuntimeImplementation.DoVerySlowOperation(IAggregatorPresenter aggregator, String title, Action1 optionalPreOperationThatCanBeSafelyAborted, Action1 operation, Action customPreOperationAborter)
at ServiceStudio.Presenter.AggregatorPresenter.#hok.#wNn()
開発環境の再インストールを試みました。他のユーザーの資格情報を使用してログインを試みました。何も機能していないようです。他のモジュールはまだ開くことができます。問題が何であるかわからない、これに関する助けは大歓迎です。
ありがとう