由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Permission issue of System.Diagnostics.Process
相关主题
Re: How to write to MSMQ on another mach我可以让女朋友来美国过暑假么?
ASP.NET -- helpScala 的 TIOBE index 到 31了。。。。。
ASP web application 问题请教dealer 问我要driver license,有啥猫腻?
get_innerHTML需要什么样的permission?请问copyright permission怎么获得?
ASP.NET impersonate cannot access network share drive请有写过Book Chapter的经验的人指教
question about "map network drive"接到这么封信。。。。。。
AMEX和walmart动作蛮快啊谁能帮我回答个问题--贴照片
今天walk-in 成功,顺上 timeline请问怎么用unix/linux 做web page?
相关话题的讨论汇总
话题: code话题: permission话题: issue话题: iii
进入DotNet版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
I had the following code snippets, [Code-I] and [Code-II] failed; [Code-III]
succeeded! myFullPathCmd is to print some web page into PDF. I ran:
"myFullPathCmd myParas" in Dos, which succeeded. I guess it's due to
profile
(permission). I logged in as a member of local admin account (XP Pro + SP2).
..
Very frustrated... can anyone help?
[Code-I]
System.Diagnostics.Process proc = new System.Diagnostics.Process();
try{
proc.EnableRaisingEvents = false;
proc.StartInfo.FileName = myFullPathCmd;
a9
发帖数: 21638
2
1.winform or asp.net or service
2.抛什么异常?

III]
).

【在 c**t 的大作中提到】
: I had the following code snippets, [Code-I] and [Code-II] failed; [Code-III]
: succeeded! myFullPathCmd is to print some web page into PDF. I ran:
: "myFullPathCmd myParas" in Dos, which succeeded. I guess it's due to
: profile
: (permission). I logged in as a member of local admin account (XP Pro + SP2).
: ..
: Very frustrated... can anyone help?
: [Code-I]
: System.Diagnostics.Process proc = new System.Diagnostics.Process();
: try{

c**t
发帖数: 2744
3
console app, I didn't redirect the error output or standard output, didn't
see any exception for all three cases.

【在 a9 的大作中提到】
: 1.winform or asp.net or service
: 2.抛什么异常?
:
: III]
: ).

1 (共1页)
进入DotNet版参与讨论
相关主题
请问怎么用unix/linux 做web page?ASP.NET impersonate cannot access network share drive
samba force file permissionquestion about "map network drive"
linux 下为什么没有修复permissionsAMEX和walmart动作蛮快啊
svn 里·如何change file permission ?今天walk-in 成功,顺上 timeline
Re: How to write to MSMQ on another mach我可以让女朋友来美国过暑假么?
ASP.NET -- helpScala 的 TIOBE index 到 31了。。。。。
ASP web application 问题请教dealer 问我要driver license,有啥猫腻?
get_innerHTML需要什么样的permission?请问copyright permission怎么获得?
相关话题的讨论汇总
话题: code话题: permission话题: issue话题: iii