Base solution for your next web application

Activities of "rafalpiotrowski"

Answer

Angular UI appconfig.json should contain "appBaseUrl": "http://{TENANCY_NAME}.yourdomain.com",

everything elese without {TENANCY_NAME}

also add bindings to the angualr UI web app in IIS

Log file does not help! no error is reported

INFO  2017-12-22 15:45:18,372 [6    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://host..../api/services/app/TenantSettings/UpdateAllSettings  
INFO  2017-12-22 15:45:18,372 [6    ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful.
INFO  2017-12-22 15:45:18,372 [6    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.342ms 204

I use github to download source code and merge with my local changes

How can I get the license key?

What is this?

FATAL 2017-12-04 12:49:12,015 [3    ] oCore.Licensing.AspNetZeroLicenseChecker - Failed to validate project name. Should not rename a project downloaded from aspnetzero.com. You can contact to [email protected] if you are using a licensed product.
StartIndex cannot be less than zero.
Parameter name: startIndex
System.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex
   at System.String.Substring(Int32 startIndex, Int32 length)
   at Abp.AspNetZeroCore.Licensing.AspNetZeroLicenseChecker.INCPSWyI6EpS0p68KV(Object , Int32 , Int32 )
   at Abp.AspNetZeroCore.Licensing.AspNetZeroLicenseChecker.GetHashedProjectName()
   at Abp.AspNetZeroCore.Licensing.AspNetZeroLicenseChecker.IsProjectNameValid()
   at Abp.AspNetZeroCore.Licensing.AspNetZeroLicenseChecker.<CheckInternal>d__9.MoveNext()

Tried! did not solve the problem!!!

other Web project starts in debugging!

It does not show any errors

Sometimes it quits and retuns to normal view, sometimes it hangs on Chrome showing that the applications is starting...

I am doing VS Repair to see if this helps.

got it fixed

indeed missing import of LoginService

In which module???

Where can I find more details on the error?

I merged my working version with latest dev repo and there was no merging conflicts

It's working. Had to add some code into the DbContext in order for the migrator to recognize the complextype.

<cite>alper: </cite> Hi again,

Bad news! Entity Framework Core does not support complex types at the moment. Good news! It will be supported in 2.0.0 version. When it releases we will update the framework.

See this for more information

I am using EFCore 2.0 now and still not able to use ComplexTypes!!! Is there a specific way to use it?

Showing 31 to 40 of 46 entries