Base solution for your next web application

Activities of "josus"

I am trying to run the solution that comes with my aspnetzero download package. After connected it throws this exception:

ComponentActivator: could not instantiate FBS.TimeMachine.Views.LoginView

I am running on Mac OS with Visual Studio 2017.

Let me try, what is the header name? Abp.TenantId?

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 was thinking the automatic translation was done by using the Tenant TimeZone but I found that every user profile has his own TimeZone, default to Tenant TimeZone setting if the use don't change it. So, when I was trying to get translated datetimes, my user profile was set as UTC (the default Timezone when it was created!!!!)

Now it works without any manual translation!!!

Thanks.

Hi!

I was thinking the automatic translation was done by using the Tenant TimeZone but I found that every user profile has his own TimeZone, default to Tenant TimeZone setting if the use don't change it. So, when I was trying to get translated datetimes, my user profile was set as UTC (the default Timezone when it was created!!!!)

Now it works without any manual translation!!!

Thanks.

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.

Hi again,

I have SQL Server Developper edition installed on my dev machine. I also installed the SQLSysClrTypes.msi as described in the Microsoft page and the problem is still happening.

Yes, I tried, it works on projects without ABP but, I don't know why, it doesn't work on ABP projects. As I saw in my first question, I tried to install the nuget in all the projects, include the Test project!!! and the result is always the same. I am unable to generate the migration.

6.x

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.

Showing 11 to 20 of 25 entries