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

.NET (Core and Framework)

 
AnswerRe: XML Serialization problem [modified] Pin
TJoe1-Oct-07 3:51
TJoe1-Oct-07 3:51 
GeneralRe: XML Serialization problem Pin
cholo101-Oct-07 4:18
cholo101-Oct-07 4:18 
GeneralRe: XML Serialization problem Pin
TJoe1-Oct-07 4:22
TJoe1-Oct-07 4:22 
GeneralRe: XML Serialization problem Pin
TJoe1-Oct-07 6:00
TJoe1-Oct-07 6:00 
GeneralRe: XML Serialization problem Pin
cholo101-Oct-07 6:07
cholo101-Oct-07 6:07 
AnswerRe: XML Serialization problem [modified] Pin
TJoe1-Oct-07 12:53
TJoe1-Oct-07 12:53 
GeneralRe: XML Serialization problem Pin
cholo101-Oct-07 23:03
cholo101-Oct-07 23:03 
QuestionMsmqIntegrationBinding, poison messages and redundant calls Pin
danidanidani29-Sep-07 13:46
danidanidani29-Sep-07 13:46 
While using MsmqIntegrationBinding to read transactional queues on multiple threads, when a poison message occurs (MsmqPoisonMessageException) it will set the service instance to a faulted state. When this happens, any parallel threads' transactions are rolled back (therefore the messages go back on the queue, even though they have already started processing). Assume that the process started by each of these messages is not transactional (therefore not enlisted in the transaction and not rolled back). The obvious choice is to move the poison message to another queue and restart the service instance. When this happens it will pick up the messages that have already started processing before and will cause redundant processing. Can you see any way to avoid this?
QuestionData Structures in Framework 3.0 Pin
Blumen27-Sep-07 22:58
Blumen27-Sep-07 22:58 
AnswerRe: Data Structures in Framework 3.0 Pin
Pete O'Hanlon30-Sep-07 23:43
mvePete O'Hanlon30-Sep-07 23:43 
QuestionHow to Upgrade? Pin
spalanivel27-Sep-07 21:16
spalanivel27-Sep-07 21:16 
AnswerRe: How to Upgrade? Pin
Colin Angus Mackay27-Sep-07 21:37
Colin Angus Mackay27-Sep-07 21:37 
GeneralRe: How to Upgrade? Pin
spalanivel2-Oct-07 5:27
spalanivel2-Oct-07 5:27 
GeneralRe: How to Upgrade? Pin
Colin Angus Mackay2-Oct-07 8:52
Colin Angus Mackay2-Oct-07 8:52 
GeneralRe: How to Upgrade? Pin
Pete O'Hanlon2-Oct-07 9:57
mvePete O'Hanlon2-Oct-07 9:57 
GeneralRe: How to Upgrade? Pin
Colin Angus Mackay2-Oct-07 10:02
Colin Angus Mackay2-Oct-07 10:02 
QuestionmySQL Problem with .NET Pin
rover_boy27-Sep-07 11:48
rover_boy27-Sep-07 11:48 
GeneralRe: mySQL Problem with .NET Pin
Paul Conrad31-Dec-07 9:26
professionalPaul Conrad31-Dec-07 9:26 
QuestionVB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 8:30
Fort Mega27-Sep-07 8:30 
JokeRe: VB/C# Interface assembly reflection issue Pin
led mike27-Sep-07 8:55
led mike27-Sep-07 8:55 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 9:11
Fort Mega27-Sep-07 9:11 
GeneralRe: VB/C# Interface assembly reflection issue Pin
led mike27-Sep-07 9:37
led mike27-Sep-07 9:37 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 9:52
Fort Mega27-Sep-07 9:52 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 10:06
Fort Mega27-Sep-07 10:06 
AnswerRe: VB/C# Interface assembly reflection issue Pin
Luc Pattyn27-Sep-07 9:16
sitebuilderLuc Pattyn27-Sep-07 9:16 

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.