Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pedro2555/eb7d584c66872b6826c670111e7fe1ce to your computer and use it in GitHub Desktop.
Save pedro2555/eb7d584c66872b6826c670111e7fe1ce to your computer and use it in GitHub Desktop.
K2 "The Name property cannot be set to empty."
This is a compilation of solutions to the K2 Blackpearl error:
'The name property cannot be set to empty'
@pedro2555
Copy link
Author

pedro2555 commented Jul 31, 2017

Path with trailing slashes

<Folder Include="SmartObjects\" />

Solution

remove the entry entirely (You can also correct the path by removing the trailing slash, but you're only delaying the problem, as the project will successfully open in both Visual Studio and K2 Studio, but you'll be unable to add new project items under that folder)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment