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

Activities of "alper"

The library seems to be not maintained any more => https://github.com/BradleyDHobbs/Xamarin.CropView We need to find a replacement of this library for Xamarin.Forms. We are open to suggestions for image cropper libraries!

While we implement a solution you can check out this https://github.com/luberda-molinet/FFImageLoading

We have reproduced the problem and fixed the issue 👍

  • Issue: https://github.com/aspnetzero/aspnet-zero-core/issues/3056
  • Fix: https://github.com/aspnetzero/aspnet-zero-core/commit/434103691c7282d2f243d2291643ae4d0901cf44

just put a App_offline.htm in the root folder of your web folder. IIS will automatically take site down. when you finish publishing, delete the App_offline.htm

for more info read Taking Web Applications Offline with Web Deploy

hi,

There's no offline feature on the Xamarin roadmap.

This has been fixed!

  • Issue => https://github.com/aspnetzero/aspnet-zero-core/issues/3014
  • Changed files => https://github.com/aspnetzero/aspnet-zero-core/pull/3044/files

I'll check it.

To be able to bypass license validation, you need to set the environment variable ASPNETCORE_ENVIRONMENT = Production

ENV ASPNETCORE_ENVIRONMENT Development

It throws the below exception when run in Docker

ABP-LIC-0008 - License check failed for 'Volo.Abp.Identity.Pro.HttpApi-v2.1.1.0'. You need to log in using the command `abp login <username>`. For more information, contact to [email protected].

hi,

AppContext is located here. It uses a lazy resolve, means it's being resolved for the initial access.

In AppContext there's a resolve method.

Locate a breakpoint here to see if it's being resolved. I guess it doesn't resolve none of your dependencies. (Maybe UWP doesn't work well with Castle Windsor.)

One other crutial point is every new project must have an AbpModule to resolve dependencies. See Module System for AspNet Boilerplate.

hi,

did you see https://support.aspnetzero.com/QA/Questions/6273

Showing 31 to 40 of 1377 entries