.NETGURU
microsoft.public.vsnet.enterprise.tools
Up to: Discussion Lists

  • RSS Syndication
  • Post a new message to this list...
    Latest Discussions Archive
    Enterprise Instrumentation - Installation operation failed. (6 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I'm getting error 1603 when trying to install the EIF on a Windows 2000 machine. From reading previous posts I've already tried rebuilding the performance counters using pcrwizard.exe, without success. Can anyone help please? Below is an extract from the end of the EnterpriseInstrumentationMSI.log file which I generated using the command EnterpriseInstrumentation.exe /c:"msiexec.exe /q /l*v %temp%...
    EIF and Logging Application Block (4 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    We have taken the Logging application block schema project's classes and added them to our schema project and changed their namespace to ours, also. We are getting the following error in the event viewer: System.NotSupportedException: Cannot raise events that contain field types which do not have the 'InstrumentationType' attribute. Ensure that System.Guid or one of its base classes has the Instru...
    EIF Request Tracing and multiple threads (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I have a service timer, and one or more worker timers running in a service. The worker timers get created when the service timer elapses, and executes code to build and initialize the worker timer. When worker timers are created, they are initialized with an appropriate event handler and they are started. There is a point in the when the service timer, and a worker timer could execute the same met...
    Help me out (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    (Type your message here) Hi guys, Can anybody help me in solving my problem.How can we see the time taken by our application during on load of the application i.e the time taken by the home page.Please if anybody can help me out in this i would be really very thankful. From: mayank garg Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id Yvj9G95lO06unKTYoJEFHg /Id
    Need help for making a web based ASP.NET Chat Application (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    (Type your message here) I Wanna know how to send messages to different clients like chat clients through an ASP.NET Web Application running on a computer Actually i wanna make a web based chat application. Kindly help me From: soft Pioneer Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id 2sbOs 7Sl0OaCeV2 yzD5g /Id
    No autocompletion in the Command Window (3 replies)
    microsoft.public.vsnet.enterprise.tools
    Hi everyone, I have moved to a new installation of Visual Studio 2003 (using C#), and I no longer have the autocompletion feature inside the command window. I have been all through the options dialog and cannot seem to change this. Any, and all help would be appreciated. Thanks, JRB
    Looking for legacy tools (masm 5.1, etc) (2 replies)
    microsoft.public.vsnet.enterprise.tools
    Hey all, I hope someone out there can help or point me in the right direction. I'm doing some system BIOS development and the project I'm using requires the following tools: masm v51.0A link v5.01.20 ml.exe v6.11 nmake v1.20 I have NO control over this and must use these tools to get the project to build but I can't seem to find them anywhere. Does anyone know where or how I can acquire them? Than...
    Adding an existing folder to a project (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, I am new to Visual Studio .NET. Here is the situation, I have a project (that is part of a solution). I just discovered that there was one folder, that was previously part of the project that had been deleted. I have located that folder and now wish to add that back in the project. I tried copying the folder into the appropriate location within the project, but when I start Visual Studio, the ...
    EIF - NUnit (5 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Dear, Is it possible to use EIF from within NUnit, i.e. output the logging information in the NUnit console ? Regards, Bart www.xenopz.com
    EIF and the new Enterprise Library App Blocks (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    The Enterprise Library Logging and Instrumentation Application Block, version 1.0 (http://www.microsoft.com/resources/practices/comingsoon.mspx), that is due out next year seems to overlap with or replace EIF. Can anyone from MS confirm if EIF is being deprecated for the new Enterprise Library?
    eventFormatterSettings in web.config file (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    We are trying to use the Logging Application block for our web application. We tried Windows version of LAB and worked fine for SQL sink(flexible) but when we try for our web application, it is erroring out as "configuration error" in the web.config as we are placing the eventFormatterSettings element right after the configSections element but right before the system.web element. Any suggestions? ...
    custom log app block events without GAC (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    With Logging Application Block, is it possible to use custom events or event sinks without registering them in the GAC?
    EIF installation error 1603 (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I've being trying to install the EIF on a Windows 2000 machine and keep getting the above error. Looking at previous postings it seems like corrupt performance counters are often the problem, but the manual rebuild of these looks lengthy, especially as SQL Server is also installed on the machine. I see microsoft has a utility that rebuilds these counters, can anyone tell me where I can get hold of...
    Use Logging App Block to c (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, I have successfully logged events from my application to the Windows Event Log using Logging Application Block. But now instead of logging the events from my app to one of the three logs that already existed in the Windows Events Logs (Application, Security, System), I'd like to log the events from my application to a log that's specific to my application. Does anyone know how this can be done...
    Backup of eif.config (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    In our environment we get the following warning message: /LM/W3SVC/71975494/ROOT/xyz 1 127395364945538688 has successfully read the configuration from PathToApp\EnterpriseInstrumentation.config but was unable to backup the configuration file to PathToApp\EnterpriseInstrumentation.config.backup. How can we disable this error message? We do not want to have automatic backups of the config files and ...
    Enterprise Services / Synchronization (5 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    ..NET is used with Enterprise Services to provide Object Pooling, Queued Components, Object Pooling, Transactions, and Synchronization. My question pertains to the relationship between Transactions, Synchronization, and Scalability. My understanding is that Enterprise Services should be used when developing an Enterprise Application. We have many components that need to participate in the same tra...
    Error when using EIF in COM (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hello All, i am getting the following error when i use the EIF DLL (by creating the TLB file and all the necessary steps needed) in a VB6.0 application This is a sample testing that i am doing as my main task is to implement the EIF in a COM application Someone PLEASE HELP ME The error message is pasted below System.InvalidOperationException: Cannot raise events that contain field types which do n...
    EIF Event Log Problems (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi I'm having real problems installing my logging components for use by a web service. I have installed them fine in other environments, but am having problems with 2 particular, load balanced servers. I have installed the EIF, used installutil to register my Logging assemblies and even put them in the GAC. I made sure I was in the Administrators group prior to doing this but I get the following e...
    EIF: Custom Event problem (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    How are EIF (custom) events uninstalled from their corresponding WMI namespace? I tried installutil /u on the schema dll but the events remain visible in my CIM studio... Regarding custom events I read somewhere 'the event classes have to be all inside one assembly. This limitation was imposed by WMI.NET (which EIF leverages).' This is indeed clear in the custom event sample. But can you have 2 sc...
    Losing old log messages when file size changes (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Is it possible to change the session max file size without losing old messages? From: nyc student Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id TZmaVL5irkOdxykF1yGuIQ /Id
    EIF Logging to a new trace file everyday (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    All: My application logs messages to windows trace file. It is writing to the file TraceLog.Log and the trace session settings are default. Everything is working fine but I would like to write to a new file everyday instead of writing to the same TraceLog.Log. Currently it is taking the backup of the file TraceLog.Log but I have no idea when and how it is taking the backup. Any one please help Tha...
    COM support for EIF (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hello, Can somebody tell me if EIF can be used in a COM application? Pooja Renukdas Deloitte Consulting,
    ErrorMessageEvent.Raise is not trapped unless applicationLogLevel=debug (4 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I am using the Logging application block. I installed it fine and for the most part, it pretty much works. I am using the Logging block just so that I dont have to write my own SQL Sink. Using the "BasicSqlSinkSample" that provided, I added the modified the BasicSqlSinkSample.cs as follows: AdminMessageEvent adminMessageEvent new AdminMessageEvent(); adminMessageEvent.Message "Admin Message Event ...
    WinDiff.exe command line (6 replies)
    microsoft.public.vsnet.enterprise.tools
    How can I envoke WinDiff.exe from the command line to compare 2 folders recursively (i.e. with "Include subdirectories" checked)?
    EIF tracelog files stop tracing when 10,240kb (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Please help. When tracing my traces stop working when the log gets to 10mb. If I reboot it renames the previous log and starts using a clean log until it hits 10bm again in which case loggin again ceases. I have tried fiddling with the default parameters in the tracesession.config file but with no success. How do I specify that the log file uses an 'unlimited' file size for each day (considering t...
    Enterprise Instrumentation (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, I'm looking from some example of implimenting tracing via EIF across the tiers of an application. I've implimented tracing on a single component, but it's not clear to me (in the MS documentation) how I need to impliment my trace events across the components/tiers so I can correlate all of the trace requests for a given user request in the trace logs. I've also seen some posts that indicate th...
    EIF and Web Services (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Is there a sample or walkthrough for integrating EIF with an ASP.NET web service? Thanks Sanjay
    EIF Event Log Problems (4 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi I'm having real problems installing my logging components for use by a web service. I have installed them fine in other environments, but am having problems with 2 particular, load balanced servers. I have installed the EIF, used installutil to register my Logging assemblies and even put them in the GAC. I made sure I was in the Administrators group prior to doing this but I get the following e...
    EIF: Instrumented App deployment problem (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi. I have an instrumneted windows service application for which I have a deployment package (msi). I'm trying to modify the setup so the EnterpriseIntrumentation.config file get created automatically. I've read the documentation and added the following empty class to my service project: [RunInstaller(true)] public class InstrumentedAppInstaller : Microsoft.EnterpriseInstrumentation.ProjectInstall...
    EIF Install: Permission denied (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I'm getting the following error message on a reinstall of EIF: The .NET Framework of version v1.0 (with SP2) or v1.1 is required. Please install an appropriate .NET Framework and try setup again. Executing command: IsDotNetInstalled Key:SOFTWARE\Microsoft\.NETFramework\policy\v1.0 Result:2 Key:SOFTWARE\Microsoft\.NETFramework\policy\v1.1 Result:0 Exception: Permission denied [08/18/04,14:17:37] St...
    EIF corrupting event log files on unexpected machine failure? (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Our issue is thus: We have a couple of custom event logs that we write to using the EIF. This works well, but recently we have had a couple of unexpected power outages. When the machines (Win2K3) on which the software is installed come back up, the CPU is stuck at 100% caused by services.exe misbehaving. Having dug around, I found that this was due to the event log playing up. Further investigatio...
    EIF and web service (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Is there an example/walkthrough for integrating EIF with a web service?
    How to remove a solution? (8 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Can anyone tell me how to remove a solution from within Visual Studio .NET?
    Visio EA and Visio 2003 conversion issue (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I have a bunch'a drawings done in the Office 2003 version of Visio. I now have (only) visio for EA (ie. the visual studio version). Visio EA now refuses to load the Office 2003 drawings saying they are from an "unknown or newer version of visio". HELP how do I convert these drawings? thanks. dlr
    I implemanted Custom Event Schema, Custom Event Sink and I have a problem (4 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    ## Event Schema namespace MiMiC.EnterpriseInstrumentation.Schema { /// summary /// Summary description for MiMiCEvent. /// /summary public class MiMiCEvent : BaseEvent { public MiMiCEvent() {} public DateTime m timeLOG; public string m strEventSourceName; public string m strScheduleType; public long m lScheduleID; public long m lScenarioID; public long m lTargetID; public string m strLOG; public o...
    EIF Installation Error 1722 (7 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hello All, I am trying to install EIF on a Windows 2000 Server machine. .NET Framework 1.0 and 1.1 are installed in this machine. 1.1 is the active version. I get the following error when I try to execute the EIF setup. Error Message in EventLog: Product: Enterprise Instrumentation Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish...
    Using EIF with Biztalk 2004 (4 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, I am trying to use EIF with Biztalk and have the following questions. Your help would be appreciated :) 1. Are there any samples showing the usage of EIF from Biztalk 2004? 2. How do I generate the Config file? What do I run the installutil on? Or can I use a pre generated config file with this? Thanks and regards, Vinil
    Some general questions on EIF wrt EventViewer (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, When I raise an Event in EIF, how do I 1. Have my own tree in EventViewer (say a branch parallel to Application, Security, System etc.)? Is that a parameter to the Raise method? 2. change the source to read "MyAppName" instead of "Application (RequestTracing)" ? 3. change the content and the format of the Description field to read something meaningful for my application's context? I assume one...
    EIF Event Source Error (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Does anyone know why the following error could happen? System.SystemException: The Event Source of name 'Jxchange.ThirdParty' and instance id '72acd558 56d1 401a a70f 11bbd8d08fc3' could not load its configuration. Thanks, James
    regarding EIF deployment (4 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hello All, I am coming across a few mails in the newsgroup about the deployment related issues with EIF. One of the suggestions was to run the "installutil.exe" utility against the assembly that has the setup classes(those that extend from ProjectInstaller class) that we deploy. I would like to know if this step does anything other that generating the EnterpriseIntegration.config file. The reason ...
    EIF Configuration File (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, I have the following questions regarding EIF. Any inputs would be appreciated. 1. Is the configuration file run time modifiable? Would any changes made to the config file at run time be picked up? 2. Is there an editor available for editing the config file? We would prefer our users not messing up the config file after deployment. 3. Continuing Q.2:, if indeed the user messes up the config fil...
    EIF Trace Log with distributed application (4 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Dear Group I am using the EIF to write to the trace log. My application is distrubuted over several servers. I am only interested in using the standard built in Trace Event Sink. How do I configure all my servers to write to the Trace Log on only one machine? Is this possible, or do I need a seperate application that will collect the info from the seperate machines? Cheers Samuel
    Business Intelligence Project type missing (5 replies)
    microsoft.public.vsnet.enterprise.tools
    Using VS.Net 2003, I don't have the Business Intelligence Project type. I have installed Reporting Services today and would like to start creating some projects with it. When installing reporting services, I didn't install the server software on the same machine as VS.Net. I don't need to do that do I? Thanks in advance, Mark
    EIF LogFileSink (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, I just read a post on this newsgroup discussing a LogFileSink on the Microsoft Site. It mentioned an attachment that I was not able to download (Mike Hayton [MS]). The posting is no longer available on my newsreader. Can you , Mike Hayon[MS] repost this attachment please? It would be highly appreciated. (I'am about to write my own.) Greetings, Rudi van den Belt
    Installing Logging Appl Blk (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    Hi, I have installed and uninstalled EMAB and the Logging Appl Blk several times now to try to get it to build correctly to run the EIFPublisherSample example. The instructions in the documentation for the Logging Appl Blk seems to leave out many steps if you are attempting to build the EMABLogging.sln. And it appears that I am doing something incorrectly because when I finally get to the point th...
    EIF Install problem (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    (Type your message here) From: my Seven I'm trying to install EIF on WindowsXP box. Keep getting the following error: Product: Enterprise Instrumentation Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action InstallutilInstrDll10, location: C:\WINDOWS\Installer\MSIE...
    This database version is not supported for designing database diag (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    After installing Visual Studio .NET 2003 I lost ability to design tables and create views using Visual Studio.NET. I kept 2002 version, and I get the same error message. Is it a bug or by design. I can't find any helpfull info anywhere. The help file has this error description: Visual Database Tools This database version is not supported for designing database diagrams or tables.The database to wh...
    EIF Installation error - 1722 (3 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I'm trying to install "EnterpriseInstrumentation.exe" but getting an error. Tried to post this question to this board on another site twice now yesterday and a few mintues ago but it didn't show up. So apologize in advance if multiple show up. The error I'm getting is below. Thanks! "Product: Enterprise Instrumentation Error 1722. There is a problem with this Windows Installer package. A program r...
    Discovering SQL Server instances in Server Explorer (2 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    I am a deveoper using Visual Studio and an MSDE database located on a network server. My user account is not a member of 'Administrators' or 'Domain Admins', but is a member of 'Debugger Users' and 'VS Developers'. When I use the Server Explorer in Visual Studio and expand 'SQL Servers' on the Server that hosts the MSDE database I get an error message that states: Could not automatically discover ...
    Using the EIF Publisher for EMAB - Please Help (5 replies, VIP)
    microsoft.public.vsnet.enterprise.tools
    From the Logging Block documentation it seems that it would be quite simple to use the EIF Publisher for an application that already employs the EMAB. The problems seems to be that although I have made the necessary additions to the web.config file for the publisher I get an Application Event Log error that the custom publisher could not be found. The EIF Publisher sample works correctly on my ser...
    Visit the archive for messages from this site.
  • February 2002 (3 items)
  • March 2002 (3 items)
  • April 2002 (6 items)
  • May 2002 (3 items)
  • June 2002 (1 item)
  • July 2002 (3 items)
  • October 2002 (3 items)
  • January 2003 (7 items)
  • February 2003 (3 items)
  • March 2003 (1 item)
  • July 2003 (15 items)
  • January 2004 (92 items)
  • February 2004 (43 items)
  • March 2004 (18 items)
  • April 2004 (31 items)
  • May 2004 (14 items)
  • June 2004 (14 items)
  • July 2004 (9 items)
  • August 2004 (50 items)
  • September 2004 (16 items)
    Ad


    Need Dot Net Interview Questions?
    Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
    .Net Projects
    Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
    Free .net Help
    Commission ExamGuru, Inc. and his team for your next bespoke software project
    FogBUGZ
    The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
    Awesome Tools
    If you don't know about these, you're missing out... IT Certification Questions
    IT Interview Questions
    Free Oracle 10g Training
    MCSE Boortcamp
    Cisco Study Guides
    Cheap Study Guides
    Exact Questions
    Dot Net Interview Questions
    Oracle OCP
    Cheap Travel
    Designer Perfumes - Wholesale Prices
    Free Programming Tutorials
     
    ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
     Copyright © ExamGuru, Inc. 2001-2006
    Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification