Click here to Skip to main content
15,918,108 members
Home / Discussions / C#
   

C#

 
AnswerRe: Scan process memory searching for instances of a given type. Pin
Ed.Poore26-Jul-06 4:44
Ed.Poore26-Jul-06 4:44 
GeneralRe: Scan process memory searching for instances of a given type. Pin
kASTRATOR26-Jul-06 22:06
kASTRATOR26-Jul-06 22:06 
GeneralRe: Scan process memory searching for instances of a given type. [modified] Pin
Ed.Poore26-Jul-06 22:51
Ed.Poore26-Jul-06 22:51 
GeneralRe: Scan process memory searching for instances of a given type. Pin
kASTRATOR26-Jul-06 23:37
kASTRATOR26-Jul-06 23:37 
GeneralRe: Scan process memory searching for instances of a given type. Pin
Ed.Poore26-Jul-06 23:49
Ed.Poore26-Jul-06 23:49 
GeneralRe: Scan process memory searching for instances of a given type. Pin
kASTRATOR27-Jul-06 0:43
kASTRATOR27-Jul-06 0:43 
GeneralRe: Scan process memory searching for instances of a given type. Pin
Ed.Poore27-Jul-06 0:48
Ed.Poore27-Jul-06 0:48 
QuestionEnterprise Library 2.0 Database Listener Pin
osamahmirza26-Jul-06 3:21
osamahmirza26-Jul-06 3:21 
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 within CodeDom tag:


type="Microsoft.CSharp.CSharpCodeProvider,
System, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"
compilerOptions="/d:TRACE" />


----------------
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?
Questionbackups! [modified] Pin
Jaymahinda26-Jul-06 3:17
Jaymahinda26-Jul-06 3:17 
AnswerRe: backups! Pin
Ed.Poore26-Jul-06 4:45
Ed.Poore26-Jul-06 4:45 
Questionabstract class & interface Pin
lavate malllik26-Jul-06 1:51
lavate malllik26-Jul-06 1:51 
AnswerRe: abstract class & interface Pin
leppie26-Jul-06 1:54
leppie26-Jul-06 1:54 
AnswerRe: abstract class & interface Pin
stancrm26-Jul-06 1:54
stancrm26-Jul-06 1:54 
AnswerRe: abstract class & interface Pin
J4amieC26-Jul-06 2:47
J4amieC26-Jul-06 2:47 
QuestionWhen use static method and when use non static method ? Pin
CooperWu26-Jul-06 1:47
CooperWu26-Jul-06 1:47 
AnswerRe: When use static method and when use non static method ? Pin
Christian Graus26-Jul-06 2:07
protectorChristian Graus26-Jul-06 2:07 
GeneralRe: When use static method and when use non static method ? Pin
CooperWu26-Jul-06 2:30
CooperWu26-Jul-06 2:30 
AnswerRe: When use static method and when use non static method ? Pin
MatthysDT26-Jul-06 2:15
MatthysDT26-Jul-06 2:15 
GeneralRe: When use static method and when use non static method ? [modified] Pin
CooperWu26-Jul-06 2:58
CooperWu26-Jul-06 2:58 
AnswerRe: When use static method and when use non static method ? Pin
MartyExodus26-Jul-06 5:04
MartyExodus26-Jul-06 5:04 
GeneralRe: When use static method and when use non static method ? Pin
CooperWu26-Jul-06 19:31
CooperWu26-Jul-06 19:31 
AnswerRe: When use static method and when use non static method ? Pin
A.A.26-Jul-06 5:30
A.A.26-Jul-06 5:30 
GeneralRe: When use static method and when use non static method ? Pin
CooperWu26-Jul-06 19:36
CooperWu26-Jul-06 19:36 
QuestionDirectory.Exists fails on UNC names Pin
paas26-Jul-06 1:24
paas26-Jul-06 1:24 
AnswerRe: Directory.Exists fails on UNC names Pin
paas26-Jul-06 3:14
paas26-Jul-06 3:14 

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.