Hi, when I try to start MAUI mobile app -v12.1 - I get below error - how to get it up and running?
Web.Host>dotnet run --launch-profile Mobile The launch profile "Mobile" could not be applied. There is no launch profile with the name "Mobile" available.
thanks
Hi,
with 12.0 new version we et following error - any hints?
Abp.AbpException: There is no setting defined with name: App.DashboardCustomization.Configuration.Angular.TenantDashboard
at Abp.Configuration.SettingDefinitionManager.GetSettingDefinition(String name)
at Abp.Configuration.SettingManager.GetSettingValueInternalAsync(String name, Nullable1 tenantId, Nullable
1 userId, Boolean fallbackToDefault)
at WFMOne.DashboardCustomization.DashboardCustomizationAppService.GetDashboardWithAuthorizedWidgets(String application, String dashboardName)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Aw
Hi,
how / is it possible in IIS to run Angular UI and ASP.NET CORE Backend under one Domain?
Hi,
we have a problem on customer server that in ASP.NET CORE API POST and PUT method not working.
See below my web.config - WebDAVModule on IIS not installed - any hints what to check further?
<?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <httpRuntime maxRequestLength="1048576" maxQueryStringLength="2097151" /> </system.web> <system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> <add name="aspNetCore" path="" verb="" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> </handlers> <security> <requestFiltering> <requestLimits maxAllowedContentLength="1073741824" maxQueryString="2097151" /> <fileExtensions> <add fileExtension=".html" allowed="true" /> </fileExtensions> </requestFiltering> </security> <aspNetCore processPath="dotnet" arguments=".\WFMOne.Web.Host.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" startupTimeLimit="3600" requestTimeout="23:00:00" hostingModel="InProcess"> <environmentVariables> <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Production" /> <environmentVariable name="COMPLUS_ForceENC" value="1" /> <environmentVariable name="ASPNETCORE_HTTPS_PORT" value="44338" /> </environmentVariables> </aspNetCore> <httpProtocol> <customHeaders> <remove name="X-Powered-By" /> </customHeaders> </httpProtocol> </system.webServer> </configuration> <!--ProjectGuid: 9fc37c62-2105-4d32-9724-7323b959504b-->
Hi, is it possible to run Angular UI App and ASP.NET core API in IIS in one sub domain? What needs to be done / cheked for that?
Hi,
Web Server Depolyment on IIS - 2 separate Sub-Domains + https:
I've an issue when depoying Angular + ASP .net core PI on customer server, angluar App do not connect to API. I get below error.
Cross-source (cross-origin) request blocked: The same-source rule prohibits reading the external resource on https://.../AbpUserConfiguration/GetAll?d=1684162718425. (Reason: CORS header 'Access-Control-Allow-Origin' is missing). Status code: 404
Any hint for me how to fix that - I searched already for several hours to fix that.
Dear Support Team,
We are currently working on an ASPZERO project using Angular and .NET Core.
We are planning to do a Copy&Paste deployment and we are wondering if it is necessary to execute the Migrator.EXE after the deployment in order to patch the database, or if it happens automatically when the WebApi is restarted.
If the database patching does not occur automatically with a WebApi restart, is it possible to call and execute the Migrator.EXE through a WebApi?
Thank you in advance for your assistance.
Hi, I'm hosted Anglaur App and ASP WebAPI under 2 separate Sub Domains. After upgrade from q10.2 to 12.0.1 I get in my live server origin-when-cross-origin error. I've seen a new file in Angular App - appconfig.k8s.json - maybe has to do with it?
GET myURL/AbpUserConfiguration/GetAll?d=1676459731189 Status 500 Internal Server Error VersionHTTP/2 Übertragen580 B (179 B Größe) Referrer Policystrict-origin-when-cross-origin
Hi,
I need to upgrade .NET CORE to .NET 7 - I've tested it - but get this error in startup class - app.UseAbp(options =>
Any idea / hint for me?
public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) {
//Initializes ABP framework.
app.UseAbp(options =>
{
options.UseAbpRequestLocalization = false; //used below: UseAbpRequestLocalization
});
"GenericArguments[0], 'System.Int64', on 'T MaxFloatT' violates the constraint of type 'T'."
{"Method System.Linq.Enumerable.MaxFloat: type argument 'System.Int64' violates the constraint of type parameter 'T'."}
" at System.RuntimeType.ValidateGenericArguments(MemberInfo definition, RuntimeType[] genericArguments, Exception e)\r\n at System.Reflection.RuntimeMethodInfo.MakeGenericMethod(Type[] methodInstantiation)\r\n at AutoMapper.TypeDetails.<>c__DisplayClass28_1.
{Void ValidateGenericArguments(System.Reflection.MemberInfo, System.RuntimeType[], System.Exception)}
Hi, I needs to upgrade ABP Version 6.5 xx - how can I do it ?
thanks