---
title: "Where an assembly manifest can be stored ?"  
description: "Where an assembly manifest can be stored ?"  
author: "Anonymous User"  
published: 2010-10-29  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/214/where-an-assembly-manifest-can-be-stored  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# Where an assembly manifest can be stored ?

An assembly manifest contains all the metadata needed to specify the assembly's version requirements and security identity, and all metadata needed to define the scope of the assembly and resolve references to resources and classes. The assembly manifest can be stored in either a PE file (an .exe or .dll) with Microsoft\
intermediate language (MSIL) code or in a standalone PE file that contains only assembly manifest\
information.\

## Answers

### Answer by Rajesh Goswami

The Assembly Manifest can be stored in Portable Executable (PE) file as (.Exe or.dll) with Microsoft intermediate language (MSIL) code.

### Answer by Pushpendra Singh

An assembly manifest contains all the metadata needed to specify the assembly's version requirements and security identity, and all metadata needed to define the scope of the assembly and resolve references to resources and classes. The assembly manifest can be stored in either a PE file (an .exe or .dll) with Microsoft\
intermediate language (MSIL) code or in a standalone PE file that contains only assembly manifest\
information.\


---

Original Source: https://www.mindstick.com/interview/214/where-an-assembly-manifest-can-be-stored

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
