[Mono-list] how to execute exe file which creates logs in event viewer.
Robert Jordan
robertj at gmx.net
Tue Jul 14 15:18:30 EDT 2009
Bharti Mishra wrote:
> hi,
> I am using mono2.4.2 on Open Suse11.1 platform.
> I have existing vb.net code, in which I execute one .exe file before
> project execution, that exe file creats log in EventViewer (windows).
> now I have to run that .exe in linux platform, so can you tell me ,I can
> run that kind of exe in mono.
It depends on what kind of .exe that said file is. It should work if
it's a managed application. Search for MONO_EVENTLOG_TYPE in mono's man
page to find out how to configure the event log output.
Robert
More information about the Mono-list
mailing list