BE0053: One or more code snippets files could not be found

Error BE0053: One or more code snippets files could not be found

Cause

This error occurs if one or more project file items with a BuildAction of CodeSnippets could not be found on disk.

Solution

Check to be sure that the files physically exist on disk. If the file is no longer used, remove it from the project or change its build action to None so that it is ignored.

See Also

Other Resources