Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: Please i want help in crystal report with c# Pin
MYOSRI21-Jul-07 11:15
MYOSRI21-Jul-07 11:15 
QuestionDataTable with rows and trying to move next and previous Pin
Marcel Vreuls (www.agentbase.nl)21-Jul-07 9:38
Marcel Vreuls (www.agentbase.nl)21-Jul-07 9:38 
AnswerRe: DataTable with rows and trying to move next and previous Pin
Amjath Rahman22-Jul-07 15:53
Amjath Rahman22-Jul-07 15:53 
GeneralRe: DataTable with rows and trying to move next and previous Pin
Marcel Vreuls (www.agentbase.nl)23-Jul-07 10:59
Marcel Vreuls (www.agentbase.nl)23-Jul-07 10:59 
Questionc# - derived classes Pin
jon-8021-Jul-07 7:36
professionaljon-8021-Jul-07 7:36 
AnswerRe: c# - derived classes Pin
Luc Pattyn21-Jul-07 7:47
sitebuilderLuc Pattyn21-Jul-07 7:47 
GeneralRe: c# - derived classes Pin
jon-8021-Jul-07 8:14
professionaljon-8021-Jul-07 8:14 
AnswerRe: c# - derived classes Pin
mav.northwind21-Jul-07 7:47
mav.northwind21-Jul-07 7:47 
AnswerRe: c# - derived classes Pin
pbraun21-Jul-07 18:56
pbraun21-Jul-07 18:56 
GeneralRe: c# - derived classes Pin
jon-8021-Jul-07 7:48
professionaljon-8021-Jul-07 7:48 
GeneralRe: c# - derived classes Pin
mav.northwind21-Jul-07 10:32
mav.northwind21-Jul-07 10:32 
QuestionProblem with the browser control Pin
Raymond_P*21-Jul-07 6:52
Raymond_P*21-Jul-07 6:52 
QuestionLocalization Pin
Goje Melegnaw21-Jul-07 6:06
Goje Melegnaw21-Jul-07 6:06 
AnswerRe: Localization Pin
Paul Conrad21-Jul-07 6:26
professionalPaul Conrad21-Jul-07 6:26 
AnswerRe: Localization Pin
DavidNohejl21-Jul-07 9:53
DavidNohejl21-Jul-07 9:53 
QuestionThread, WaitSleepJoin Pin
Johan Martensson21-Jul-07 5:59
Johan Martensson21-Jul-07 5:59 
AnswerRe: Thread, WaitSleepJoin Pin
Luc Pattyn21-Jul-07 6:22
sitebuilderLuc Pattyn21-Jul-07 6:22 
GeneralRe: Thread, WaitSleepJoin Pin
Johan Martensson21-Jul-07 6:54
Johan Martensson21-Jul-07 6:54 
GeneralRe: Thread, WaitSleepJoin Pin
Luc Pattyn21-Jul-07 7:13
sitebuilderLuc Pattyn21-Jul-07 7:13 
GeneralRe: Thread, WaitSleepJoin Pin
Luc Pattyn21-Jul-07 7:28
sitebuilderLuc Pattyn21-Jul-07 7:28 
GeneralRe: Thread, WaitSleepJoin Pin
Johan Martensson21-Jul-07 7:49
Johan Martensson21-Jul-07 7:49 
GeneralRe: Thread, WaitSleepJoin Pin
Luc Pattyn21-Jul-07 8:18
sitebuilderLuc Pattyn21-Jul-07 8:18 
GeneralRe: Thread, WaitSleepJoin Pin
Johan Martensson21-Jul-07 9:18
Johan Martensson21-Jul-07 9:18 
I'm not sure if the servers are capable of several request but I have tried different servers and the result is the same.

FileShare is no problem as I create four different files and will piece them together in the end.

As for the logging, I'm not sure what your after but this is what I came up with as a start:

<br />
13:02.421 [000A] Starting download-thread<br />
13:02.437 [000C] Start test<br />
13:02.437 [000A] Starting download-thread<br />
13:02.468 [000C] End test<br />
The thread 0xfa0 has exited with code 0 (0x0).<br />
13:02.531 [000D] Start test<br />
13:02.562 [000A] Starting download-thread<br />
13:02.562 [000D] End test<br />
The thread 0x3b8 has exited with code 0 (0x0).<br />
13:02.578 [0010] Start test<br />
13:02.593 [000A] Starting download-thread<br />
13:02.609 [0010] End test<br />
The thread 0x1454 has exited with code 0 (0x0).<br />
13:02.609 [0011] Start test<br />
13:02.625 [0011] End test<br />
The thread 0x87c has exited with code 0 (0x0).<br />
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll<br />
The thread 0x1318 has exited with code 0 (0x0).<br />
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll<br />
The thread '<No Name>' (0x17b8) has exited with code 0 (0x0).<br />
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll<br />
The thread 0x150c has exited with code 0 (0x0).<br />
The program '[1220] DownloadManager.vshost.exe: Managed' has exited with code 0 (0x0).

GeneralRe: Thread, WaitSleepJoin Pin
Luc Pattyn21-Jul-07 9:54
sitebuilderLuc Pattyn21-Jul-07 9:54 
GeneralRe: Thread, WaitSleepJoin Pin
Johan Martensson21-Jul-07 10:39
Johan Martensson21-Jul-07 10:39 

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.