摘要: 今天将asp.net程序部署到服务器后,发现有一个错误:Could not load file or assembly 'sapnco' or one of its dependencies. An attempt was made to load a program with an incorrect format. 百思不得其解,部署时应该没有漏掉什么东西啊,仔细检查下IIS7的设置,在程序池中有这么个设置:Enabel 32bit application,设置为true后重启程序池,正常,原来是这里有点问题啊 阅读全文
posted @ 2012-03-16 14:07 itboy 阅读(405) 评论(0) 推荐(0) 编辑