Discussion:
Runtime error '7' out of memory... beim starten der exe
(zu alt für eine Antwort)
Demirtag Osman
2004-02-07 19:40:54 UTC
Permalink
Hallo Zusammen,

wenn ich mein Programm über VB ablaufen lasse dann läuft
er einwandfrei.

wenn ich allerdings die frisch kompilierte exe starte
bekomme ich die fehler meldung :

Runtime error '7'
out of memory

woran kann das liegen??

verbinlichsten Dank im Voraus.

Gruß

Osman Demirtag
Herfried K. Wagner [MVP]
2004-02-07 21:32:09 UTC
Permalink
Hallo Demirtag!
Post by Demirtag Osman
wenn ich mein Programm über VB ablaufen lasse dann läuft
er einwandfrei.
wenn ich allerdings die frisch kompilierte exe starte
Runtime error '7'
out of memory
woran kann das liegen??
Was macht denn die Anwendung beim Start ('Sub Main' bzw. in der
Startform)?
--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Peter Fleischer
2004-02-07 21:13:13 UTC
Permalink
Demirtag Osman wrote:
...
Post by Demirtag Osman
wenn ich allerdings die frisch kompilierte exe starte
Runtime error '7'
out of memory
woran kann das liegen??
Osman ,
bei welchem Befehl passiert das?

Peter
Peter Götz
2004-02-08 10:04:57 UTC
Permalink
Hallo Osman,
Post by Demirtag Osman
wenn ich mein Programm über VB ablaufen lasse dann läuft
er einwandfrei.
wenn ich allerdings die frisch kompilierte exe starte
Runtime error '7'
out of memory
woran kann das liegen??
z.B. daran:

MSDN-Library: Q241245
PRB: "Error 7 - Out of Memory" Error Message From Visual Basic Application
Using FM20.DLL

Solltest Du eine FM20.dll in Deinem Projekt benutzen, dann ist das sicher
die Ursache für Dein Problem. Die FM20.dll gehört nicht in ein VB-Programm.

Ansonsten wären da noch:

Q264405
PRB: Out of Memory Error Adding GIF Files to RichTextBox Control

Q193338
PRB: Setting RightToLeft to True Returns Out Of Memory Error

Q257947
PRB: Runtime Error 7 : Out of Memory Error Message Occurs When BoundText
Property of Data Combo Control Is Accessed in VB Code

Q236286
PRB: Out of Memory Error Message Using the Rich Textbox Control

Gruß aus St.Georgen
Peter Götz
www.gssg.de (mit VB-Tips u. Beispielprogrammen)
Harald M. Genauck
2004-02-07 23:35:03 UTC
Permalink
Hallo Osman,
Post by Demirtag Osman
wenn ich mein Programm über VB ablaufen lasse dann läuft
er einwandfrei.
wenn ich allerdings die frisch kompilierte exe starte
Runtime error '7'
out of memory
woran kann das liegen??
Vielleicht daran:

Vermutlich daran:

INFO: Usage and Redistribution of FM20.DLL
Microsoft Knowledgebase, Article ID: Q224305
http://support.microsoft.com/support/kb/articles/Q224/3/05.asp

PRB: "Error 7 - Out of Memory" Error Message From Visual Basic Application
Using FM20.DLL
Microsoft Knowledgebase, Article ID: Q241245
http://support.microsoft.com/support/kb/articles/Q241/2/45.asp


Viele Grüße

Harald M. Genauck

ABOUT Visual Basic - das Webmagazin
http://www.aboutvb.de

Loading...