Form Stürzt ab wenn sie startet

  • VB.NET

Es gibt 10 Antworten in diesem Thema. Der letzte Beitrag () ist von DJ X-Max.

    Form Stürzt ab wenn sie startet

    Hallo Leute ich habe ein kleines Prob.

    Ich habe ein Programm gebaut was auch leuft

    .Net 4.0
    & VB 2010

    mit einloggen / register , Nach dem Einloggen kommt die Eigentliche Form die einen Webbrowser der eine HTML seite Lädt. Die Seite binhalted ein Flatcast Radio Größe 800x600 Pix.

    Doch wenn die Seite lädt stürzt das Programm ab und gibt mir Folgenden error Code an:

    CODE:
    Spoiler anzeigen


    Quellcode

    1. Problemsignatur: Problemereignisname: BEX Anwendungsname: Radio Player.exe Anwendungsversion: 1.0.0.0 Anwendungszeitstempel: 4f119d00 Fehlermodulname: StackHash_78d6 Fehlermodulversion: 0.0.0.0 Fehlermodulzeitstempel: 00000000 Ausnahmeoffset: 08f81f14 Ausnahmecode: c0000005 Ausnahmedaten: 00000008 Betriebsystemversion: 6.1.7600.2.0.0.256.1 Gebietsschema-ID: 1031 Zusatzinformation 1: 78d6 Zusatzinformation 2: 78d684d490e7977d98f26c5ec1c430f4 Zusatzinformation 3: bb51 Zusatzinformation 4: bb5196bff7a6c7f3826065fd6a12de1d
    2. Lesen Sie unsere Datenschutzbestimmungen online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0407
    3. Wenn die Onlinedatenschutzbestimmungen nicht verfügbar sind, lesen Sie unsere Datenschutzbestimmungen offline: C:\Windows\system32\de-DE\erofflps.txt




    Ich währe echt Dankbar wenn mir da jemand helfen könnte
    weil ich wollte das programm schon Releast haben aber dadurch ist es ertwas verschoben worden


    achso noch ein par info`s:

    .DLL =

    MySQL.Data
    PSControls
    uberlib

    MFG DJ X-Max

    Das Thema wurde aus (dem) Tipps & Tricks in dieses Forum verschoben (von Dodo)

    Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von „DJ X-Max“ ()

    Hast Du eine DLL eingebunden, die auf einem anderen Rechner (in der geforderten Version) nicht verfügbar oder nicht registriert ist?
    Falls Du diesen Code kopierst, achte auf die C&P-Bremse.
    Jede einzelne Zeile Deines Programms, die Du nicht explizit getestet hast, ist falsch :!:
    Ein guter .NET-Snippetkonverter (der ist verfügbar).
    Programmierfragen über PN / Konversation werden ignoriert!
    Also Debug Fehler 0 und auch sonst beim erstellen keine Fehler Warnungen oder sonstiges

    hier der Coder der haubt Form


    Ich habe zwar .dll Dateien drinne aber sind alle Lokal im Project drinne also nicht auf nem anderen rechner

    VB.NET-Quellcode

    1. Imports uberLib
    2. Imports System.Net.WebClient
    3. Imports System.IO
    4. Public Class RadioPlayer
    5. Private Sub SchlieToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SchlieToolStripMenuItem.Click
    6. Me.Close()
    7. End Sub
    8. Private Sub MenuStrip1_ItemClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles MenuStrip1.ItemClicked
    9. End Sub
    10. Private Sub SchließenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SchließenToolStripMenuItem.Click
    11. Me.Close()
    12. End Sub
    13. Private Sub ZeigenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ZeigenToolStripMenuItem.Click
    14. NotifyIcon1.Visible = False
    15. Me.ShowInTaskbar = False
    16. Me.Show()
    17. End Sub
    18. Private Sub RadioPlayer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    19. End Sub
    20. Private Sub VersteckenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles VersteckenToolStripMenuItem.Click
    21. NotifyIcon1.Visible = True
    22. Me.ShowInTaskbar = True
    23. Me.Hide()
    24. End Sub
    25. Private Sub DateiToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateiToolStripMenuItem.Click
    26. End Sub
    27. Private Sub SendePlanToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendePlanToolStripMenuItem.Click
    28. Process.Start("http://main.radio-angels-of-mine.de/sendeplan.php")
    29. End Sub
    30. Private Sub DJOnAirToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DJOnAirToolStripMenuItem.Click
    31. Process.Start("http://main.radio-angels-of-mine.de/w_p_team.php")
    32. End Sub
    33. Private Sub WunschboxToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WunschboxToolStripMenuItem.Click
    34. Process.Start("http://main.radio-angels-of-mine.de/page.php?seite=impressum.php")
    35. End Sub
    36. Private Sub BewerbenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BewerbenToolStripMenuItem.Click
    37. Process.Start("http://main.radio-angels-of-mine.de/kontaktformular.php?send=2")
    38. End Sub
    39. Private Sub RadioToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RadioToolStripMenuItem.Click
    40. End Sub
    41. End Class


    hier der ganze Fehler Code

    VB.NET-Quellcode

    1. Problemsignatur:
    2. Problemereignisname: BEX
    3. Anwendungsname: Radio Player v2.exe
    4. Anwendungsversion: 1.0.0.0
    5. Anwendungszeitstempel: 4f130613
    6. Fehlermodulname: StackHash_0a9e
    7. Fehlermodulversion: 0.0.0.0
    8. Fehlermodulzeitstempel: 00000000
    9. Ausnahmeoffset: 08f61f14
    10. Ausnahmecode: c0000005
    11. Ausnahmedaten: 00000008
    12. Betriebsystemversion: 6.1.7600.2.0.0.256.1
    13. Gebietsschema-ID: 1031
    14. Zusatzinformation 1: 0a9e
    15. Zusatzinformation 2: 0a9e372d3b4ad19135b953a78882e789
    16. Zusatzinformation 3: 0a9e
    17. Zusatzinformation 4: 0a9e372d3b4ad19135b953a78882e789
    18. Lesen Sie unsere Datenschutzbestimmungen online:
    19. http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0407
    20. Wenn die Onlinedatenschutzbestimmungen nicht verfügbar sind, lesen Sie unsere Datenschutzbestimmungen offline:
    21. C:\Windows\system32\de-DE\erofflps.txt


    und hier die Bilder

    Bilder Ordner




    Ich werde da einfach nicht schlau draus :S

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „DJ X-Max“ ()

    YaPh1l schrieb:

    Kommt denn keine Exception, wenn du das Programm im Debugger startest? Mit der "Problemsignatur" kann man wenig anfangen...

    Viele Grüße, Phil.




    Hir

    VB.NET-Quellcode

    1. Es wurde versucht, im geschützten Speicher zu lesen oder zu schreiben. Dies ist häufig ein Hinweis darauf, dass anderer Speicher beschädigt ist.
    2. bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
    3. bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
    4. bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
    5. bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
    6. bei System.Windows.Forms.Application.Run(ApplicationContext context)
    7. bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
    8. bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
    9. bei Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
    10. bei Radio_Player_v2.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:Zeile 81.
    11. bei System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    12. bei System.AppDomain.nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    13. bei System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel)
    14. bei System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly()
    15. bei System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData)
    16. bei System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext)
    17. bei System.Activator.CreateInstance(ActivationContext activationContext)
    18. bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone()
    19. bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    20. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
    21. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    22. bei System.Threading.ThreadHelper.ThreadStart()