看板 C_Sharp 關於我們 聯絡資訊
請問一下 在平常寫C#的時候我可以用 using Word; 來呼叫和MS Word相關的功能 但是我在ASP.NET下卻不知如何引進MS Word的功能 <%@ Import Namespace="Word" %> 這樣子編譯出來會有錯誤 也不能直接使用 using Word; 請問要做到相對應的功能應該要用什麼才能把Word的功能引進ASP.NET中?? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 221.169.3.237
SCSonic:我用vs2003 2005都OK ? 06/28 10:35
spiderfather:有加入 reference 嗎? 06/29 15:54
justmaker:感謝 OK了 07/02 03:03