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
My applcation is ASP.NET Zero MVC core web application . solution is xxx.xxx.Web.MVC
I have added app.UseMvc(); in startup.cs class and then added the below routing attribute to action method in control to return the Model and view.
[Route("UserData")] public IActionResult UserPersonal() {
}
when i run the application the action is not finding .
not sure ASP.NET Zero MVC core support attribute routing or not
just added the below Route in action
[Route("UserPersonaldata")]
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
thank you aaron. will check and get back to you with status update.
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
Hi friends, we are using paypal for India and trying to change the default currency to INR(Indian Ruppe). Our culutural language is English, but should accept INR as default currency. Any help is highly appreciated. Thanks,