Click here to Skip to main content
15,915,019 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Focus Bubbling [modified] Pin
Tristan Rhodes7-Apr-09 1:54
Tristan Rhodes7-Apr-09 1:54 
GeneralRe: Focus Bubbling Pin
led mike7-Apr-09 4:41
led mike7-Apr-09 4:41 
GeneralRe: Focus Bubbling Pin
Tristan Rhodes14-Apr-09 1:22
Tristan Rhodes14-Apr-09 1:22 
GeneralRe: Focus Bubbling Pin
dojohansen9-Apr-09 4:58
dojohansen9-Apr-09 4:58 
GeneralRe: Focus Bubbling Pin
Tristan Rhodes14-Apr-09 1:09
Tristan Rhodes14-Apr-09 1:09 
GeneralRe: Focus Bubbling Pin
dojohansen14-Apr-09 6:44
dojohansen14-Apr-09 6:44 
GeneralRe: Focus Bubbling Pin
Tristan Rhodes14-Apr-09 22:54
Tristan Rhodes14-Apr-09 22:54 
QuestionIssues with Process.Start() Pin
Tristan Rhodes6-Apr-09 0:10
Tristan Rhodes6-Apr-09 0:10 
Hi Guys,

I'm having problems with Process.Start, if i give it just the .exe path, it works fine, if i try to add a following string after it to specify a file to be opened by the .exe, it throws a FileNotFound exception in .Net.

i.e:

Ok -
Process.Start("C:\\Temp\\My.exe");

File Not Found -
Process.Start("C:\\Temp\\My.exe \"C:\\Temp\\MySampleFile.xml\"");


Both files exist, it works fine if i copy it into Command line or use Run.

Any idea how to get around this?

Cheers

Tris

-------------------------------

Carrier Bags - 21st Century Tumbleweed.

AnswerRe: Issues with Process.Start() Pin
Nicholas Butler6-Apr-09 0:38
sitebuilderNicholas Butler6-Apr-09 0:38 
GeneralRe: Issues with Process.Start() Pin
Tristan Rhodes6-Apr-09 0:57
Tristan Rhodes6-Apr-09 0:57 
QuestionTime Out Error Pin
Charan Pathania5-Apr-09 22:14
Charan Pathania5-Apr-09 22:14 
AnswerRe: Time Out Error Pin
Colin Angus Mackay6-Apr-09 0:31
Colin Angus Mackay6-Apr-09 0:31 
QuestionIs .net framework required to run a Windows Service, which was created using .net? Pin
subinfernandez5-Apr-09 20:32
subinfernandez5-Apr-09 20:32 
AnswerRe: Is .net framework required to run a Windows Service, which was created using .net? Pin
Eddy Vluggen5-Apr-09 22:21
professionalEddy Vluggen5-Apr-09 22:21 
AnswerRe: Is .net framework required to run a Windows Service, which was created using .net? Pin
PIEBALDconsult7-Apr-09 14:06
mvePIEBALDconsult7-Apr-09 14:06 
QuestionNeed help getting started on modbus project Pin
autocatch5-Apr-09 11:23
autocatch5-Apr-09 11:23 
AnswerRe: Need help getting started on modbus project Pin
Luc Pattyn5-Apr-09 11:37
sitebuilderLuc Pattyn5-Apr-09 11:37 
GeneralRe: Need help getting started on modbus project Pin
autocatch5-Apr-09 11:50
autocatch5-Apr-09 11:50 
QuestionWindows Azure Help.... Pin
kostas_del5-Apr-09 7:28
kostas_del5-Apr-09 7:28 
AnswerRe: Windows Azure Help.... Pin
binarymax9-Apr-09 2:37
binarymax9-Apr-09 2:37 
GeneralRe: Windows Azure Help.... Pin
kostas_del9-Apr-09 8:12
kostas_del9-Apr-09 8:12 
Questionmonodevelop Pin
asugix4-Apr-09 3:00
asugix4-Apr-09 3:00 
QuestionSystem.Enum - not a class? Pin
Adrian Cole3-Apr-09 19:09
Adrian Cole3-Apr-09 19:09 
AnswerRe: System.Enum - not a class? Pin
Eddy Vluggen3-Apr-09 23:56
professionalEddy Vluggen3-Apr-09 23:56 
GeneralRe: System.Enum - not a class? Pin
Adrian Cole4-Apr-09 6:29
Adrian Cole4-Apr-09 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.