Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to maintain log files in my project by using enterprise manager library in asp.net with c# coding.
so could you please tell me the process for that.
Posted
Comments
Kornfeld Eliyahu Peter 5-Jan-14 3:16am    
Are you talking about this: http://msdn.microsoft.com/en-us/library/ff648951.aspx?
Than you should read here: http://msdn.microsoft.com/en-us/library/ff664569(v=pandp.50).aspx...

1 solution

 
Share this answer
 
Comments
DGKumar 5-Jan-14 5:42am    
Hi thank you for your valuable reply.

I have done that process

but while run my application this will display in trace format



like this :


Locating source for 'e:\Builds\EntLib\Latest\Source\Blocks\Logging\Src\Logging\Formatters\TextFormatter.cs'. Checksum: MD5 {b c7 33 5 3f d7 64 29 c5 90 3d a4 14 8a 55 f0}
The file 'e:\Builds\EntLib\Latest\Source\Blocks\Logging\Src\Logging\Formatters\TextFormatter.cs' does not exist.
Looking in script documents for 'e:\Builds\EntLib\Latest\Source\Blocks\Logging\Src\Logging\Formatters\TextFormatter.cs'...
Looking in the projects for 'e:\Builds\EntLib\Latest\Source\Blocks\Logging\Src\Logging\Formatters\TextFormatter.cs'.
The file was not found in a project.
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\crt\src\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\crt\src\vccorlib\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\src\mfc\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\src\atl\'...
Looking in directory 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include'...
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: e:\Builds\EntLib\Latest\Source\Blocks\Logging\Src\Logging\Formatters\TextFormatter.cs.
The debugger could not locate the source file 'e:\Builds\EntLib\Latest\Source\Blocks\Logging\Src\Logging\Formatters\TextFormatter.cs'.

I want to display data in text formate so please help me.
JoCodes 5-Jan-14 7:26am    
Can you explain whats text format you need?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900