标题: .dll in bin folder are not found .net [打印本页] 作者: 周星星1832 时间: 24-3-2011 13:51 标题: .dll in bin folder are not found .net 求高手。
所有的 .dll files 在 bin folder里的IIS都不能识别。
就是报错 The type or namespace name 'RateWebServiceClient' could not be found (are you missing a using directive or an assembly reference?)
bin folder 是在root下面,文件结构应该没有错。
在studio下运行也不识别,我试图 添加这些.DLL 在STUDIO里,但是STUDIO报错说,files are not accessable.作者: mason00 时间: 24-3-2011 16:25
给个截图看看,是asp.net吗?如果asp.net没有注册到IIS,需要用aspnet_regiis命令安装一把,示例项目能运行吗?另外,引用dll需要在web config里面加内容的,vs里面加会自动帮你加好,你看看部署在iis目录下的web config有没有更新作者: 周星星1832 时间: 24-3-2011 20:29