Impossible de debugger sous visual basic 2010
dm corporation
Messages postés
327
Date d'inscription
Statut
Membre
Dernière intervention
-
dm corporation Messages postés 327 Date d'inscription Statut Membre Dernière intervention -
dm corporation Messages postés 327 Date d'inscription Statut Membre Dernière intervention -
Bonsoir a tous, tout d'abord je tiens a remercier d'avance tout ceux qui tenterons de m'aider. je suis etudiant en programmation (premiere année et sa fait 2 mois que j'ai commencer apprendre a programmer). En effet, je suis entrain de programmer un logiciel de convertisseur d'audio, je viens juste de finir pour les images et donc je m'attaque a l'audio a pres les videos. apres avoir dessiner et bien mit les codes qu'il faut (je pense) je voudrais la debugger mais impossible j'ai ce message : " Visual Basic cannot start debugging because the debug target C:/Users/DM/documents/Visual Studio 2010/Projets/Any Strong Audio Convertor --Dm Corp/Any Strong Audio Convertor--Dm Corp.exe is missing.Please build the projet and retry or set the outputpath and Assembly Name Properties appropriately to point at the correct location for the target Assembly.
j'ai refaire le projet mais toujours le même message.
voila le code source
Public Class Form1
Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
OpenFileDialog1.ShowDialog()
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ComboBox2.SelectedItem = ".MP3"
End Sub
Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk
TextBox1 = OpenFileDialog1.FileName
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
If TextBox1.Text = "" Then
MsgBox("Please Select Any File To Convert", MsgBoxStyle.Critical, "Error")
Else
Dim type As String = ComboBox2.Text
MsgBox(" The File Has Succesfully Been Converted into a "& type & "file.",MsgBoxStyle.Information,sucess")
Dim oldfile As String = Mid(TextBox1.Text, 1, Len(TextBox1.Text) - 4)
FileCopy(TextBox1.Text, oldfile + type)
End If
End Sub
Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
MsgBox(" Copyright Dm Corporation 2012")
End Sub
End Class
aidez moi svp et si vous pouvez me donné une explication m'aidera beaucoup.
j'ai refaire le projet mais toujours le même message.
voila le code source
Public Class Form1
Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
OpenFileDialog1.ShowDialog()
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ComboBox2.SelectedItem = ".MP3"
End Sub
Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk
TextBox1 = OpenFileDialog1.FileName
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
If TextBox1.Text = "" Then
MsgBox("Please Select Any File To Convert", MsgBoxStyle.Critical, "Error")
Else
Dim type As String = ComboBox2.Text
MsgBox(" The File Has Succesfully Been Converted into a "& type & "file.",MsgBoxStyle.Information,sucess")
Dim oldfile As String = Mid(TextBox1.Text, 1, Len(TextBox1.Text) - 4)
FileCopy(TextBox1.Text, oldfile + type)
End If
End Sub
Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
MsgBox(" Copyright Dm Corporation 2012")
End Sub
End Class
aidez moi svp et si vous pouvez me donné une explication m'aidera beaucoup.
A voir également:
- Impossible de debugger sous visual basic 2010
- Visual basic - Télécharger - Langages
- Visual basic editor - Télécharger - Langages
- Visual petanque - Télécharger - Sport
- Microsoft 365 basic - Accueil - Microsoft Office
- Visual c++ 2019 - Guide