M
Mathieu
So I try to make a small lab on EIF, I block on the level of the file
EnterpriseInstrumentation.config
I create a project, Console Application, I add two references =>
Microsoft.EnterpriseInstrumentation ,
Microsoft.EnterpriseInstrumentation.Schema.
This is the code source :
namespace HelloWorld{
class Class1{
public static EventSource es = new EventSource("EIF Component");
[STAThread]
static void Main(string[] args){
TraceMessageEvent.Raise(es,"Hello ... : "+ DateTime.Now.ToString());
}
}
}
nothing very complicated.
Then, task 3 it is required : In %LAB_ROOT%\Source\Exercices\HelloWorld
there is a file called EnterpriseInstrumentation.config.Copy the file to the
Debug folder of the HelloWorld project.
Is the difficulty I do not have a file EnterpriseInstrumentation.config just
while compiling.
Somebody could it help me ?
How can I to create this file ?
Thanks you
Mathieu
EnterpriseInstrumentation.config
I create a project, Console Application, I add two references =>
Microsoft.EnterpriseInstrumentation ,
Microsoft.EnterpriseInstrumentation.Schema.
This is the code source :
namespace HelloWorld{
class Class1{
public static EventSource es = new EventSource("EIF Component");
[STAThread]
static void Main(string[] args){
TraceMessageEvent.Raise(es,"Hello ... : "+ DateTime.Now.ToString());
}
}
}
nothing very complicated.
Then, task 3 it is required : In %LAB_ROOT%\Source\Exercices\HelloWorld
there is a file called EnterpriseInstrumentation.config.Copy the file to the
Debug folder of the HelloWorld project.
Is the difficulty I do not have a file EnterpriseInstrumentation.config just
while compiling.
Somebody could it help me ?
How can I to create this file ?
Thanks you
Mathieu