Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 599 Bytes

File metadata and controls

15 lines (13 loc) · 599 Bytes
description Compiler Error CS0016
title Compiler Error CS0016
ms.date 07/20/2015
f1_keywords
CS0016
helpviewer_keywords
CS0016
ms.assetid da62084c-7a18-4858-9034-d1fe099bf34c

Compiler Error CS0016

Could not write to output file 'file' — 'reason'

The compiler could not write to an output file. Check the path to the file to make sure it exists. If a previously built file is already at the location, make sure it is writeable, and that no process currently has a lock on the file. For example, make sure your executable is not running when you attempt to build.