punkouter2022

Results 17 comments of punkouter2022
trafficstars

Doesnt work for .NET 4.6 API Apps either (when creating and deploying from VS2015)

I learned that for whatever reason the MOBILE APP needs to be created in Azure to get Easy Tables to work. When creating them in VS2015 with Azure SDK 2.9...

That makes sense and should cover basic tasks like a highscore tables. I just get confused about the javascript part where you need to add code for the CRUD

What confuses me about EASY tables is it seems in all the examples they show how in javascript you add code to the CRUD functions and I just want to...

yeah.. me too.. I would rather have a pure c# solution

I tried again. Got project. Restore. Build. Skip migration files since they are there. Run update line. Same error. Ill try it on my home computer . Maybe something is...

Just tried it again. Seems to run now but when I register I get.. NotSupportedException: No IUserTokenProvider named 'Default' is registered. Microsoft.AspNetCore.Identity.UserManager.GenerateUserTokenAsync(TUser user, string tokenProvider, string purpose) Microsoft.AspNetCore.Identity.UserManager.GenerateEmailConfirmationTokenAsync(TUser user) Onion.Web.Features.Account.AccountController+d__17.MoveNext()...