473,396 Members | 1,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

File not found error?

hi there:

I use following source to fire outlook express,but I have a file not
found error.

System.ComponentModel.Win32Exception: File not found

System.Diagnostics.Process.Start(mailto:ji*****@dx cctdl.com);

How to resolve this.
Thanks a lot

--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php
Nov 18 '05 #1
5 1559
I believe you want to start your client';s Outlook express from browser.

you can use hyperlink for the same
eg:
<a href=mailto:xy*@hotmail.com > </a>

Regards,
Jignesh Desai
"jiangyh" <ca****@msn.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
hi there:

I use following source to fire outlook express,but I have a file not
found error.

System.ComponentModel.Win32Exception: File not found

System.Diagnostics.Process.Start(mailto:ji*****@dx cctdl.com);

How to resolve this.
Thanks a lot

--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php

Nov 18 '05 #2
hi Jignesh Desai:

yes I want to start outlook express but I have a server button to fire
this event.so I need to use process object to start outlook at server side.

thanks a lot.
--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php
"Jignesh Desai" <ji***********@hotmail.com> дÈëÓʼþ
news:OO**************@TK2MSFTNGP11.phx.gbl...
I believe you want to start your client';s Outlook express from browser.

you can use hyperlink for the same
eg:
<a href=mailto:xy*@hotmail.com > </a>

Regards,
Jignesh Desai
"jiangyh" <ca****@msn.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
hi there:

I use following source to fire outlook express,but I have a file not
found error.

System.ComponentModel.Win32Exception: File not found

System.Diagnostics.Process.Start(mailto:ji*****@dx cctdl.com);

How to resolve this.
Thanks a lot

--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php


Nov 18 '05 #3
Do you want your user to get up from his computer and find his way to the
server to see the outlook open over there?

Eliyahu

"jiangyh" <ca****@msn.com> wrote in message
news:uh**************@TK2MSFTNGP11.phx.gbl...
hi Jignesh Desai:

yes I want to start outlook express but I have a server button to fire
this event.so I need to use process object to start outlook at server side.
thanks a lot.
--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php
"Jignesh Desai" <ji***********@hotmail.com> дÈëÓʼþ
news:OO**************@TK2MSFTNGP11.phx.gbl...
I believe you want to start your client';s Outlook express from browser.

you can use hyperlink for the same
eg:
<a href=mailto:xy*@hotmail.com > </a>

Regards,
Jignesh Desai
"jiangyh" <ca****@msn.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
hi there:

I use following source to fire outlook express,but I have a file not found error.

System.ComponentModel.Win32Exception: File not found

System.Diagnostics.Process.Start(mailto:ji*****@dx cctdl.com);

How to resolve this.
Thanks a lot

--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php



Nov 18 '05 #4
hi Eliyahu Goldin:

yes I want.

"Eliyahu Goldin" <re*************@monarchmed.com> дÈëÏûÏ¢ÐÂÎÅ:e2**************@TK2MSFTNGP15.phx.gbl ...
Do you want your user to get up from his computer and find his way to the
server to see the outlook open over there?

Eliyahu

"jiangyh" <ca****@msn.com> wrote in message
news:uh**************@TK2MSFTNGP11.phx.gbl...
hi Jignesh Desai:

yes I want to start outlook express but I have a server button to
fire
this event.so I need to use process object to start outlook at server

side.

thanks a lot.
--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php
"Jignesh Desai" <ji***********@hotmail.com> дÈëÓʼþ
news:OO**************@TK2MSFTNGP11.phx.gbl...
> I believe you want to start your client';s Outlook express from
> browser.
>
> you can use hyperlink for the same
> eg:
> <a href=mailto:xy*@hotmail.com > </a>
>
> Regards,
> Jignesh Desai
>
>
> "jiangyh" <ca****@msn.com> wrote in message
> news:%2****************@tk2msftngp13.phx.gbl...
> > hi there:
> >
> > I use following source to fire outlook express,but I have a file not > > found error.
> >
> > System.ComponentModel.Win32Exception: File not found
> >
> > System.Diagnostics.Process.Start(mailto:ji*****@dx cctdl.com);
> >
> > How to resolve this.
> > Thanks a lot
> >
> >
> >
> > --
> > Jiangyh
> > http://bbqb.com/bbs/index.php
> > http://freelance.forumzero.com/bb/index.php
> >
> >
>
>



Nov 18 '05 #5
The syntax mailto:ji*****@dxcctdl.com is good for openning a new empty
message on the client. It is used on client with an <a> element, as Jignesh
pointed out.

To call an exe with Process.Start you need to specify the path like
"%ProgramFiles%\Outlook Express\msimn.exe". That is provided you've taken
care of all security issues.

Eliyahu

"jiangyh" <ca****@msn.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hi Eliyahu Goldin:

yes I want.

"Eliyahu Goldin" <re*************@monarchmed.com>

дÈëÏûÏ¢ÐÂÎÅ:e2**************@TK2MSFTNGP15.phx.gbl ...
Do you want your user to get up from his computer and find his way to the server to see the outlook open over there?

Eliyahu

"jiangyh" <ca****@msn.com> wrote in message
news:uh**************@TK2MSFTNGP11.phx.gbl...
hi Jignesh Desai:

yes I want to start outlook express but I have a server button to
fire
this event.so I need to use process object to start outlook at server

side.

thanks a lot.
--
Jiangyh
http://bbqb.com/bbs/index.php
http://freelance.forumzero.com/bb/index.php
"Jignesh Desai" <ji***********@hotmail.com> дÈëÓʼþ
news:OO**************@TK2MSFTNGP11.phx.gbl...
> I believe you want to start your client';s Outlook express from
> browser.
>
> you can use hyperlink for the same
> eg:
> <a href=mailto:xy*@hotmail.com > </a>
>
> Regards,
> Jignesh Desai
>
>
> "jiangyh" <ca****@msn.com> wrote in message
> news:%2****************@tk2msftngp13.phx.gbl...
> > hi there:
> >
> > I use following source to fire outlook express,but I have a
file not
> > found error.
> >
> > System.ComponentModel.Win32Exception: File not found
> >
> > System.Diagnostics.Process.Start(mailto:ji*****@dx cctdl.com);
> >
> > How to resolve this.
> > Thanks a lot
> >
> >
> >
> > --
> > Jiangyh
> > http://bbqb.com/bbs/index.php
> > http://freelance.forumzero.com/bb/index.php
> >
> >
>
>



Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: o'seally | last post by:
solaris/linux admins/rookie_developers that battle with this error are probably all frustrated when it happens. i bet you're also somehow frustrated by this seemingly unsolvable error :-) ...take...
1
by: Michelle Hillard | last post by:
Hi guys, would appreciate if you can shed some light on this. Sorry to be a pain, can you tell me what is wrong with the following: for /F %%i in ('dir /b /on c:\bcp\pc*.txt') do bcp...
11
by: mkarja | last post by:
Hi, I'm trying to figure out how to read some range of rows from a file. Is it possible to search the file with some criteria and then when the search string is found read 3 rows before and...
3
by: Michael Bøcker-Larsen | last post by:
Hi I'v been stuck on this problem for ages now. I have found that I'm not the only one with this problem, by looking through the different newsgroups. Hope you can help me! I know there is a...
7
by: Mark | last post by:
Hello, I have researched and tried every thing I have found on the web, in groups and MS KB articles. Here is what I have. I have a Windows 2000 Domain Controller all service packs and...
1
by: Olav Tollefsen | last post by:
I get the included error message when trying to run my ASP.NET application under Windows Server 2003 (with all updates installed). How can I troubleshoot this? Olav File or assembly name...
2
by: John Regan | last post by:
Hello All I am trying to find the owner of a file or folder on our network (Windows 2000 Server) using VB.Net and/or API. so I can search for Folders that don't follow our company's specified...
2
by: Roger Twomey | last post by:
I am working on a filewatcher application. The premis is: User uploads an xml file onto the web server the filewatcher app sees the xml file filewatcher app reads the file and inserts...
1
by: Christian Rühl | last post by:
hey! what i wanna do sounds very simple at first, but it turned out to be a real bone crusher... i want to check if a treeView node is checked and if a correspondent node in my xml config file...
3
by: meettapan | last post by:
I want to create the log file as below:- 2007/03/09 19:12:08 : ~extasc_cdr_20061230.csv.vcdr 2007/03/09 19:23:02 : ~extasc_cdr_20061230.csv.vcdr 2007/03/09 19:42:13 :...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.