Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > visual studio .net enterprise tools > april 2004

Reverse Engineering Problem in VS 2003
Posted by Jim Meehan at 4/30/2004 2:45:09 PM
Reverse engineering failed with the message "Couldn't add the UML diagram to the solution. Error number 32." When Visio starts I have a blank work area. The main menu | View | Task Pane is not checked. I check it and the Drawing Type and Open Drawing Panes are displayed. I select the vsd fil...more >>


EIF Install says cannot find .net framework
Posted by smimata123 NO[at]SPAM yahoo.com at 4/30/2004 11:15:58 AM
I have tried everything possible to get the EIF to install, but no matter what i do the install will not see that the .net framework is installed. am i missing something or is this install just totally screwed up?...more >>

EIF Install says cannot find framework
Posted by smimata123 NO[at]SPAM yahoo.com at 4/30/2004 11:09:19 AM
I have tried to install the EIF multiple times but not matter what i do the install will not see the framework that is installed on my machine. I have looked at the referenced articles but have found nothing to explain why the install cannot find the .net framework on my machine. Any ideas?...more >>

EIF causes IIS6 process to restart
Posted by Steve Norman at 4/28/2004 8:51:04 AM
I'm having problems with EIF on windows 2003 / IIS 6 Basically when using logging in our application we see the application domain unload and reload several times during a request. This is causing all kinds of problems To isolate the problem I have created a new empty web application and followe...more >>

EIF backs up config and logs the fact, how to stop?
Posted by BrentM at 4/27/2004 2:09:13 AM
Enterprise Instrumentation Framework puts the following message into the Windows event log each time an app starts it up: ConsoleApplication2.exe has successfully read the configuration from C:\ConsoleApplication2\bin\EnterpriseInstrumentation.config. A copy of the file has been saved to C:\...more >>

Receving... System.ArgumentException: Invalid Xml in EnterpriseInstrumentation
Posted by Tim Reynolds at 4/23/2004 9:36:06 AM
I am using MS Logging code block. Today, I made some changes to an .xslt formatter file. Apparently at one point I typoed in the XSLT and received an exception upon which I recreated the file. In anycase I am getting a strange result. In web.config file I provided the formatter name and specify ...more >>

Deploying minimal EIF
Posted by Joel Lyons at 4/22/2004 8:54:31 PM
We want to use the functionality of EIF, but we're not interested in using the trace event sink. I thought you only needed the TraceSessionManager service if you were using the trace event sink. So, I tried deploying our application with just the Microsoft.EnterpriseInstrumentation.*.dlls, but ...more >>

EIF - windows 98 yes or no?
Posted by Adam Schaff at 4/22/2004 3:55:53 PM
Does EIF work with windows 98? Someone told me that WMI works on win98, so if I limit myself to that event sink would it function? ...more >>



receiving an event from EventContainer
Posted by Shmulik Primes at 4/22/2004 2:12:27 PM
Is there a way to deserialize the original object from an EventContainer used in a cutom sink that implements IEventContainer (Write method)? I would like to receive the orignal object, not an EventEntry. Also, How do I convert a object eventToRaise (used in a sink which inherits EventSink on...more >>

EIF on Windows 98?
Posted by Chris at 4/22/2004 1:06:04 PM
I'm currenlty evaluating instrumentation strategies for a medium to large number of smart clients. Some of the users are windows 98 (up to XP). Even though the download of the EIF clearly states that Win2k is a minimum requirement, I am unclear if this is a requirement for the developer's side or ...more >>

Open Table Window is read-only under SQL Query Analyzer
Posted by Happy Programmer at 4/21/2004 11:51:03 PM
I have installed SQL Server 2000 with option "Client Tools Only I try to edit data using SQL Query Analyzer with Trusted Connection. I click on 'Open' of right-click on table objects. A "Open Table Window" is opened as read-only!!! "Add" and "Delete" are grey out!! I can't edit data. I am try...more >>

EIF Publisher and EventPublishLogLevel 5?
Posted by hpinsley NO[at]SPAM kayescholer.com at 4/20/2004 11:10:36 AM
I am EIF publisher of the Logging Block in conjunction with the Exception Managment block. It seems that when I call ExceptionManager.Publish, the EIF logs and ErrorMessageEvent and sets the EventPublishLogLevel at 5 (debug)? Shouldn't it be set to level Error. As it stands now, if I publish ...more >>

How can I make EIF not slow down my request time?
Posted by Cedric B at 4/20/2004 3:37:23 AM
The concept of EIF is a great concept, and its ease of use is outstanding. However, I am concerned about its performance. Maybe I am doing someting very wrong, hopefully someone can help me out. I have an Nunit Test Class, a Business Facade Assembly, a Business Entities assembly, and a DAL as...more >>

EIF - Trace Log Security
Posted by CL at 4/16/2004 12:46:06 PM
Security Question Trace Log option is actually doing a file IO by writing to the log file. So, if I enable tracing for a ASP.NET application, essentially, an ASP.NET application is doing a file IO. How do I secure what folders that EIF trace program can write to? I noticed that a windows trace s...more >>

EIF - Any Event Notification Available when EnterpriseInstrumentation.Config file changes?
Posted by Bill Davidson at 4/14/2004 5:19:01 PM
All: Is there any public file-change event that EIF makes available to notify event subscribers when the configuration file contents (e.g. EnterpriseInstrumentation.Config) has changed? I realize that internally EIF listens for configuration file changes and updates its configuration accordi...more >>

How to access the current EventSource through Remoting
Posted by stigdefeyter NO[at]SPAM hotmail.com at 4/7/2004 5:36:51 AM
Hi there, I'm currently using the EIF to trace messages in our remoting-enabled application. I implemented the RequestTrace-class to log context specific information (like ComPlusInfo). Now, I want to be able to use the "IsEnabledForType" method in my remote server application, but I don't kn...more >>

strong name signing for web apps
Posted by Steve Richardson at 4/6/2004 8:21:03 AM
I'm trying to write a web app that must access data on another PC across the network. When I try to access the folder it always fails I think this is due to the fact that my web app is not set as fulltrust. To change this I think I have to compile it with a strong name Firstly, am I correct in assu...more >>

EIF - The preffered event sink in a distributed environment
Posted by Alf Tore Haaland at 4/2/2004 1:56:26 AM
Hi, I have a distributed application that spans over 2 computers. On a third computer there will be a management application that monitors the application. I would like to use EIF for some of the instrumentation issues, but I am not sure whats the best way to transfer the events to the manage...more >>

Help with store page
Posted by Daniel L. McGrew at 4/1/2004 10:14:56 AM
Hello, I'm looking for ways to write code for a product page... There are five objects on the page, priced $65, $55, $45, $35, & $25.... there is an "add to cart" button under each item... The code needs to total the items in a textbox labeled txtQuantity.Text The p...more >>

TraceLogReader.ReadLogFile
Posted by DarrenB at 4/1/2004 3:41:08 AM
After calling the TraceLogReader.ReadLogFile method an "EventReadCallback(EventContainer container)" method is called for each event. In this method i do the following EventEntrySerializer serializer = new EventEntrySerializer() container.Evaluate(serializer) entry = serializer.GetEve...more >>


DevelopmentNow Blog