Click here to Skip to main content
15,891,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionArthimetic operations results in overflow Pin
MaheshSharma24-Apr-06 23:11
MaheshSharma24-Apr-06 23:11 
AnswerRe: Arthimetic operations results in overflow Pin
Colin Angus Mackay24-Apr-06 23:26
Colin Angus Mackay24-Apr-06 23:26 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 0:10
MaheshSharma25-Apr-06 0:10 
GeneralRe: Arthimetic operations results in overflow Pin
Colin Angus Mackay25-Apr-06 0:53
Colin Angus Mackay25-Apr-06 0:53 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 2:15
MaheshSharma25-Apr-06 2:15 
GeneralRe: Arthimetic operations results in overflow Pin
Colin Angus Mackay25-Apr-06 2:20
Colin Angus Mackay25-Apr-06 2:20 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 3:26
MaheshSharma25-Apr-06 3:26 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 18:55
MaheshSharma25-Apr-06 18:55 
Hi colin, I am calling our own API for creating a PDF files at run time. Also I am releasing memory after every 10 pages created at run time like that
If gstrPDFFileCounter Mod 10 = 0 Then
GC.Collect()
GC.GetTotalMemory(True)
GC.WaitForPendingFinalizers()
End If
But after 1046 files created successfully It stops creating pdf files and does not show any error. I think there is some memory leak. How do i fix it.

Thanks
Mahesh

-- modified at 0:56 Wednesday 26th April, 2006
AnswerRe: Arthimetic operations results in overflow Pin
Paddy Boyd24-Apr-06 23:32
Paddy Boyd24-Apr-06 23:32 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 19:16
MaheshSharma25-Apr-06 19:16 
Questionadvantage of using multiple config files Pin
chakkara200324-Apr-06 23:03
chakkara200324-Apr-06 23:03 
AnswerRe: advantage of using multiple config files Pin
CWIZO25-Apr-06 0:38
CWIZO25-Apr-06 0:38 
Questionwindows querry Pin
meer_Lx24-Apr-06 22:33
meer_Lx24-Apr-06 22:33 
GeneralRe: windows querry Pin
Guffa24-Apr-06 23:18
Guffa24-Apr-06 23:18 
Questionwindows based application Querry ! Pin
meer_Lx24-Apr-06 22:25
meer_Lx24-Apr-06 22:25 
AnswerRe: windows based application Querry ! Pin
V.24-Apr-06 22:54
professionalV.24-Apr-06 22:54 
QuestionFile Uploading from the user? Pin
MudkiSekhon24-Apr-06 22:07
MudkiSekhon24-Apr-06 22:07 
AnswerRe: File Uploading from the user? Pin
J4amieC24-Apr-06 22:39
J4amieC24-Apr-06 22:39 
GeneralRe: File Uploading from the user? Pin
MudkiSekhon24-Apr-06 23:58
MudkiSekhon24-Apr-06 23:58 
AnswerRe: File Uploading from the user? Pin
R.Prabha Devi25-Apr-06 0:35
R.Prabha Devi25-Apr-06 0:35 
GeneralRe: File Uploading from the user? Pin
MudkiSekhon25-Apr-06 1:59
MudkiSekhon25-Apr-06 1:59 
GeneralRe: File Uploading from the user? Pin
MudkiSekhon25-Apr-06 2:15
MudkiSekhon25-Apr-06 2:15 
GeneralRe: File Uploading from the user? Pin
R.Prabha Devi25-Apr-06 2:34
R.Prabha Devi25-Apr-06 2:34 
QuestionFailed to open a rowset Pin
sathisha B N24-Apr-06 21:58
sathisha B N24-Apr-06 21:58 
AnswerRe: Failed to open a rowset Pin
Uma Kameswari24-Apr-06 23:42
Uma Kameswari24-Apr-06 23:42 

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.