creation of a large XML file using vb 6.0 throws out of memory error.
Tech-Archive recommends: Fix windows errors by optimizing your registry
i have designed a form in Vb 6.0 application ,which when executed
exports data in XML file. the size of a XML file can grow as large
as it can ( approximately 1.5 GB) .
i have used textstream and filesystem object to create and write data
to the XML file.
But when the XML file size reaches around 28 MB it gies me "Out of
Memory " error.
I'm running the Application on Windows 2000 terminal machine.
i have checked the Vb code thorougly and have taken care that all the
resources are destroyed every now and then.... i.e when they are not
required.
Still now i have not got any solution on this . can any one pls
suggest me a solution to this...ASAP
.
Relevant Pages
- Re: creation of a large XML file using vb 6.0 throws out of memory error.
... exports data in XML file. ... i have used textstream and filesystem object to create and write data ... resources are destroyed every now and then.... ... (microsoft.public.vb.general.discussion) - Re: Different Approaches to Saving settings: Which is better?
... Everything that affects the computer and belongs to that Registry, ... Everything that belongs to the application would in my opinion be set in the ... I need to have the properties of these windows to stay when the ... up so that it reads and writes from an xml file to handle all this. ... (microsoft.public.dotnet.languages.vb) - Re: HfNetChk Message: File versions greater than expected:
... the Com+ SP1 from the Windows Udpate-Additional Patches section. ... Since the XML file doesn't ... >All Critical Updates installed via Windows Update ... >All HfNetChk suggested hotfixes installed. ... (Focus-Microsoft) - Re: File Association - XML
... Are you able to open XML file by clicking on XML hyperlink in the *internet* using your browser? ... Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] ... (microsoft.public.windowsxp.help_and_support) - IIS, Webservice and Pocket PC synronization
... service runing on IIS 5.1 on a Windows XP Pro box from a Symbol Windows ... XML file when I check after the error message is received. ... I am terrible at IIS configuration,security and permissions. ... (microsoft.public.dotnet.framework.aspnet.mobile) |
|