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

Activities of "aaron"

Try it.

Please read:

Are you using VS 2017 15.3.3+ and NuGet 4.3+? Did you install .NET Core 2.0 SDK?

If you install a fresh version of VS 2017, then NuGet and .NET Core SDK version should be correct. Otherwise, install those manually.

If you bothered to click the link:

.NET Core is not a dependency, but the SDK is for .NET Standard 2.0.

ABP v3.0.0 is based on .NET Standard 2.0, which is only supported in VS 2017 15.3.3+.

  • This concerns you regardless if you are on MVC 5.x, .NET Framework 4.x or .NET Core 2.x.
  • The recommended version is VS 2017 15.3.5+.

Duplicate of #4145@0da75f62-1c68-4132-b1d7-a8b31f6f9d70

Are you using VS 2017 15.3.3+ and NuGet 4.3+? Did you install .NET Core 2.0 SDK?

That doesn't look like the full stack trace.

Duplicate of #4145@0da75f62-1c68-4132-b1d7-a8b31f6f9d70

Are you using VS 2017 15.3.3+ and NuGet 4.3+? Did you install .NET Core 2.0 SDK?

  1. Does the caller await this method?
  2. Try removing the async Task declaration.

If the above does not work, please copy-and-paste the full stack trace.

Is there any way I can register my services explicitly like this in the aspnet zero template. builder.RegisterType<ExampleService>().As<IExampleService>(); (done using Autofac)

From the Dependency Injection documentation's Custom/Direct Registration section:

IocManager.Register<IExampleService, ExampleService>(DependencyLifeStyle.Transient);

Do the above in the PreInitialize method of your module.

Also can I get preview of AspNet Zero source code? I have a paid subscription.

You need to login with your GitHub account to access the private repo. You can invite yourself here: <a class="postlink" href="https://aspnetzero.com/LicenseManagement">https://aspnetzero.com/LicenseManagement</a>

That's great. Happy new year :)

Showing 1081 to 1090 of 1543 entries