Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.77 KB

error-creating-assembly-manifest-error-message.md

File metadata and controls

31 lines (23 loc) · 1.77 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: BC30140: Error creating assembly manifest: <error message>
Error creating assembly manifest: <error message>
07/20/2015
bc30140
vbc30140
BC30140
1beb5aa0-7b79-4c85-946b-5c2d0a41d1d2

BC30140: Error creating assembly manifest: <error message>

The Visual Basic compiler calls the Assembly Linker (Al.exe, also known as Alink) to generate an assembly with a manifest. The linker has reported an error in the pre-emission stage of creating the assembly.

This can occur if there are problems with the key file or the key container specified. To fully sign an assembly, you must provide a valid key file that contains information about the public and private keys. To delay sign an assembly, you must select the Delay sign only check box and provide a valid key file that contains information about the public key information. The private key is not necessary when an assembly is delay-signed. For more information, see How to: Sign an Assembly with a Strong Name.

Error ID: BC30140

To correct this error

  1. Examine the quoted error message and consult the topic Al.exe. for error AL1019 further explanation and advice

  2. If the error persists, gather information about the circumstances and notify Microsoft Product Support Services.

See also