I created Azure Worker Role project in Visual Studio 2015. When i start this project locally (via emulator) it works good. But when i try to publish this worker role to Azure Cloud i receive these messages in Microsoft Azure Activity Log:
2:33:13 - Warning: There are package validation warnings.
2:33:13 - Sequence contains no elements
Publish status in Microsoft Azure Activity Log is Failed.
How to fix the problem and publish to azure? Why this problem happens?