VS2008 Woes - An attempt was made to load a program with an incorrect format.

Having recently re-imaged my PC, I attempted to load up a Visual Studio 2008 project that I haven’t touched since the build. It is a simple ASP.NET solution with three sub-projects. Attempting to build the application I received the following error:

Could not load file or assembly MyAssembly or one of its dependencies. An attempt was made to load a program with an incorrect format.

This one took me by surprise and the provided stack trace was of no use. Performing a quick google I came across the following post on Mark’s Blog of Random Thoughts:

Platform type observations..

The post pointed at the platform type (said so in the name) and issues with building for x86 VS. x64. It didn’t make sense in my context – I am using the exact same PC, exact same OS, exact same platform… - but I figured it was my only lead and, for each project in my solution set the Platform target to x86. Lo and behold, I’m back in business.

Comments

TomK said…
I am having the same issue after i upgraded a class project from vs2005 to vs2008. I am getting this error on a 3rd party dll that i am referencing. Even after setting the platform target, the issue persists.

Popular posts from this blog

Mirth

Excel - Adding an existing Pivot table to the data model

Getting Started with Mirth (Part 1)