Opening App - LibGit2Sharp.NotFoundException: requested file is a directory
0
Hi, I am a Mendix beginner and I tried to create an app via Developer Portal. It was created successfully but when I try to open it via Mendix Studio Pro there is and error window. See below. When I create an App via Mendix Studio Pro directly it is opened correctly. Do you have anybody an advice how to continue? Thanks LibGit2Sharp.NotFoundException: requested file is a directory at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 154 at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 172 at LibGit2Sharp.Core.Proxy.git_config_add_file_ondisk(ConfigurationHandle config, FilePath path, ConfigurationLevel level, RepositoryHandle repo) in /_/LibGit2Sharp/Core/Proxy.cs:line 448 at LibGit2Sharp.Configuration.Init(Repository repository) in /_/LibGit2Sharp/Configuration.cs:line 80 at LibGit2Sharp.Configuration..ctor(Repository repository, String repositoryConfigurationFileLocation, String globalConfigurationFileLocation, String xdgConfigurationFileLocation, String systemConfigurationFileLocation) in /_/LibGit2Sharp/Configuration.cs:line 49 at LibGit2Sharp.Repository.<>c__DisplayClass25_1.<.ctor>b__3() in /_/LibGit2Sharp/Repository.cs:line 220 at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy`1.CreateValue() at LibGit2Sharp.Repository.get_Config() in /_/LibGit2Sharp/Repository.cs:line 323 at LibGit2Sharp.Branch.RemoteNameFromLocalBranch() in /_/LibGit2Sharp/Branch.cs:line 193 at LibGit2Sharp.Branch.get_RemoteName() in /_/LibGit2Sharp/Branch.cs:line 173 at Mendix.Modeler.VersionControl.Actions.GitFetchAction.Execute(Repository repo) in Mendix.Modeler.VersionControl\Actions\Git\GitFetchAction.cs:line 49 at Mendix.Modeler.VersionControl.Operations.Git.GitCheckoutOperation.Execute(CheckoutRequest request) in Mendix.Modeler.VersionControl\Operations\Git\GitCheckoutOperation.cs:line 59 at Mendix.Modeler.ProjectHandling.View.Checkout.ProjectCheckouterUI.<>c__DisplayClass12_0.<AddCheckoutStep>b__0(IProgressInfo info) in Mendix.Modeler.ProjectHandling.View\Checkout\ProjectCheckouterUI.cs:line 123 at Mendix.Modeler.Utility.Progress.StepBase`1.Run(TProgressInfo info) in Mendix.Modeler.Utility\Progress\Step.cs:line 31 at Mendix.Modeler.Utility.Progress.StepBase`1.Mendix.Modeler.Utility.Progress.IStep.Run(Object progressInfo) in Mendix.Modeler.Utility\Progress\Step.cs:line 36 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(IStep step) in Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 167 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.OnDoWork(Object sender, DoWorkEventArgs e) in Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 81 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) --- End of stack trace from previous location --- at Mendix.Modeler.UIFramework.Progress.ProcessRunner.Run() in Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 57 at Mendix.Modeler.UIFramework.Progress.ProgressUtil.Run(IProcess process) in Mendix.Modeler.UIFramework\Progress\ProgressUtil.cs:line 15 at Mendix.Modeler.ProjectHandling.View.Openers.ProjectOpenerUI.DoOpenProject(OpenAppData openAppData) in Mendix.Modeler.ProjectHandling.View\Openers\ProjectOpenerUI.cs:line 114 at Mendix.Modeler.ProjectHandling.View.Openers.ProjectOpenerUI.OpenSprintrProject(ISprintrProject sprintrProject) in Mendix.Modeler.ProjectHandling.View\Openers\ProjectOpenerUI.cs:line 88 at Mendix.Modeler.ProjectHandling.View.Openers.ProjectOpenerUI.OpenSprintrProject(String sprintrProjectID) in Mendix.Modeler.ProjectHandling.View\Openers\ProjectOpenerUI.cs:line 78 at Mendix.Modeler.ProjectHandling.View.AppSelector.AppSelectorUI.OpenSprintrProject(String sprintrProjectId) in Mendix.Modeler.ProjectHandling.View\AppSelector\AppSelectorUI.cs:line 351 at Mendix.Modeler.ProjectHandling.View.AppSelector.AppSelectorUI.OnProjectSelected(AppSelectorAppInfo appInfo) in Mendix.Modeler.ProjectHandling.View\AppSelector\AppSelectorUI.cs:line 309 at Mendix.Modeler.ProjectHandling.View.AppSelector.Views.AppSelectorControl.HandleOpenAppButtonClick(Object sender, EventArgs args) in Mendix.Modeler.ProjectHandling.View\AppSelector\Views\AppSelectorControl.cs:line 188 at Eto.PropertyStore.TriggerEvent[T](Object key, Object sender, T args) at Eto.Forms.Button.OnClick(EventArgs e) at Eto.Forms.Button.Callback.OnClick(Button widget, EventArgs e) at Eto.Wpf.Forms.Controls.ButtonHandler`3.<Initialize>b__14_0(Object sender, RoutedEventArgs e) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e) at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e) at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
asked
Martin Zelenka
1 answers
0
me too,my version is 9.24.12,if you have solved it,please put your solution here ,tank you!