| Event Viewer in open suse hi,
I have to migrate existing vb.net code onto OpenSuse11.1 platform by using mono2.4.2. when I execute my project in windows it generate logs in Event Viewer. but In open suse I didn't found any Event Viewer Equivalent.
can you tell me ,can I generate logs in open suse like my proj uses event viewer.
I have one more question , when I run my code onto linux platform using mono.
it generate a servererrorlog, in which I found one error "System.DllNotFoundException:kernel32". kernel32 dll is windows based dll.
so how can we add this dll in opensuse. or is there any kernel32 equivalent in linux?
thanx |