Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
AnswerRe: Binding Navigator problem Pin
Ed.Poore22-Aug-06 7:17
Ed.Poore22-Aug-06 7:17 
GeneralRe: Binding Navigator problem Pin
emran83422-Aug-06 14:36
emran83422-Aug-06 14:36 
GeneralRe: Binding Navigator problem Pin
Ed.Poore22-Aug-06 18:33
Ed.Poore22-Aug-06 18:33 
QuestionDifferent security issues Pin
PKKSuomi22-Aug-06 5:32
PKKSuomi22-Aug-06 5:32 
AnswerRe: Different security issues Pin
Ed.Poore22-Aug-06 7:22
Ed.Poore22-Aug-06 7:22 
GeneralRe: Different security issues Pin
PKKSuomi28-Aug-06 1:12
PKKSuomi28-Aug-06 1:12 
QuestionCABAC/CAVLC Algorithm Pin
danasegaranea22-Aug-06 5:01
danasegaranea22-Aug-06 5:01 
QuestionConversion from Enterprise Library 1.1 to 2.0 Pin
V V Gopi22-Aug-06 4:56
V V Gopi22-Aug-06 4:56 
Hi Guys !!

I am totally new to .NET, and I am involved in a conversion project. So I am not sure if this is a silly question to ask.
Anyway, I have to convert the below code from using Enterprise Library 1.1 to Enterprise Library 2.0 ( Jan 2006 release ).
The namespace "sinks" no longer exist, and so do the classes LogSink, ConfigurationView. Could anyone help me with the alternative namespace/classes to achieve the same result ?

---------------------------------------------------------------------------
using Microsoft.Practices.EnterpriseLibrary.Logging;
using Microsoft.Practices.EnterpriseLibrary.Logging.sinks;

namespace SunGard.Adaptiv.AppSupport.Logging.Sinks
{
///
/// Summary description for DebugSink.
///
public class DebugSink : LogSink
{
public DebugSink()
{
}

public override void Initialize(ConfigurationView configurationView)
{
}

protected override void ...(continued)

---------------------------------------------------------------


Rgds,
Gops
AnswerRe: Conversion from Enterprise Library 1.1 to 2.0 Pin
Dustin Metzgar22-Aug-06 5:17
Dustin Metzgar22-Aug-06 5:17 
QuestionNewbie (Http-Tunneling) in C#: Help PLZZZZ!! (post 2 prev post modify didnt succeed) [modified] Pin
gvanto22-Aug-06 4:49
gvanto22-Aug-06 4:49 
GeneralRe: Newbie (Http-Tunneling) in C#: Help PLZZZZ!! (post 2 prev post modify didnt succeed) Pin
Guffa22-Aug-06 5:43
Guffa22-Aug-06 5:43 
QuestionRe: Newbie (Http-Tunneling) in C#: Help PLZZZZ!! (post 2 prev post modify didnt succeed) Pin
gvanto22-Aug-06 21:19
gvanto22-Aug-06 21:19 
QuestionComboBox items Pin
zaboboa22-Aug-06 4:38
zaboboa22-Aug-06 4:38 
AnswerRe: ComboBox items Pin
Ed.Poore22-Aug-06 7:33
Ed.Poore22-Aug-06 7:33 
AnswerRe: ComboBox items Pin
Drew McGhie22-Aug-06 9:57
Drew McGhie22-Aug-06 9:57 
QuestionAssemblies / Use Variables [modified] Pin
ezazazel22-Aug-06 4:36
ezazazel22-Aug-06 4:36 
AnswerRe: Assemblies / Use Variables Pin
Ed.Poore22-Aug-06 7:31
Ed.Poore22-Aug-06 7:31 
GeneralRe: Assemblies / Use Variables Pin
ezazazel22-Aug-06 8:25
ezazazel22-Aug-06 8:25 
GeneralRe: Assemblies / Use Variables [modified] Pin
Martin#22-Aug-06 10:22
Martin#22-Aug-06 10:22 
GeneralRe: Assemblies / Use Variables Pin
ezazazel22-Aug-06 22:52
ezazazel22-Aug-06 22:52 
GeneralRe: Assemblies / Use Variables Pin
Martin#22-Aug-06 23:54
Martin#22-Aug-06 23:54 
QuestionBrowser automation Pin
Dave T22-Aug-06 4:26
Dave T22-Aug-06 4:26 
AnswerRe: Browser automation Pin
Ed.Poore22-Aug-06 4:29
Ed.Poore22-Aug-06 4:29 
GeneralRe: Browser automation Pin
Dave T22-Aug-06 5:40
Dave T22-Aug-06 5:40 
GeneralRe: Browser automation Pin
Ed.Poore22-Aug-06 6:08
Ed.Poore22-Aug-06 6:08 

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.