Assembly Element (Solution - Assemblies)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Specifies an assembly to include in the solution.
<Assembly
DeploymentTarget = "GlobalAssemblyCache" | "WebApplication"
Location = "Text">
<SafeControls>
...
</SafeControls>
<ClassResources>
...
</ClassResources>
</Assembly>
Attributes
Attribute |
Description |
---|---|
DeploymentTarget |
Optional Text. The preferred target of deployment of the assembly. The assembly is copied to the target specified by the DeploymentTarget attribute (for a Web application) or the global assembly cache (for a server farm). Possible values:
|
Location |
Required Text. The relative file path of the assembly. |
Child Elements
Parent Elements
Example
For an example of how this element is used, see Solution Schema.
Microsoft.Win32.RegistryKey#4