posts - 343, comments - 0, trackbacks - 0

November 2007 Blog Posts

Could not load file or assembly 'name' or one of its dependencies

Have you seen the following error? Could not load file or assembly 'Name' or one of its dependencies. An attempt was made to load a program with an incorrect format. I have seen these a few times lately and the cause is usually that you have the following configuration: IIS running on a 64Bit Operating System The Assembly DLL in question has been compiled for 32Bit - check the project properties under the build tab, if under platform target you have x86 then it is 32bit only. ...

posted @ Monday, November 05, 2007 2:49 PM | Feedback (90) |

Code Camp 2007 - Christchurch -

I was approached by an attendee at the Christchurch Code Camp yesterday with question that at the time I could not answer -  I should have been able to answer but my brain was frazzled. Question What is the difference between a virtual directory and an application in IIS 7? Answer The correct answer is: A Virtual Directory and an application allows you to create an alias for a physical folder that may actually reside in a different folder, or disk drive or even computer than the current physical path. The difference with...

posted @ Monday, November 05, 2007 10:22 AM | Feedback (6) |

Powered by:
Powered By Subtext Powered By ASP.NET