hi, we are usinh the MVC 5,Jquery asp.net core 2.2 application with version abp 7.2 we are trying to send request in account app service by using Postman and swagger UI, in swagger UI Its working fine,but postman its gives 400 error . The same service methods in version 6.9 try to send the through postman its working fine, but we need 7.2 how we test the services with out swagger UI,and authorizion in postman
We are using the Asp.Net Core Mvc 5+jquery application we are trying to implement Required If Valiadtion but it is not working our application and ddl also not supporting how to acheive the Required If Suppose one filed is data some set fileds are required other wise it not required we are following this link https://blogs.msdn.microsoft.com/stuartleeks/2011/10/06/flexible-conditional-validation-with-asp-net-mvc-3/
we are using asp.net core mvc with jquery application,how to generate sitemap in our application
Hi! I try to create new user for existing Username with latest ASP.Net Zero V4.5.0.0 (ASP.Net Core MVC + Jquery) application with indentity server,SAML Plugin also enabled in our project we get error message like that [Identity.Duplicate user name] previously User name '****' is already taken
Live PayPal integration is not working for latest version in 6.9 ,asp.net core and mvc jquery, please find the error screenshot. solution
We have the same with production environment with version 6.3,working fine without any issues. But facing difficlties. Please help me to integrate with 6.9 my live paypal account with my site.
Hi,
We're working on providing Single Sign-on to third party application. Part of integration, need to complete below steps.
Could you please help how to complete the step 1. Few questions related to this.
Q1. can we make aspnet zero as identity system ? I found below information in documentation. Is it same? https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Infrastructure-Core-Mvc-Identity-Server4-Integration
Q2. What kind of metadata need to ask third party team if I want to configure SAML 2.0 connection in my system?
Regards, Venkat
I added below statement to enable the attribute routing in startup.cs class, but it is not working. is there anything i need to add in Configuration in ABP freamwor?
app.UseMvc();
We are struggling to compile the mobile application with the following set of compilation challenges. Any guidance on this would be really great help. thanks Package 'Microsoft.Bcl 1.1.6' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. Package 'Microsoft.Bcl.Async 1.0.165' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. Package 'modernhttpclient 2.4.2' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. Package 'PCLStorage 1.0.2' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. Could not resolve this reference. Could not locate the assembly "ImageCircle.Forms.Plugin.Abstractions". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. smt.rankmyskill.Mobile.Shared
Does anyone have any good examples of how to export data to an Excel document or how to Export a PDF?
We are using Core & Jquery.
I was hoping someone has already tackled this problem and had a good example they could share or some good links.
Thanks