| Thread | Last Post | Replies |
|
| Logging Application block writes event twice when using RequestTrace | 28 Nov 2003 17:22 GMT | 1 |
Hi, Logging application block writes two events each time I am trying to write one event. I have two assemblies.
|
| Frustrated by the logging application block | 27 Nov 2003 14:36 GMT | 1 |
I'm trying to raise and error message event and would like it to be written to the event log. The error message is written in the event log but all the extra information that should be published with an error event (e.g WindowsSecurityInfo,
|
| Malicious Script | 27 Nov 2003 07:49 GMT | 1 |
I received a Malicious Script Alert on my computer while downloading EnterpriseInstrumentation.exe which I was directed to do after trying to download xpmanager from ZDnet.com. Don't care one way or another whether I have
|
| Routing by value. | 27 Nov 2003 07:45 GMT | 1 |
I know that EIF routing is normally done by the types defined in the EIF schema classes. However, is there away to filter based on a value in a schema class that is conformant with the whole EIF paradigm? Also, is it possible for one event sink to explicit call another event sink?
|
| Use EIF in Multithread Mode | 27 Nov 2003 07:33 GMT | 1 |
Can I use EIF framework in a multithread environment? We have a service controlling multiple threads and each has its own event source, we want to publish event through EIF to windows tracelog , do we need to create our own event schema to make sure the publsihing is
|
| RefreshableLogLevelSample doesn't take configuration changes | 26 Nov 2003 23:22 GMT | 2 |
I can't get the the RefreshableLogLevelSample sample to work in the Log Application Block. It has a dependency on the Configuration Application Block, so I got that and installed it. I compiled it with a strong name and put the
|
| Error Code 1603 installing EIF on Win2003 Server | 26 Nov 2003 16:25 GMT | 5 |
I am unable to install EIF on a Win2003 Server. I get an error return code of 1603. Can anybody tell me what is happening? Details from the log files follow along with brief machine
|
| Source code. | 25 Nov 2003 23:47 GMT | 1 |
Most of the other application blocks published by Microsoft include the source code that makes up the application block. Is there any plans on making the source code for the EIF available? Steve Miller | Solution Developer
|
| Raise method mechanics. | 24 Nov 2003 23:50 GMT | 1 |
How is the Raise method implemented: synchronously or asynchronously? Steve Miller
|
| error CS0104: 'EventSource' is an ambiguous reference | 23 Nov 2003 04:19 GMT | 2 |
I am getting the error mentioned in the subject when I try to run a sample EIF code. Is this due to a configuration issue on my machine. Any suggestions or pointers are helpful
|
| Customs sinks and tracelogs | 22 Nov 2003 20:03 GMT | 2 |
How about having a custom sink which writes to Tracelogs ?. Is It Possible?. Does EIF or .Net supports API where I can write directly to Tracelog?(not the default tracesink). Idea is , Custom sink will write to Tracelog based on certain properties of custom event and will determine ...
|
| Fundamental EIF Questions | 22 Nov 2003 19:41 GMT | 1 |
After experiencing the EIF for a while, I've gotten the implession that the "origion" of an EIF event has to be generated from a managed (.NET) executable application (A console app, a windows service, etc.), since you can only
|
| Custom EIF schema event and Framework System.Exception mapping. | 19 Nov 2003 21:32 GMT | 1 |
I've asked a question similar to this before but I need to restate the question and see if I can get any ideas on solving my dilemma. I have an application that has a series of exception classes that are derived from System.ApplicationException. These derived classes carry
|
| GacUtil.exe Error.... | 19 Nov 2003 20:59 GMT | 1 |
I am trying to add an assembley to the GAC, but I get the following error when I use the following in the VS.Net Command prompt gacutil.exe -i E:\TestCustom\bin\debug\TestCustomPlc.dll
|
| EIF event sink configuration. | 18 Nov 2003 17:30 GMT | 4 |
When you define an event sink in the <EventSinks></EventSinks> section of the EIF configuration file you have to specifiy the type to be used for the event sink. Is it possilbe to use the same type with different event sink definitions? For instance, I would like to use the same ...
|