Click here to Skip to main content
16,005,236 members
Home / Discussions / C#
   

C#

 
GeneralRe: Crystal Reports Pin
Glen Harvy22-Aug-06 22:48
Glen Harvy22-Aug-06 22:48 
QuestionHow to use EnableAutoDragDrop, Text DnD Pin
Mikzi25-Jul-06 18:02
Mikzi25-Jul-06 18:02 
Questioncreating auto folder path in c#.net Pin
ybasha25-Jul-06 17:26
ybasha25-Jul-06 17:26 
AnswerRe: creating auto folder path in c#.net Pin
Christian Graus25-Jul-06 17:53
protectorChristian Graus25-Jul-06 17:53 
QuestionProblem Window forms! [modified] Pin
taybalo25-Jul-06 15:37
taybalo25-Jul-06 15:37 
AnswerRe: Problem Window forms! Pin
krieg3825-Jul-06 19:25
krieg3825-Jul-06 19:25 
AnswerRe: Problem Window forms! Pin
stancrm25-Jul-06 20:15
stancrm25-Jul-06 20:15 
QuestionEnterprise Library 2.0 Pin
guroo1325-Jul-06 15:11
guroo1325-Jul-06 15:11 
Hello,
I am developing a web app and trying to use Enterprise Library 2.0. I am using it for logging for now. I achived the logging on a flat file but when I tried to start doing the logging by using a DataBase Listener. I failed.

Here's how I am using it after including all possible references to my web app.

I configured a datasource with following attributes setup:

-Server (my server name)
-Database (my database in my server)
-Integrated Security (I used API.. something, false, true and I even tested after removing this tag aswell).
-user (my user name)
-pwd (my password)

Then I configured a Database Listner and gave the reference of my datasource.

Then I configured a Logging block by adding different categories and then I added reference to my Database listner in categories.

I also tested by adding and removing following in web.config:
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
="" type="Microsoft.CSharp.CSharpCodeProvider,
System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" compileroptions="/d:SANDBOX,DEBUG">


----------------
After doing this all when I try to log an entry after specifing the category to the entry and other required attributes. NOTHING HAPPENS in tables I generated after running the script file provided by Best Patterns and Practices team. I couldnt log any data.

Is there anybody who can help me or tell me what I am doing wrong?
AnswerRe: Enterprise Library 2.0 Pin
guroo1325-Jul-06 15:12
guroo1325-Jul-06 15:12 
QuestionWriting Xml from listView Pin
teejayem25-Jul-06 13:38
teejayem25-Jul-06 13:38 
QuestionValidating data Pin
TheJudeDude25-Jul-06 11:09
TheJudeDude25-Jul-06 11:09 
AnswerRe: Validating data Pin
Ennis Ray Lynch, Jr.25-Jul-06 11:16
Ennis Ray Lynch, Jr.25-Jul-06 11:16 
GeneralRe: Validating data Pin
TheJudeDude25-Jul-06 11:48
TheJudeDude25-Jul-06 11:48 
QuestionReading xml Pin
teejayem25-Jul-06 10:50
teejayem25-Jul-06 10:50 
AnswerAlright Pin
Ennis Ray Lynch, Jr.25-Jul-06 10:57
Ennis Ray Lynch, Jr.25-Jul-06 10:57 
GeneralRe: Alright Pin
teejayem25-Jul-06 11:05
teejayem25-Jul-06 11:05 
GeneralRe: Alright Pin
Ennis Ray Lynch, Jr.25-Jul-06 11:13
Ennis Ray Lynch, Jr.25-Jul-06 11:13 
QuestionHow to find hyperlinks in .doc files Pin
bojanm725-Jul-06 10:44
bojanm725-Jul-06 10:44 
Questionhow to make a copy of .resx file Pin
iramg25-Jul-06 9:19
iramg25-Jul-06 9:19 
AnswerHold on I am about to move your cheese Pin
Ennis Ray Lynch, Jr.25-Jul-06 10:22
Ennis Ray Lynch, Jr.25-Jul-06 10:22 
QuestionEnterprise logging library by Microsoft. Pin
Charith Jayasundara25-Jul-06 8:27
Charith Jayasundara25-Jul-06 8:27 
AnswerRe: Enterprise logging library by Microsoft. Pin
led mike25-Jul-06 9:33
led mike25-Jul-06 9:33 
QuestionHow to create a "reference" to an object? Pin
Kuang Cao25-Jul-06 8:20
Kuang Cao25-Jul-06 8:20 
AnswerRe: How to create a &quot;reference&quot; to an object? Pin
Guffa25-Jul-06 8:36
Guffa25-Jul-06 8:36 
GeneralRe: How to create a &quot;reference&quot; to an object? Pin
Kuang Cao25-Jul-06 8:39
Kuang Cao25-Jul-06 8:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.