0
Could not load file or assembly ‘NameOfAssemblyGoesHere’
Posted by Tim on June 11, 2010 in .NET Framework, ASP.NET
Encounted the following error: Could not load file or assembly ‘NameOfAssemblyGoesHere’ or one of its dependencies. An attempt was made to load a program with an incorrect format. The problem happened when deploying a web application to a 64bit server where all the required DLL’s where marked as running only on a 32bit system. You [...]


