I have a string column in a database table which maps to an Enum in code. In my dbml file when I set the \"Type\" to MyTypes.EnumType I get the following error
MyTypes.EnumType
If you add the global:: qualyfier and press Control + space over the type in the designer.cs file it recognizes the type and you can remove it.