473,657 Members | 2,765 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

File not found error?

hi there:

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

System.Componen tModel.Win32Exc eption: File not found

System.Diagnost ics.Process.Sta rt(mailto:ji*** **@dxcctdl.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 1567
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******** ********@tk2msf tngp13.phx.gbl. ..
hi there:

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

System.Componen tModel.Win32Exc eption: File not found

System.Diagnost ics.Process.Sta rt(mailto:ji*** **@dxcctdl.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******** ******@TK2MSFTN GP11.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******** ********@tk2msf tngp13.phx.gbl. ..
hi there:

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

System.Componen tModel.Win32Exc eption: File not found

System.Diagnost ics.Process.Sta rt(mailto:ji*** **@dxcctdl.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******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP11.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******** ********@tk2msf tngp13.phx.gbl. ..
hi there:

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

System.Componen tModel.Win32Exc eption: File not found

System.Diagnost ics.Process.Sta rt(mailto:ji*** **@dxcctdl.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.co m> дÈëÏûÏ¢ÐÂÎÅ:e2 **************@ TK2MSFTNGP15.ph x.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******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP11.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******** ********@tk2msf tngp13.phx.gbl. ..
> > hi there:
> >
> > I use following source to fire outlook express,but I have a file not > > found error.
> >
> > System.Componen tModel.Win32Exc eption: File not found
> >
> > System.Diagnost ics.Process.Sta rt(mailto:ji*** **@dxcctdl.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.e xe". That is provided you've taken
care of all security issues.

Eliyahu

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

yes I want.

"Eliyahu Goldin" <re************ *@monarchmed.co m>

дÈëÏûÏ¢ÐÂÎÅ:e2 **************@ TK2MSFTNGP15.ph x.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******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP11.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******** ********@tk2msf tngp13.phx.gbl. ..
> > hi there:
> >
> > I use following source to fire outlook express,but I have a
file not
> > found error.
> >
> > System.Componen tModel.Win32Exc eption: File not found
> >
> > System.Diagnost ics.Process.Sta rt(mailto:ji*** **@dxcctdl.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
16627
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 it easy, it'll go away once u've learned how to play around with a few things on your system and reorganised. i'm particulary a solaris junkie, but linux is my admiration. the issue here is Not the OS/Software, but rather the concept. first of all...
1
14374
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 Inventory..pc in %%i -fc:\bcp\bcp.fmt -T -S CHICKYy where CHICKYy is the server bcp.fmt
11
2602
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 after that row from where the search string was found ? Of course the row where the string was found should also be read. I have a log file in txt format. I need to read the file if
3
12171
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 lot of information, but if you need more (e.g. the code) please write michael@mblarsen.dk. The problem is this error messages (the code is build just fine; no errors):
7
13385
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 every thing else from windows update. ..NET 1.0 and 1.1 installed on the server. Actually .NET was installed before the server was made a DC.
1
5050
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 System.Xml, or one of its dependencies, was not found. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information
2
5037
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 folder structure and naming conventions and then send a Net send message to those users telling them to rectify. The information I want to get is when you select the file/folder and then: Properties -> Security Tab -> Advanced Button -> Owner Tab ->...
2
5207
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 records into our sql server filewatcher app deletes the file. I am trying to figure out the best method of doing this, so I am adding code bit by bit. Currently I have this:
1
3272
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 exists just to sort of synchronize them by changing the xml nodes attribute(s). somehow i always catch an exception "blabla has an invalid token" but i cannot find a solution for this. maybe someone of you people can tell me how to do this...
3
14082
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 : ~extasc_cdr_20061230.csv.vcdr File ID : 10241 Input records : 72 Rated records : 3 Database records : 3 Zero amount records: 0
0
8384
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8499
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8601
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5630
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1601
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.