| Thread | Last Post | Replies |
|
| How to uninstall Visual Studio Analyzer | 12 Feb 2004 15:06 GMT | 1 |
Could someone please tell me how to remove Visual Studio Analyzer 6.0? I have been unable to locate any instructions that provide any clue. The readme file states that VSA 6.0 and .NET are not compatible and that VSA 6.0 should be removed, but it then neglects to describe how one ...
|
| When to use regschema & regsinks | 11 Feb 2004 13:51 GMT | 4 |
Team If I change the logging block project - say add a custom event sink, or a custom event derived from common event for example, and I rebuild the solution - same output .dll's as originally, what must I do to pick up the change Must I run regschema.cmd /u followed by regschema ...
|
| Logging Application Block - Potential bug in BasicSqlSinkSample? | 10 Feb 2004 18:10 GMT | 1 |
I have loaded the Logging Application Block on a clean Windows 2003 server. Installed software includes Windows 2003 Serve Enterprise Instrumentation Framewor WMITool
|
| Logging Application Block Question - possible bug in BasicSqlSinkSample | 10 Feb 2004 18:09 GMT | 1 |
I have installed the Logging Application Block on a clean Windows 2003 server (along with the EIF and WSE 2.0 as required). I have configured it so that everything appears to work as expected with one major exception. When I execute the BasicSqlSinkSample (get the same behavior ...
|
| Parsing out the event info in Custom Event Sink | 10 Feb 2004 18:08 GMT | 1 |
I have created a custom event sink by inheriting from Microsoft.EnterpriseInstrumentation.EventSinks.EventSink Now I don't know how to parse out the information from the event to be able to publish it to the custom event log.
|
| text file sink | 10 Feb 2004 17:58 GMT | 1 |
A few months ago Mike posted an EIF custom sink for plain text files. Could someone post it again please? Thanks, Brent
|
| Application log level not refreshing | 10 Feb 2004 17:07 GMT | 3 |
I changed the application log level key in the app.config file and it did not pick up or refresh. I had to uninstall and re-install my windows service executable in order for the changes to be recognized. Shouldn't the changes have been recognized without having to uninstall ...
|
| Regschema.cmd /u /ng does not remove assembly from GAC | 10 Feb 2004 02:40 GMT | 4 |
Team The instructions for uninstalling & removing logging.schema are to issue regschema.cmd /u /ng <installation location>\Logging\bin\<build configuration>\Microsoft.ApplicationBlocks.Logging.Schema.dll. However, allthough the uninstall seems to work fine according to the messages ...
|
| Microsoft Application Blocks for .Net - Logging Block | 08 Feb 2004 00:04 GMT | 4 |
H I am trying to use the Logging Module provided by Microsoft Application Blocks for .Net I installed everything as per the Instructions given in the 'Development Using the Logging Block' But when i am trying to run the sample, i am getting the following error in the Event Viwer
|
| StackTrace not showing in ErrorMessageEvent in EventLog | 05 Feb 2004 20:36 GMT | 16 |
Using the EIF logSink, when ErrorMessageEvents are raised, the StackTrace information appears in the ApplicationLog of the Event viewer. However, using the Logging Code Block logSink, when
|
| Logging Block/EIF issue with remoting - which App.config does EIF use | 05 Feb 2004 16:11 GMT | 5 |
Team I am running a GUI application with the logging block. The Web.config & EnterpriseInstrumentation.config are both in the project folder and EIF/Logging Block correctly uses them to determine logging. However, the problem comes in when I call a method on the server using ...
|
| Windows Event Log issue with EIF/LAB | 04 Feb 2004 20:48 GMT | 2 |
Me again. I'm still trying to deploy EIF/Logging Application Block to a Win2K3 box. I'm getting closer. When I check the event log with my sample, I see: The description for Event ID ( 0 ) in Source ( Application
|
| Logging App. Block install error | 04 Feb 2004 04:18 GMT | 4 |
I'm trying to deploy the Logging Application Block[1] on to a Windows 2003 Server. One of the steps requires me to compile a EViewer.mof file. Unfortunately, I get a compiler error: 0x8004100e, Facility: WMI Invalid namespace. I'm not a WMI guru, so I might be missing something ...
|
| EIF text file custom event sink | 03 Feb 2004 18:22 GMT | 1 |
I have a custom event sink that writes to a text file (code borrowed from this message board). In my small, simple test harness, it works fine. However, the call to StreamWriter.close() is not made until the dispose method. Therefore, nothing is actually written to the file ...
|
| UML reverse engineering problem | 02 Feb 2004 15:33 GMT | 4 |
When I'm trying to reverse engineer the simplest one-class project (C#, VS.NET 2002), then I'm getting the following report: ----------------------------------------- Exporting UML model to Visio...
|