Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "avanekar02"

Hello i want to create a new user from xamarin mobile app i create a new link called createnewuser

at line 56 of image it throws error

{System.Exception: Username or password fields cannot be empty! at NOOR.Sched.ApiClient.AccessTokenManager.EnsureUserNameAndPasswordProvided () [0x00024] in C:\Sched\src\NOOR.Sched.Application.Client\ApiClient\AccessTokenManager.cs:116 at NOOR.Sched.ApiClient.AccessTokenManager+<GetAccessTokenAsync>d__9.MoveNext () [0x0000f] in C:\Sched\src\NOOR.Sched.Application.Client\ApiClient\AccessTokenManager.cs:40 --- End of stack trace from previous location where exception was thrown ---

Sequence of activity

login using admin user and password go to any screen logout from login page now change language to arabic change language to english login again as admin it takes you to mainview which is now in arabic even though you selected english in the loginpage as default language

thanks

when i changed the port to 62114 it rhows the following error

--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.<BindAddressAsync>d__7.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.<BindAsync>d__2.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.<BindAsync>d__0.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.<StartAsync>d__21`1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.AspNetCore.Hosting.Internal.WebHost.

program.cs as below

using System.IO; using Microsoft.AspNetCore.Hosting;

namespace ClassMate_Demo.Web.Startup { public class Program { public static void Main(string[] args) { var host = new WebHostBuilder() .UseKestrel(opt => opt.AddServerHeader = false) .UseContentRoot(Directory.GetCurrentDirectory()) .UseIISIntegration() .UseStartup

        host.Run();
    }
}

}

Copy of code sent

hello

i downloaded a new project of type ASP.NET MVC 5.x & jQuery i can sucessfully run MVC from browser but when i set up droid as startup project it loads the splash screen and waits indefinetly and then gives this error. error snapshot attached below

i tried to do this because of the earlier forum post was not resolved : Xamarin Mobile App - Language Error

Is it possible for you to log onto my system to see this or can i share screen on skype

regards Anwar

Do you have a functionality to track total users visited site as out of the box functionality.

Regards Anwar

hello

i have generated a xamarin mobile app, it loads in the emulator the language allows me to select languages but if i select arabic it changes to arabic , but if i chnage it again to english it still remains arabic.

i have posted this on feb 28th but no reply, hence posting it again

Question

hello

i have generated a xamarin mobile app, it loads in the emulator the language allows me to select languages but if i select arabic it changes to arabic , but if i chnage it again to english it still remains arabic.

Question

Hi

can we convert this app as a PWA (Progressive Web App) can you please let me know how to do this.

regards Anwar

Showing 141 to 150 of 315 entries