convertersystems / opc-ua-samples

Sample HMIs using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
107 stars 43 forks source link

Build action ‘EmbeddedResource’ is not supported by one or more of the project’s targets #4

Closed abrasat closed 7 years ago

abrasat commented 7 years ago

When trying to load the "opc-ua-samples" solution in Visual Studio 2015, the above error occurs for the project Workstation.MobileHmi (Portable), with the file MainPage.xaml. What could be the cause ?

awcullen commented 7 years ago

This error also affects other Xamarin Forms samples, and has been reported to Xamarin. For me, the project still compiles and runs.

awcullen commented 7 years ago

I switch the project Workstation.MobileHmi (Portable) from PCL to Shared. The error 'Build action ‘EmbeddedResource’ is not supported by one or more of the project’s targets' was removed.

Ghebrehiywet commented 7 years ago

open solution on VS with administrator mode and rebuild each one by one.