Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
AnswerRe: VS 2010 No method to override error Pin
BillWoodruff13-Dec-11 15:43
professionalBillWoodruff13-Dec-11 15:43 
GeneralRe: VS 2010 No method to override error Pin
Deborah Palmer McCain13-Dec-11 16:23
Deborah Palmer McCain13-Dec-11 16:23 
AnswerRe: VS 2010 No method to override error Pin
Luc Pattyn13-Dec-11 19:08
sitebuilderLuc Pattyn13-Dec-11 19:08 
GeneralRe: VS 2010 No method to override error Pin
PIEBALDconsult14-Dec-11 1:57
mvePIEBALDconsult14-Dec-11 1:57 
GeneralRe: VS 2010 No method to override error Pin
Deborah Palmer McCain14-Dec-11 10:10
Deborah Palmer McCain14-Dec-11 10:10 
AnswerRe: VS 2010 No method to override error [Long Post] Pin
Keith Barrow13-Dec-11 22:09
professionalKeith Barrow13-Dec-11 22:09 
GeneralRe: VS 2010 No method to override error [Long Post] Pin
Deborah Palmer McCain14-Dec-11 10:03
Deborah Palmer McCain14-Dec-11 10:03 
AnswerRe: VS 2010 No method to override error Pin
Richard MacCutchan13-Dec-11 22:23
mveRichard MacCutchan13-Dec-11 22:23 
GeneralRe: VS 2010 No method to override error Pin
prasun.r14-Dec-11 1:23
prasun.r14-Dec-11 1:23 
GeneralRe: VS 2010 No method to override error Pin
Deborah Palmer McCain14-Dec-11 10:04
Deborah Palmer McCain14-Dec-11 10:04 
GeneralRe: VS 2010 No method to override error Pin
Richard MacCutchan14-Dec-11 11:43
mveRichard MacCutchan14-Dec-11 11:43 
Questionchat software Pin
om_metab13-Dec-11 9:09
om_metab13-Dec-11 9:09 
AnswerRe: chat software Pin
Dalek Dave13-Dec-11 12:43
professionalDalek Dave13-Dec-11 12:43 
AnswerRe: chat software Pin
Keith Barrow13-Dec-11 22:33
professionalKeith Barrow13-Dec-11 22:33 
GeneralRe: chat software Pin
om_metab13-Dec-11 23:51
om_metab13-Dec-11 23:51 
AnswerRe: chat software Pin
BobJanova13-Dec-11 22:47
BobJanova13-Dec-11 22:47 
GeneralRe: chat software Pin
om_metab13-Dec-11 23:39
om_metab13-Dec-11 23:39 
GeneralRe: chat software Pin
BobJanova14-Dec-11 1:05
BobJanova14-Dec-11 1:05 
GeneralRe: chat software Pin
om_metab15-Dec-11 8:57
om_metab15-Dec-11 8:57 
QuestionReporting Service Pin
eddieangel13-Dec-11 7:33
eddieangel13-Dec-11 7:33 
AnswerRe: Reporting Service Pin
jschell13-Dec-11 8:45
jschell13-Dec-11 8:45 
There are other issues such as
- Exactly how long does it take to run
- What about duplicate request
- What happens if there is an error while it is running.

Presumably you are also assuming that the email will always reach the target.

If it was me.
1. Create windows service.
2. Post the report request into the database as a 'task' - invalidate duplicates.
3. Service looks for new requests.
4. Service process new requests.
5. Service posts results, either report or failure reason back to database updating the 'task' (so it won't run again.
6. Post process - like send the email with results.
7. Go back to step 3.

There might be some clever way to embed the functionality in IIS.
AnswerRe: Reporting Service Pin
BobJanova13-Dec-11 22:54
BobJanova13-Dec-11 22:54 
QuestionHow can i display msg file to user in Reply/Forwrd/ReplyAll mode similar to outlook mailitem ? Pin
Tanuja12313-Dec-11 3:22
Tanuja12313-Dec-11 3:22 
QuestionCreating a setup with expiry date ? Pin
sarang_k12-Dec-11 22:38
sarang_k12-Dec-11 22:38 
AnswerRe: Creating a setup with expiry date ? Pin
Pete O'Hanlon12-Dec-11 23:00
mvePete O'Hanlon12-Dec-11 23:00 

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.