|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Memory problem with vb.net + webServices + DLLHi,
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 *** 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 *** We already do that...
But we have same thing... :( Thanks, Jovo *** Sent via Developersdex http://www.developersdex.com *** Jovo Mirkovic wrote:
> We already do that... Are you calling .Dispose on all objects that need it?> But we have same thing... :( >
VB 6 developers and .Net
Read legacy vb5 files with variant declare in vb.net Running an Access macro from a VB.NETprogram How to assign value to a dropdown box items? need help on optional arg ADOX add bool field efficient routine to parse a text string Set Focus to textbox on tab control clicking on a DataGridView's DataSource property throws exception in designer keydown event not working problem |
|||||||||||||||||||||||