I have a solution where I have a working role, some kind of project library and a cloud service. Sometimes I canโt build a solution (without changing the source code or anything else).
Output windows show:
1> Error: the reference to the object is not installed in the instance of the object. ========== Build: 0 succeeded, 1 failed, 2 updated, 0 skipped ===========
When I try to change the properties of a user role in a Cloud Service project, I have a pop-up window "Object link not installed in object instance".
When I try to remove an employee from the Cloud Service project, I have a popup
"Windows Azure Tools for Microsoft Visual Studio.
The service definition or service configuration is invalid. Correct errors in the service definition files (.csdef) or the service configuration file (.cscfg) to complete this action. "
I am not sure if this is due to the build problem, but when the build works, these problems also do not exist, so I can assume that it is somehow connected.
This is strange because I canโt understand why sometimes it works and sometimes not.
Is anyone
visual-studio-2013 azure
pyskaty
source share