silverlight - WP7 with visual studio -- All my apps are getting the same schema messages -
every time create wp7 app, following 2 messages:
"could not find schema information element 'http://schemas.microsoft.com/client/2007/deployment:deployment'.
and
"could not find schema information element 'http://schemas.microsoft.com/client/2007/deployment:deployment.parts'.
as far can tell, apps working ok. messages annoying. how can rid of them?
in properties
folder, should have file clled appmanifest.xml following contents:
<deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <deployment.parts> </deployment.parts> </deployment>
you should have reference system.windows[.dll] in app.
Comments
Post a Comment