Base solution for your next web application

Activities of "indiominerals"

We are trying to get the Swagger UI running on our new .NET Core MVC/JQuery Project to view and test our new AppServices The documentation (https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Mvc-Core-Swagger-UI) does not match our 13.2 version project. The startup code is different and Swagger was already configured as enabled. What is the URL for the Swagger UI?

When I navigate to this: https://localhost:44302/swagger/v1/swagger.json

I get this:

{ "openapi": "3.0.1", "info": { "title": "AppraisalWell API", "version": "v1" }, "paths": { "/api/services/app/Account/IsTenantAvailable": { "post": { "tags": [ "Account" ], "operationId": "ApiServicesAppAccountIstenantavailablePost", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/IsTenantAvailableInput" } }, "text/json": { "schema": { "$ref": "#/components/schemas/IsTenantAvailableInput" } }, "application/*+json": { "schema": { "$ref": "#/components/schemas/IsTenantAvailableInput" } } } }, "responses": { "200": { "description": "OK", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/IsTenantAvailableOutput" } }, "application/json": { "schema": { "$ref": "#/components/schemas/IsTenantAvailableOutput" } },

Our New .NET Core MVC/JQuery Project download compiles and runs fine on my Win10/64 machine. No code changes have yet been made to the project. I want to set up the Azure deployment now to support our development process. I followed exactly followed the instructions @ https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Deployment-Mvc-Core-Azure. However when I tried to invoke the publish, I get a compile error for a failed copy operation on 4 SubscriptionExpiringTenants files. The pathing looks correct in the exception message. Note that I changed the default area to "Admin". What is this error and how can I fix it? This is urgent. Thank you. Here is the error detail:

8/3/2024 1:25:35 AM System.AggregateException: One or more errors occurred. ---> Microsoft.WebTools.Shared.Exceptions.WebToolsException: Build failed. Check the Output window for more details. --- End of inner exception stack trace --- ---> (Inner Exception #0) Microsoft.WebTools.Shared.Exceptions.WebToolsException: Build failed. Check the Output window for more details.<---

Microsoft.WebTools.Shared.Exceptions.WebToolsException: Build failed. Check the Output window for more details.

===================

Severity Code Description Project File Line Suppression State Error Unable to copy file "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.js" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.js". Could not find a part of the path 'C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.js'. IndioMinerals.AppraisalWell.Web.Mvc 0 Error Could not copy "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.js" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.js". Exceeded retry count of 10. Failed. IndioMinerals.AppraisalWell.Web.Mvc 0 Error Could not copy "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.js" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.js". Exceeded retry count of 10. Failed. IndioMinerals.AppraisalWell.Web.Mvc 0 Error Unable to copy file "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.js" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.js". Could not find a part of the path 'C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.js'. IndioMinerals.AppraisalWell.Web.Mvc 0 Error Unable to copy file "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.css" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.css". Could not find a part of the path 'C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.css'. IndioMinerals.AppraisalWell.Web.Mvc 0 Error Could not copy "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.css" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.css". Exceeded retry count of 10. Failed. IndioMinerals.AppraisalWell.Web.Mvc 0 Error Could not copy "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.css" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.css". Exceeded retry count of 10. Failed. IndioMinerals.AppraisalWell.Web.Mvc 0 Error Unable to copy file "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.css" to "C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.css". Could not find a part of the path 'C:\Users\MichaelMiller\IndioMinerals\repos\IndioMinerals.AppraisalWell\src\IndioMinerals.AppraisalWell.Web.Mvc\obj\Release\net8.0\PubTmp\Out\wwwroot\view-resources\Areas\Admin\Views\CustomizableDashboard\Widgets\SubscriptionExpiringTenants\SubscriptionExpiringTenants.min.css'. IndioMinerals.AppraisalWell.Web.Mvc 0

Showing 1 to 2 of 2 entries