Base solution for your next web application

Activities of "josus"

Question

Hi,

How can I Hard delete users? I am writing some integration tests and I need to create and delete Test data, including users.

Thanks

Hello,

We need to add a new project to the solution using some of the services of the framework, authentication, database model and others. How can we do that? The reason for this requirement is to publish an isolated appservice on azure to serve the mobile apps without impacting the backend.

Can we do this using the same product name and license?

Thanks.

Hi,

I am using the latest version (6.2.0) of your framework with asp.net MVC5 + AngularJS. When I go to the Users administration and select "Advanced Filters" both Roles and permissions combo boxes has two Blank options. If I select the second one or any other option below it works fine the first time. After the first selection the selected one is always the next option to my selection.

  1. Go to Users main menu.
  2. Click on Show advanced filters
  3. Select "Pages" on Permissions combo box
  4. Select "Pages" again.

The second selection changes to "Administration".

Hi,

I am fighting with this issue since last friday and I can't solve it. I am writing a new Mobile Application from scratch using Xamarin and FreshMVVM framework. I am not using any abp nuget because some of them cause a incompatibility issue with the IOS project. So, I already have the Login running by calling the api/Account endpoint. I have my token and all seems to work fine. But when I try to make a call to a secured endpoint the server response is always 401. If I debug the server side, the Bearer header is sent by the client, but ABSSession has no Tenant or User Info set.

I tried to see how you manage this in your samples (DevExpressDemo and PhoneBook), but the references in those projects breaks the IOS project. I am very frustrated because I can't find any clue to follow about this.

I would appreciate a lot if you can give me any tip.

Regards.

Hi,

I read the docs about Timing but I don't know how it works. I want to have all DateTimes in Database in UTC. When a Backend User or API call is done, the dates will be in LocalTime and then, translated to UTC. Same behavior when a backend user o API call gets dates from the application. My first question is, what is LocalTime? then Tenant Setting for TimeZone or the user computer timezone? what about the API clients?

My ClockProvider is set to Utc, I have an API endpoint that creates records using Clock.Now. It is saved ok to Database with UTC value. But when I get these records the DateTimes fields are not translated to the Tenant TimeZone.

Hello again,

I am having a problem when I try to add a DBGeography property in a Model class. When I try to create the migration I receive this error:

Spatial types and functions are not available for this provider because the assembly ‘Microsoft.SqlServer.Types’ version 10 or higher could not be found.

I installed the nuget v14 in both, EntityFramework and Core projects with the same result. Migration is not created.

I have been working with spatial types in other projects without ABP without this issue. How can I solve it? It is mandatory for my project to work with Spatial Types.

Thanks in advance.

Hi all,

I am using angular file saver to download a file from the server. My Application Service creates an image on the fly and return a byte array from a memory stream. On the client side, the data is received as string. The file saver get the data with a Blob object and it save the file to disk. But, when I try to open it it is wrong.

Can you provide some code sample with the correct way to do this? Is the ApplicationService the correct place to do it? I am using mvc5/angularjs version of aspnetzero.

Thanks in advance.

Josus

Hello,

As new aspnetzero customers we are starting to see how to fit our new product into the framework. One of our goals is to create new entities related to OU, so, we will have Employees, Customers, Projects and other entities related to one or more OU. Do you think:

1.- Is this a good idea, or maybe we can "clone" OU as a new entity and work with it? 2.- If you think it is a good idea, can you teach us where to start?

Thanks in advance.

Showing 1 to 8 of 8 entries