paint-brush
How to Fix Error CS0246: "Type or namespace not found" in .NET Coreby@davidebellone
8,494 reads
8,494 reads

How to Fix Error CS0246: "Type or namespace not found" in .NET Core

by Davide Bellone | Code4IT1mMarch 14th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The type or namespace name 'XX' could not be found (are you missing a using directive or an assembly reference?). The error was caused by the Class Library in.NET Framework 4.7.2 but the application was in the.NET Framework. It was the patch version of the patched version. The class library version is in the application in.NET. The error is: "Type or. namespace not found" in the Application Explorer or Alt+Enter in the Solution Explorer. You can find the version in the Properties screen of the project.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How to Fix Error CS0246: "Type or namespace not found" in .NET Core
Davide Bellone | Code4IT HackerNoon profile picture
Davide Bellone | Code4IT

Davide Bellone | Code4IT

@davidebellone

I write about .NET development and general coding stuff. - developer - blogger - speaker -

Learn More
LEARN MORE ABOUT @DAVIDEBELLONE'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Davide Bellone | Code4IT HackerNoon profile picture
Davide Bellone | Code4IT@davidebellone
I write about .NET development and general coding stuff. - developer - blogger - speaker -

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here