Hello, does the problem only happen when you enter ABP Studio with the embedded browser or does it also happen when you open it from your own browser (Chrome, Firefox, etc.)?
Hello, first of all, thank you for reporting the issue. This is a known issue and we think it may have been resolved with version 0.7.6
(just released).
Please try again and let us know if the issue is resolved.
Note: If you experience the problem again, as a workaround you can manually stop the projects from the terminal or task manager.
Hello, first of all, sorry for the late reply 😔
I don't have a short answer to your last question, because the purpose of the new microservice templates is to create minimal simple microservices, so there is no layered template for microservices. However, if you want to use it, you can create modules and set references and configurations as we do for ABP modules. By the way, If you are thinking of moving forward in this way, you can get help from this document.
Hello, I am opening an internal issue for this document. Thank you for your request.
Closing the question. Feel free to re-open or create a new question if you have further questions.
Yes, it's normal for them to be disabled. See more: https://abp.io/faq#what-is-the-difference-between-a-personal-license-and-other-paid-license-types
May I know which version of ABP Studio and ABP CLI you are using? We have solved this problem with version 0.7.4
. If you are using an older version, please update ABP Studio and CLI and try again.
For CLI:
dotnet tool update -g Volo.Abp.Studio.Cli
We will probably release a new version this week with this problem fixed.
Hello, thank you for the information you provided. We can reproduce the problems you mentioned, so I have created 2 separate internal issues related to your problems. We will solve these problems as soon as possible and release a new version of ABP Studio. Thank you for your patience and understanding.
Closing the issue. If you have any other problems with ABP Studio, please let us know here.
One other bug I noticed is that when I ran "abp update" on my solution, it also blindly updated the Volo.Abp.Studio.Client.AspNetCore package to version 8.1.3 - a version that does not exist :) I had to manually change that to 0.6.7.
Thank you very much for reporting the bugs. This issue will be resolved with this PR.
Hi,
I updated to 0.6.7 and now I can't open my solution anymore:
The log says:
2024-06-12 19:43:39.906 +02:00 [ERR] Sequence contains no matching element System.InvalidOperationException: Sequence contains no matching element at System.Linq.ThrowHelper.ThrowNoMatchException() at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate) at Volo.Abp.Studio.UI.Solutions.Items.SolutionUIModel.GetAvailableModuleTemplates() at Volo.Abp.Studio.UI.ViewModels.SolutionExplorer.Items.SolutionRootItemViewModel..ctor(SolutionUIModel model) at Volo.Abp.Studio.UI.ViewModels.SolutionExplorer.SolutionExplorerViewModel.Y73CsTB7mq() at ReactiveUI.ReactiveCommand.<>c__DisplayClass0_0.<Create>b__1(IObserver`1 observer) in /_/src/ReactiveUI/ReactiveCommand/ReactiveCommand.cs:line 90 at System.Reactive.Linq.QueryLanguage.CreateWithDisposableObservable`1.SubscribeCore(IObserver`1 observer) at System.Reactive.ObservableBase`1.Subscribe(IObserver`1 observer)
Hello, you can follow the steps below to solve your problem:
MyProjectName.abpsln
file. It is usually in the same directory as the *.sln
file.-pro
from the template element in the third line."template": "app-pro",
"template": "app",