Unable to publish library project

I am working on a library project and I am unable to publish it. These are the errors I get:

PREPROCESSING: Could not get correct cased file path for file ‘[Insert file here]’

image

Unexpected error has occurred during the library compilation process:
System.AggregateException: One or more errors occurred. —> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

I tried validating the entire project and there are no errors according to validation, but I can’t publish. Does anyone have any ideas on what is going on here?

Please search the forum before posting, this is very common error, but make sure if you have invoke workflow file activity, that those files are in root folder of your project or that you provide full file path for them and not relative ones.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.