我刚刚在 vs2008 中发布了我的 asp.net Web 应用程序
第一页显示得很好,但按下提交按钮进入下一页会触发:
Could not load file or assembly 'Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
我已将 mshtml 程序集包含在 bin 文件夹中。我不明白出了什么问题。
谢谢