Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 941 Bytes

ca0070.md

File metadata and controls

29 lines (21 loc) · 941 Bytes
title description ms.date ms.topic f1_keywords author ms.author manager ms.subservice monikerRange
CA0070
This error occurs when code analysis analyzes an assembly and encounters permission attributes and certain conditions are true.
10/19/2016
reference
CA0070
mikejo5000
mikejo
mijacobs
code-analysis
vs-2019

CA0070

This error occurs when code analysis analyzes an assembly and encounters permission attributes and at least one of the following conditions is true:

  • Code analysis cannot find the assembly that contains the attributes.

  • Code analysis does not have permission to load the assembly.

  • The assembly that is loaded by code analysis does not contain the attribute.

In most cases, the issue can be resolved by making sure that you have the most recent version of the code analysis tools.

See also