Home All Groups Group Topic Archive Search About

Memory problem with vb.net + webServices + DLL

Author
7 Oct 2006 3:32 PM
Jovo Mirkovic
Hi,

we made some application which load DLL files and call Web Services.
That web services workong with MS Sql Server...

So, we have problem with memory size :(

when we starting app it take about 17MB in memory, and every few seconds
adding about 200-300K... On 700 MB it just crash, without explanation...

Any idea?

Thanks,

       Jovo


*** Sent via Developersdex http://www.developersdex.com ***

Author
8 Oct 2006 12:57 AM
rowe_newsgroups
You might want to go through your code and make sure your releasing any
unneeded objects by settings them to nothing. This might help the gc to
properly clean up resources.

Thanks,

Seth Rowe


Jovo Mirkovic wrote:
Show quoteHide quote
> Hi,
>
> we made some application which load DLL files and call Web Services.
> That web services workong with MS Sql Server...
>
> So, we have problem with memory size :(
>
> when we starting app it take about 17MB in memory, and every few seconds
> adding about 200-300K... On 700 MB it just crash, without explanation...
>
> Any idea?
>
> Thanks,
>
>        Jovo
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
Author
9 Oct 2006 10:00 AM
Jovo Mirkovic
We already do that...
But we have same thing... :(

Thanks,

Jovo


*** Sent via Developersdex http://www.developersdex.com ***
Author
9 Oct 2006 2:33 PM
Chris Dunaway
Jovo Mirkovic wrote:
> We already do that...
> But we have same thing... :(
>

Are you calling .Dispose on all objects that need it?
Author
9 Oct 2006 2:45 PM
Jovo Mirkovic
yes... every time...

*** Sent via Developersdex http://www.developersdex.com ***