You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assembly element is the root element and is required in ClickOnce deployment. Its first contained element must be an assemblyIdentity element.
ms.date
11/04/2016
ms.topic
reference
f1_keywords
urn:schemas-microsoft-com:asm.v2#assembly
dev_langs
VB
CSharp
C++
helpviewer_keywords
<assembly> element [ClickOnce deployment manifest]
author
mikejo5000
ms.author
mikejo
ms.subservice
deployment
<assembly> element (ClickOnce deployment)
The top-level element for the deployment manifest.
Syntax
<assembly
manifestVersion
/>
Elements and attributes
The assembly element is the root element and is required. Its first contained element must be an assemblyIdentity element. The manifest elements must be in the following namespaces: urn:schemas-microsoft-com:asm.v1, urn:schemas-microsoft-com:asm.v2, and http://www.w3.org/2000/09/xmldsig#. Child elements of the assembly must also be in these namespaces, by inheritance or by tagging.
The assembly element has the following attribute.
Attribute
Description
manifestVersion
Required. This attribute must be set to 1.0.
Example
The following code example illustrates an assembly element in a deployment manifest for an application deployed using ClickOnce. This code example is part of a larger example provided for the ClickOnce Deployment Manifest topic.