Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "drutter1954"

I have downloaded a new project for version 13.4.0 and worked successfully on the web portion of the solution. When I tried to start on the MAUI mobile portion the first thing I attempted was to compile the base project. The build fails with the following error:

Unable to find project information for '/Users/davidrutter/Downloads/MyProject/src/MyProject.Web.Core/MyProject.Web.Core.csproj'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore. Restore failed.

The Web.Core project does compile successfully when I build the Web solution. This error occurs whether I use the .Mobile.sln or the .All.sln, even thought the .All solution contains the .Web.Core.csproj. I tried adding the .Web.Core project to the .Mobile solution but that generated another series of errors; errors attempting to locate the EntityFramework project and other references from the .Web.Core project. After removing the .Web.Core project back out of the Mobile solution, it generate over 270 errors all indicating that the Abp classes could not be found.

How do I get the project to compile successfully?

I am creating a MAUI mobile app with the latest version of aspnetzero. In the web app, images are stored using a temporary cache. The temporary cache is not available in the MAUI app. Is there a predefined method for uploading images from the MAUI app?

I have created a method in my appservice to take a class with the ID, Name and Bytes of the image and it works fine if I call it within the web app. However, when I call the same method from my proxy in the MAUI app, the save fails with a database timeout error. I have tried expanding the timeout period, but nothing has helped. If there is a built-in method as part of the framework to perform this function please let me know. Otherwise, advise how best to accomplish it.

I downloaded the 13.3.0 release and tried to run the new MAUI project as it is fresh from the download. I am getting the error: Program does not contain a static 'Main' method suitable for an entry point

The MAUI project from 13.2.0 compiles fine. Please advise.

I upgraded my project from 13.2.0 to 13.3.0 following the instructions in the migration documentation. I merged aspnetzero branch into my dev branch, resolved all conflicts and compiled the app. The web app starts up correctly but when I attempt to go to one of my main pages I get errors loading the app service that services my page.

The thing that is weird and I cannot figure out why it is happening is the "2" that appears after each of the IRepository statement. I have cleaned and rebuilt the solution a couple times with the same result.

I am trying to create a new MAUI app using the latest version of AspNetZero and have followed the step-by-step instructions in the documentation to create a new page for the Blazor mobile app. I have created my proxy in the Application.Client project and in my constructor for my page I call DependencyResolver.Resolve<IExpensesAppService>() but that throws an exception;

No component for supporting the service IExpensesAppService was found.

The proxy (ProxyExpensesAppService) is defined using ProxyAppServiceBase, IExpensesAppService and all of the methods for the interface have been defined appropriately by calling the corresponding await ApiClient... function. As far as I can tell there is no other step required to make the implementation of the interface available.

Please provide information on why the service cannot be resolved.

I'm sure this is a very basic question, but I can't determine how to have the first page that shows when my web app starts to be something other than the tenant dashboard. Please provide the solution.

I just downloaded my first app after renewing my license and following the startup documentation I got to the point where I had to run the "nom run create-bundles" command. The process runs for several seconds then generates the following error:

Error: EPERM: operation not permitted, unlink 'Z:\Projects\simul_bcfo\src\simul_bcfo.Web.Mvc\node_modules.bin\yarnpkg'

Since the process doesn't complete the web app is left in an unstable condition and generates 18 errors when the login screen appears. How do I fix this issue?

One note, I did update the packages since one of them was flagged as being vulnerable to attack and several of them were already outdated. The program compiles cleanly after the update but the npm command does not complete.

Question

We have purchased an enterprise license for AspNetZero and have 2 additional projects available for future development. Is it possible to use these licenses to create Abp.io commercial applications?

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 11.0.0
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .NET Core

In the app we are creating we have the user select a single parent node of the organizational structure from a drop-down. When the parent node is selected, we want to present an organization tree with only the children and sub-children of the parent node that was selected. Is there a way to accomplish this using the existing OrganizationTree and _organizationTree.js files?

Can you provide a way to accomplish this?

Showing 1 to 9 of 9 entries