Click here to Skip to main content
15,900,438 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Paul Conrad28-Nov-06 12:44
professionalPaul Conrad28-Nov-06 12:44 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Colin Angus Mackay28-Nov-06 23:30
Colin Angus Mackay28-Nov-06 23:30 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Pete O'Hanlon29-Nov-06 2:04
mvePete O'Hanlon29-Nov-06 2:04 
GeneralRe: Split .NET exe into smaller dll's for easier download Pin
Paul Conrad28-Nov-06 12:43
professionalPaul Conrad28-Nov-06 12:43 
QuestionReflection Pin
hosseinfani6228-Nov-06 2:25
hosseinfani6228-Nov-06 2:25 
AnswerRe: Reflection Pin
Pete O'Hanlon28-Nov-06 4:58
mvePete O'Hanlon28-Nov-06 4:58 
GeneralRe: Reflection Pin
hosseinfani621-Dec-06 22:28
hosseinfani621-Dec-06 22:28 
QuestionSWC ServiceConfig Bug? Pin
Phil Harding28-Nov-06 0:35
Phil Harding28-Nov-06 0:35 
I'm developing a serviced component in C#, this component is configured as transaction disabled, each method will either be transactional or not - transactional methods will use SWC ServiceConfig to create a transactional context.

The problem I've found concerns use of the Inheritance property;

If I set the property to Ignore, a new context is created which is not transactional (IsInTransaction = false) and security is not enabled in the new context (which is expected).

If I set the property to Inherit, a new context is created which again is not transactional (IsInTransaction = false) but this time security is enabled in the new context (ok, inherits this from the existing context).

If I don't set the property at all, a new context is created which is transactional (IsInTransaction = true) and security is not enabled in the new context (not sure what to expect at this point Frown | :( .

The documentation states that this property is defaults to "Inherit", from my experience this doesn't seem to be bourne out - is it a bug Confused | :confused:

Environment: XP Pro SP2, VS.NET 2003 SP1, .NET v1.1.4322

I've trawled the internet and not found anything, anyone else come across this??

Phil Harding.
myBlog [^]  |  mySite [^]

QuestionAbandon module loading if login fails Pin
hmyhmy27-Nov-06 19:38
hmyhmy27-Nov-06 19:38 
AnswerRe: Reusable component Pin
Paul Conrad27-Nov-06 19:56
professionalPaul Conrad27-Nov-06 19:56 
Questionuser settings in clickonce app Pin
ha.dungle27-Nov-06 13:15
ha.dungle27-Nov-06 13:15 
Questionwindows servive and config file Pin
Tauseef A26-Nov-06 19:49
Tauseef A26-Nov-06 19:49 
AnswerRe: windows servive and config file Pin
Rob Graham27-Nov-06 8:52
Rob Graham27-Nov-06 8:52 
AnswerRe: windows servive and config file Pin
hrodberaht28-Nov-06 5:00
hrodberaht28-Nov-06 5:00 
QuestionPreference for C# over VB.NET Pin
Vipul Mehta26-Nov-06 17:47
Vipul Mehta26-Nov-06 17:47 
AnswerRe: Preference for C# over VB.NET Pin
Christian Graus26-Nov-06 22:13
protectorChristian Graus26-Nov-06 22:13 
GeneralRe: Preference for C# over VB.NET Pin
ednrgc27-Nov-06 3:47
ednrgc27-Nov-06 3:47 
GeneralRe: Preference for C# over VB.NET Pin
Kevin McFarlane27-Nov-06 6:13
Kevin McFarlane27-Nov-06 6:13 
GeneralRe: Preference for C# over VB.NET Pin
Paul Conrad27-Nov-06 7:41
professionalPaul Conrad27-Nov-06 7:41 
GeneralRe: Preference for C# over VB.NET Pin
Not Active27-Nov-06 7:50
mentorNot Active27-Nov-06 7:50 
AnswerRe: Preference for C# over VB.NET Pin
needhelpinnet27-Nov-06 6:46
needhelpinnet27-Nov-06 6:46 
AnswerRe: Preference for C# over VB.NET Pin
Leah_Garrett27-Nov-06 12:23
Leah_Garrett27-Nov-06 12:23 
AnswerRe: Preference for C# over VB.NET Pin
ednrgc29-Nov-06 7:01
ednrgc29-Nov-06 7:01 
QuestionGeneral Question: A Language-Independent Design by Contract Framework--what would it be worth? Pin
Philip Laureano26-Nov-06 12:01
Philip Laureano26-Nov-06 12:01 
AnswerRe: General Question: A Language-Independent Design by Contract Framework--what would it be worth? Pin
Kevin McFarlane27-Nov-06 5:21
Kevin McFarlane27-Nov-06 5:21 

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.