Error CS0246: The type or namespace name 'single' could not be found (are you missing a using directive or an assembly reference?)

Hello, I’m getting this error when trying to publish a project. This is a ASP.NET Vue project and this is showing in the console. Any idea what could be wrong?
Thanks, Dan

@danh what was the last configuration you made before getting the error, and also please provide a screenshot of the error stack.

I only connected to the Northwind database and went to publish. I wonder if it has something to do with this error when I connected:
image

I think there are spaces in some of the table names that’s causing this error and I’m wondering if that could explain the first one?

@danh that should be the cause, and also make sure you don’t use C# reserved keywords to create your database tables and columns.

OK sounds good. I’ll keep that in mind.
Thanks!