Base solution for your next web application

Activities of "sgeeks"

Question

Access to XMLHttpRequest at 'https://api.asystems.online/AbpUserConfiguration/GetAll?d=1593804316489' from origin 'https://asystems.online' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status. main.js?attr=egh8qd-gBx077Qdp4dRSR_sMk_NewdECuMoLRhYFwJ3uc4e1d0Pbr5xuMUgq3sq8:1067 GET https://api.asystems.online/AbpUserConfiguration/GetAll?d=1593804316489 net::ERR_FAILED

Question

Hi,

Could you please guide me how to bulk of data insert at a time without using loop.

Thanks, Chandi

Hi,

I'm using .net zero (core and Jquery) project. When I deploying code to azure, migration files are not automatically run or updating the database. Everytime I'm updating database from locally to change connection string and point to production database. Please support me to solved the problem.

Hi,

Currently we are working on 10 Asp.Net Zero projects of our various clients from different countries. And we convinced our clients to use that framework to get a better solution. But we have found some common issues for all of our Asp.Net Zero projects. Please find below attached link and let me know your answers.

Misc Issues with a document

1.Navigation Scroll-Up issue: Sometimes we have found the left hand navigation scroll up issue. This is not the issue for this project, we found same issue for our another Asp.Net Zero applications. Could you please check the below attached screenshot and let me know if there is any solution from Asp.Net Zero side.

  1. Pagination Issue: We have found that if the data comes late, the pagination broken with “<>”. If we use setTimeOut to the js datatable, then its worked. But you know it’s not a correct approach.

  2. Icon Broken: Sometimes the icons not loaded properly.

Thanks, Satya

Question

Hi,

I have found that after 10mins my application becomes timeout. How can I configurable this timespan in my ASP.NET Zero Core + Angular 6 application?

Thanks, Satya

Whenever I add a user to an "Organization unit" and add a role to the "Organization unit" then the user gets the role but he didn't get the permission associated with the role. Permission association problem

Question

How to Implement Paypal recurring intregration on asp.net angular application. I've implement create process for Billing Plan and Billing agreement. Paypal payment button is showing but when click on this popup not opening. Could I implement Billing Plan and Billing agreement for recurring payment of paypal or need to implement other things?

Hi,

Live PayPal account is not working for me. Please help me to integrate my live paypal account with my site. Thanks, Satya

Hi everyone, I'm having a problem When I'm trying to update-database in Postgre SQL I can't able to create all the table. I'm Using .net core 2.2 with angular

  1. I Install Npgsql.EntityFrameworkCore.PostgreSQL (package (Version 2.2.0))
  2. In GrantVantageDbContextConfigurer.cs i replace the builder.UseSqlServer method with builder.UseNpgsql method.
  3. in Migrations files i replace "SqlServer:ValueGenerationStrategy" with “Npgsql:ValueGenerationStrategy” and "IdentityColumn" with "NpgsqlValueGenerationStrategy.SerialColumn" and MaxLength of Value from 67108864 to 10485760
  4. and change it's connection

but can only able to create only 28 table instead of 35 table. But when i do it with sql server i'm able to create all 35 tables.

When trying to update database getting this error- Posgre SQL- SQL Server - <span class="colour" style="color:rgb(0, 0, 0)">Can anybody help?</span>

Showing 1 to 9 of 9 entries