Fixing the ASP.NET “CS0016: Could not write to output file” Error
After deploying a new ASP.NET 4 application from development to production, you may encounter the dreaded:
CS0016: Could not write to output file
After deploying a new ASP.NET 4 application from development to production, you may encounter the dreaded:
CS0016: Could not write to output file
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.