Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
QuestionAccessing Visual Source Safe or VSS using C# Pin
Sriramv8217-Aug-06 1:53
Sriramv8217-Aug-06 1:53 
AnswerRe: Accessing Visual Source Safe or VSS using C# Pin
lmoelleb17-Aug-06 2:14
lmoelleb17-Aug-06 2:14 
AnswerRe: Accessing Visual Source Safe or VSS using C# Pin
Kevin McFarlane17-Aug-06 4:55
Kevin McFarlane17-Aug-06 4:55 
GeneralRe: Accessing Visual Source Safe or VSS using C# Pin
Sriramv8217-Aug-06 20:19
Sriramv8217-Aug-06 20:19 
GeneralRe: Accessing Visual Source Safe or VSS using C# Pin
Kevin McFarlane18-Aug-06 0:10
Kevin McFarlane18-Aug-06 0:10 
GeneralRe: Accessing Visual Source Safe or VSS using C# Pin
Sriramv8218-Aug-06 1:08
Sriramv8218-Aug-06 1:08 
GeneralRe: Accessing Visual Source Safe or VSS using C# Pin
KPmylsamy20-Jan-09 20:12
KPmylsamy20-Jan-09 20:12 
QuestionChange inheritance relationship dynamically using reflection Pin
Kevin McFarlane17-Aug-06 1:36
Kevin McFarlane17-Aug-06 1:36 
I have some code which looks like this:

// This class should be the only class that needs changing between Enforma & Enforma-NX
public class EnformaCubeUser : EnformaUser
// public class EnformaCubeUser : EnformaPassport
{
    EnformaCubeUser(System.Security.Principal.IPrincipal User)
    {
        base.New(User.Identity.Name);
        //base.New(User.Identity);
    }
}

Given that I know whether I am enforma or enforma-nx, as described in the initial comment, is there a way of changing the inheritance relationship of the EnformaCubeUser class according to the commented out lines using some devious reflection technique? (I am not permitted to modify the EnformaUser and EnformaPassport classes.)

Kevin

AnswerRe: Change inheritance relationship dynamically using reflection Pin
Kevin McFarlane17-Aug-06 2:40
Kevin McFarlane17-Aug-06 2:40 
QuestionCan a datagrid row be scrollable Pin
Uma Kameswari17-Aug-06 1:21
Uma Kameswari17-Aug-06 1:21 
Questionsending email and Sms Pin
minkinin17-Aug-06 1:15
minkinin17-Aug-06 1:15 
AnswerRe: sending email and Sms Pin
Nader Elshehabi17-Aug-06 1:30
Nader Elshehabi17-Aug-06 1:30 
GeneralRe: sending email and Sms Pin
eggsovereasy17-Aug-06 3:55
eggsovereasy17-Aug-06 3:55 
QuestionWindow service and desktop application communication? Pin
sinanju17-Aug-06 1:07
sinanju17-Aug-06 1:07 
QuestionIncreasing Performance Pin
kkadir17-Aug-06 0:58
kkadir17-Aug-06 0:58 
AnswerRe: Increasing Performance Pin
Christian Graus17-Aug-06 1:01
protectorChristian Graus17-Aug-06 1:01 
GeneralRe: Increasing Performance Pin
kkadir17-Aug-06 1:20
kkadir17-Aug-06 1:20 
GeneralRe: Increasing Performance Pin
Cris ( Chintan Patel )17-Aug-06 2:15
Cris ( Chintan Patel )17-Aug-06 2:15 
GeneralRe: Increasing Performance [modified] Pin
kkadir17-Aug-06 3:52
kkadir17-Aug-06 3:52 
QuestionDeploying .NET framework [modified] Pin
hamidreza_buddy17-Aug-06 0:55
hamidreza_buddy17-Aug-06 0:55 
AnswerRe: Deploying .NET framework [modified] Pin
Nader Elshehabi17-Aug-06 1:11
Nader Elshehabi17-Aug-06 1:11 
QuestionRe: Deploying .NET framework Pin
hamidreza_buddy17-Aug-06 1:46
hamidreza_buddy17-Aug-06 1:46 
AnswerRe: Deploying .NET framework Pin
Ed.Poore17-Aug-06 1:54
Ed.Poore17-Aug-06 1:54 
AnswerRe: Deploying .NET framework Pin
Nader Elshehabi17-Aug-06 5:49
Nader Elshehabi17-Aug-06 5:49 
QuestionSocket programming help Pin
tobym17-Aug-06 0:48
tobym17-Aug-06 0:48 

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.