I created a new Windows VB.net application project and added a link to my utilities project, as I did many times before. When I start coding, the editor will find the utility namespace easily, but when I create it, I get "My.Utils.Data type is not defined".
I compared my project with other projects and can not find the difference.
When I try to debug, I get a dialog saying: "Visual Studio cannot start debugging because there is no debugging target" C: ..... \ myproject.exe "
source share