Unable to apply publish properties for items?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

I get the below warnings when I build my project.

Unable to apply publish properties for item "microsoft.transactions.bridge".
Unable to apply publish properties for item "system.identitymodel".
Unable to apply publish properties for item
"system.identitymodel.selectors".
Unable to apply publish properties for item "system.runtime.serialization".
Unable to apply publish properties for item "system.servicemodel".

Can anyone tell me how to resolve them?

Thanks!
Ron
 
It just means that settings have been set previously that can no
longer be resolved because the files no longer exist; to stop the
warning, go into project projecties => Publish => Application Files...
You might need to check "Show all files"; the ones with issues will
appear with a yellow triangle - IIRC you can right-click and remove
them.

This tends to happen when upgrading a 3.0/VS2005 project to VS2008
(i.e. you have the 3.5 runtime installed, even if you are still
targetting 2.0/3.0).

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top