We are trying to consume a Assembly in a ASP.Net app.
But we are getting an exception "BadImageFormatException".
The same dll if it is loaded in a Desktop app works all fine.
Our take is in a desktop app, the runtime checks for missing dlls from the GAC
But not sure if it is the same for ASP.Net runtime.
Can anyone help?
But we are getting an exception "BadImageFormatException".
The same dll if it is loaded in a Desktop app works all fine.
Our take is in a desktop app, the runtime checks for missing dlls from the GAC
But not sure if it is the same for ASP.Net runtime.
Can anyone help?