愚见未来

人的思想时时刻刻都在进步,如果你早上起床,想起昨天所做的事情是那么幼稚和迂腐,那么恭喜你,你又变得成熟一点了!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年12月17日

摘要: 今天刚刚部署了一个在32位系统下写的web程序,调用了一些32位的dll, 部署了window2008的IIS7的dll的有x86写的,就会出现以下这样的问题 iis 7 x86,Could not load file or assembly 'Name' or one of its dependencies. An attempt was made to load a program with an incorrect format. 解决这样的,只要设置一下iis兼容x86程序就可以了,具体步骤: 1.开始- 运行 2. 3. 高级设置, Enable 32 - Bit Applic 阅读全文

posted @ 2010-12-17 15:04 愚见未来 阅读(728) 评论(0) 推荐(0) 编辑