Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
✅ Missing reference for one entity but not for another - C#
C
C#
•
2y ago
•
17 replies
Sygmond
✅ Missing reference for one entity but not for another
I have two entities
: Cat
, Dog in Database
.Entities project
. If I reference this project via
using Database.Entities
using Database.Entities
I can type
new Cat()
new Cat()
and use it but I can
't type new Dog
(
) and it gives error that missing reference and I have to use
new Database.Entities.Dog()
new Database.Entities.Dog()
What in the world is going on
? Thank you
!
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
❔ Missing Reference
C
C# / help
3y ago
❔ Bootstrap modal in razor page closing for one page but not another
C
C# / help
4y ago
❔ Dev certificate works for one aspnetcore API but not another? (net6-osx)
C
C# / help
4y ago