Introduction I usually like to keep any explanation I write to be straight to the point, but informational and no fluff. There are times where […]
Could not load file or assembly System.Web.WebPages.Deployment
I encountered this problem when moving from an old machine to a new machine. I vaguely recall having this problem once before, but it was […]
ASPCONFIG: Could not load file or assembly or one of its dependencies. Access is denied.
Problem While publishing a web application you get a puzzling error that reads like the following in the output window: 1>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe -v \ -p C:\Dev\WebApp\obj\Release\AspnetCompileMerge\Source […]
Simple Class Creator and DTO Generator
What? A long time ago back around the middle and towards the end of 2012 I decided to create a console application that would help […]
Sprinkler System Pump Assembly Demystified
Background You are probably wondering to yourself – why the hell are you posting this? Trust me – there are like no articles about this […]
Could not load file or assembly [AssemblyName] or one of its dependencies
Yellow Screen of Death Error: Could not load file or assembly [Assembly Name Here] or one of its dependencies. The Gripe I hate this error […]
CS0246: The type or namespace name ‘NameHere’ could not be found (are you missing a using directive or an assembly reference?)
This is a fun problem I ran into, luckily I solved it rather quickly. The Setup I have a website setup in IIS7.5 running on […]