I Made a console application that changes items in a list that has a Taxonomy field. The app works well on the Developement machine, but for some reason, when move it to production, we get this error:
"Unable to Install or run the application. the application requiers that assembly Microsoft.IdentityManagement.ExternalSettingsManager Version 4.0.2450.47 be installed in the global assembly cache first
I did some testing and it seems this error doesnt occur if the Microsoft.Sharepoint.Taxonomy isn't referenced in the project. Also, if i set the requested assembly as "Included" in the project properties, It just asks for a different Assembly.
*This might be important: the developement machine i worked on has updated for sharepoint installed that are not installed yet on the production env.