Skip to main content
Home Forums General Silverlight Installation and Setup Deployment
1 replies. Latest Post by Vivek Dalvi on May 11, 2007.
(0)
nommuh
Member
0 points
1 Posts
05-11-2007 3:47 AM |
I am trying to deploy my Silverlight app and when I run setup I get the following error:
Following errors were detected during this operation. * [5/10/2007 10:00:44 PM] System.Deployment.Application.DeploymentException (ManifestSemanticValidation) - Application manifest specifies the hostInBrowser attribute. This is not supported for Windows Forms applications. - Source: System.Deployment - Stack trace: at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp) at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc) at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut) at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
Any help would be greatly appreciated.Thanks Matt
Vivek Dalvi
458 points
123 Posts
05-11-2007 11:27 AM |
This seems like error from ClickOnce. Also specifically manifest has hostInBrowsre attribute that means it is a XBAP (WPF browser hosted application). Not sure how this can be Silverlight related