Archive: December 2010

Fixing the ASP.NET “CS0016: Could not write to output file” Error

Scott Walker · Dec 22, 2010

After deploying a new ASP.NET 4 application from development to production, you may encounter the dreaded:

CS0016: Could not write to output file

đŸ’Ŧ 0

Loading Blog Categories in an MVC View

Scott Walker · Dec 21, 2010

In this example, each blog post can have multiple categories associated with it. Both the blog data and category data are stored in the database, so the goal is to expose a list of categories for a specific blog inside the view.

đŸ’Ŧ 0 MVC