abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.94k stars 3.45k forks source link

Problem creating a new modules using the "abp add-module Acme.BookStore.Books --new --add-to-solution-file" #6564

Closed vnetonline closed 3 years ago

vnetonline commented 3 years ago

Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'Acme' does not exist in the namespace 'Acme.BookStore.Books' (are you missing an assembly reference?) Acme.BookStore.Domain.Shared C:\Amazing\Projects\4-0-0\Acme.BookStore\aspnet-core\src\Acme.BookStore.Domain.Shared\BookStoreDomainSharedModule.cs 15 Active

is YourCompany.Product.ModuleName no longer allowed?

Trying to make quick-win for LearnAbpFramework.com to show developers how to use this command!

Please help!

Vineet LearnABPFramework.com

yekalkan commented 3 years ago

Hi,

this is resolved by https://github.com/abpframework/abp/commit/452949e879b7098b0123ea4a27f8e925590e2179

Waiting for v4.0.1