摘要: 今天把别人用csharp做好的Asp.net系统移到自己的机器上,编译出现错误:"Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies."意思是说:“系统找不到文件或者程序集''Microsoft.Office.Interop.Word, Version=11.0.0.0, Cult 阅读全文
posted @ 2007-03-24 09:51 gshine 阅读(3856) 评论(1) 推荐(0)
摘要: 1、#includefile包含文件的相对路径,#includevirtual包含文件的虚拟路径。2、在同一个虚拟目录内,<!--#includefile="file.asp"-->和<!--#includevirtual="file.asp"-->效果是相同的,但假设虚拟目录名为myweb,则<!--#includevirtual="myweb/file.asp"-->也可以通过调试,但我们知道<!--#includefile="myweb/file.asp"--> 阅读全文
posted @ 2007-03-24 09:49 gshine 阅读(581) 评论(0) 推荐(0)