tags:

views:

23

answers:

1

I'm getting this error in an open source project that runs fine on a dev machine with iis7, but breaks in iis6. Has anybody else gotten this message or is there a way to decifer it?

A: 

I think that error message means you're using an object that doesn't exist. My guess is the IIS7 machine has some dynamic link library registered that your II6 machine doesn't (or an outdated version).

DaMartyr