当前位置: 代码迷 >> PB >> webform GetDownloadFileUrl() 問題解决方案
  详细解决方案

webform GetDownloadFileUrl() 問題解决方案

热度:212   发布时间:2016-04-29 08:14:49.0
webform GetDownloadFileUrl() 問題

#if defined PBWEBFORM then
string s
s = GetDownloadFileUrl("c:\aaa.txt", false)
mle_1.text += "~r~n" + s
shl_1.url = s //shl_1: static hyperlink
#end if
運行報錯啊 想不通啊 PB 例子太少了!!!!
System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)

------解决方案--------------------
应该是权限不够,你是不是先安装的.net framework再装的iis,这样的话系统中没有.net or iis的匿名客户,一般来说iis要在.net framework之前安装,你可以通过修复安装.net framework来创建这些用户
getdownloadfileurl是获得当前会话对应的临时目录中的文件url
  相关解决方案