孜孜--程序人生

.net/j2me移动应用技术学习与研究

导航

随笔分类 -  WAP技术随毛

经验/经典
摘要:错误:Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.编译... 阅读全文

posted @ 2006-12-05 14:39 孜孜 阅读(280) 评论(0) 推荐(0)

摘要:是因为用户没有在服务器端运行Word的权限,应在服务器端做如下操作:1.开始--运行--dcomcnfg--Microsoft Word 文档--属性--身份标识--交互式用户否则会出现“消息筛选器显示应用程序正在使用中”的错误2.开始--运行--dcomcnfg--Microsoft Word 文档--属性--安全性--使用自定义访问权限--添加EveryOne用户或者dcomcnfg--Mic... 阅读全文

posted @ 2006-11-26 16:12 孜孜 阅读(1490) 评论(0) 推荐(0)

摘要:Dim connStr As String = class_data.cnstr Dim conn As New SqlConnection(connStr) Dim sql As String = "select * from gw_fjb where id=" + CStr(Request.QueryString("id")) Dim cmd As N... 阅读全文

posted @ 2006-05-23 16:05 孜孜 阅读(543) 评论(2) 推荐(0)

摘要:在web.config的 中加入下面代码即可: preferredRenderingType = "wml11" preferredRenderingMime = "text/vnd.wap.wml" preferredImageMime = "image/vnd.wap.wbmp" browser=Unk... 阅读全文

posted @ 2006-05-21 16:59 孜孜 阅读(302) 评论(0) 推荐(0)