© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
18 replies
M B V R K

The type or namespace name 'IArchivable' could not be found

Hi, I'm working on an
ASP.net core 6
ASP.net core 6
project with
EF Core
EF Core
using
CQRS
CQRS
and
Clean Architecture
Clean Architecture
.
The problem is :
I have the class captured in the provided screenshot, I just
commited
commited
a change in one of the project apps, and from another computer I
pulled
pulled
the last changes, but the
JetBrains Rider
JetBrains Rider
show the following errors when I try to build the entire solution.

ArchivableEntityExtensions.cs(7, 122): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(17, 119): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(22, 124): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(12, 127): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(28, 128): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(33, 133): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)

Please, I hope if anyone has any idea about how to fix this issue, and thanks in advance
unknown.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

The type or namespace name 'Api' could not be found
C#CC# / help
2y ago
❔ The type or namespace name Model could not be found
C#CC# / help
4y ago
❔ Type or namespace IServiceCollection could not be found
C#CC# / help
3y ago