Hello everyone,
I am new to Silverlight and recently upgrated ASP.NET webforms 4.0 application to 4.6 version. This application has a Silverlight component with it. I am able to build successfully the project except the Silverlight component. I am getting errors in the AppManifest.xaml file. I have upgraded the Silverlight project to 5.0
The errors I am getting are
Error The name "Deployment" does not exist in the namespace "http://schemas.microsoft.com/client/2007/deployment".
The type 'Deployment' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built.
ErrorThe attachable property 'Parts' was not found in type 'Deployment'.
The name "AssemblyPart" does not exist in the namespace "http://schemas.microsoft.com/client/2007/deployment"
How is AppManifest.xaml generated and why I am getting this errors
Please advice
Kapil
Kapil