Thanks, I'll try it again. We did the clear and perform the ABP Suite uninstall and reinstall earlier but it didn't seem to work. We also never had versions 9.07 to 9.1.0 installed. We went from 9.0.3 to 9.1.1.
I'll try it again.
Earlier I opened the Studio and found that there was an update to version 0.9.25. I went ahead and did the update. I then found that many of the modules had updates to version 9.1.1. Since we were coming from 9.0.3, we went ahead and did the updates. We then ran the Nugget updater for the others modules. Everything seemed to work and we published the system.
However, after publication we started getting some issues. For example, in our logs we see a lot of references to the following error line:
This assembly is protected by an unregistered version of Eziriz's ".NET Reactor"! This assembly won't further work
I see that there were some past references to fixing this in version 9.1.0 and earlier versions. What do I need to do to make sure this goes away on our version. I don't want to find it shutdown or crashed because of the error. Any recommendations would be appreciated.
That did the trick. I logged out and in on the ABP Studio, but didn't think about the terminal on Visual Studio itself.
Thanks.
I just recently upgraded my license from a personal license to a Teams license. Do I need to change any files or anything for the project I was working on? I had noticed when trying to add the CMS-KIT that is had an error and will not finish the install of the module without an error message.
Any advice or tutorials you could point me to would be appreciated.
I was following your instructions to deploy a small personal app to Azure. The instructions are on your site here: https://abp.io/docs/latest/solution-templates/layered-web-application/deployment/azure-deployment/step3-deployment-github-action?UI=BlazorServer&DB=EF&Tiered=No
When I copied the YAML file and placed it in GitHub, it failed with an error on Line 68. It says the error is "bad indentation of a mapping entry". I checked this against a YAML format checker and I am getting close to the same thing. I tried a few and the error is always line 68.
Anyway, I just thought I'd let someone know. Also, may want to update the dot-net version since version 9 is out now.
Last of all, I had a follow-up question since the steps say that for the step:
AZUREAPPSERVICE_PUBLISHPROFILE: The publish the profile of your Azure Web App Service. You can download it from the Overview tab of your Azure Web App Service.
I noticed that when I click on the Download Publish Profile, mine does not download and says "Basic Authentication is Disabled". Is this supposed to be like that?