开发者

What does this really mean: Compiler Error Message: BC30451

开发者 https://www.devze.com 2023-01-07 21:30 出处:网络
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 o开发者_如何学Pythonr is there a way to decifer it

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 o开发者_如何学Pythonr is there a way to decifer it?


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消