Herkese selamlar arkadaşlar
Programım setup.exe yapmadan önce iyi çalışıyor fakat setup.exe yapınca böyle bir hata vermeye başlıyor. Ben hatamı göremiyorum da yardımcı olur musunuz?
Kullandıklarım;
Programım setup.exe yapmadan önce iyi çalışıyor fakat setup.exe yapınca böyle bir hata vermeye başlıyor. Ben hatamı göremiyorum da yardımcı olur musunuz?
Kullandıklarım;
- Windows Form Application (.NET Framework) 4.8v.
- FirebaseClient.
Kod:
foreach (var get in result)
{
string userresult = get.Value.username;
string passresult = get.Value.password;
if (user.Text == userresult)
{
if (pass.Text == passresult)
{
//Download WLA
// x86 File D/R
string W_WLA0 = Environment.CurrentDirectory + "\\data\\x86\\App.exe";
string W_URL0 = "https://cdn.discordapp.com/attachments/9371985924680662/103855420267396106/Application.exe";
WebClient W_Client0 = new WebClient();
W_Client0.DownloadFile(W_URL0, W_WLA0);
// x64 File D/R
string W_WLA1 = Environment.CurrentDirectory + "\\data\\x64\\App.exe";
string W_URL1 = "https://cdn.discordapp.com/attachments/937801926480662/10381224867576638359/Application.exe;
WebClient W_Client1 = new WebClient();
W_Client1.DownloadFile(W_URL1, W_WLA1);
// System.WLApp.exe D/R
string W_WLA3 = Environment.CurrentDirectory+ "\\System.WLApp.exe";
string W_URL3 = "https://cdn.discordapp.com/attachments/93780546655662/1038454336654848/System.WLApp.exe";
WebClient W_Client2 = new WebClient();
W_Client2.DownloadFile(W_URL3, W_WLA3);
Process.Start(".\\System.WLApp.exe");
}
}
}
}
}
Kod:
HATA KODU
Bu iletişim kutusu yerine JIT hata ayıklamayı çağırma
hakkında detaylı bilgi için bu iletinin sonuna bakın.
************** Özel Durum Metni **************
System.ComponentModel.Win32Exception (0x80004005): Sistem belirtilen dosyayı bulamıyor
konum: System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
konum: WLApp.Login.button1_Click(Object sender, EventArgs e)
konum: System.Windows.Forms.Control.OnClick(EventArgs e)
konum: System.Windows.Forms.Button.OnClick(EventArgs e)
konum: System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
konum: System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
konum: System.Windows.Forms.Control.WndProc(Message& m)
konum: System.Windows.Forms.ButtonBase.WndProc(Message& m)
konum: System.Windows.Forms.Button.WndProc(Message& m)
konum: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Yüklü Derlemeler **************
mscorlib
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4515.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
WLApp
Bütünleştirilmiş Kod Sürümü: 1.0.0.0
Win32 Sürümü: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/WLApp/WLApp.exe
----------------------------------------
System.Windows.Forms
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4550.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
FireSharp
Bütünleştirilmiş Kod Sürümü: 2.0.3.0
Win32 Sürümü: 2.0.3
CodeBase: file:///C:/Program%20Files%20(x86)/WLApp/FireSharp.DLL
----------------------------------------
System.Configuration
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4579.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Net
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4084.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.dll
----------------------------------------
System.Net.Http
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
----------------------------------------
Newtonsoft.Json
Bütünleştirilmiş Kod Sürümü: 13.0.0.0
Win32 Sürümü: 13.0.1.25517
CodeBase: file:///C:/Program%20Files%20(x86)/WLApp/Newtonsoft.Json.DLL
----------------------------------------
System.Numerics
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Runtime.Serialization
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Data
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Windows.Forms.resources
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_tr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Bütünleştirilmiş Kod Sürümü: 4.0.0.0
Win32 Sürümü: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_tr_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
************** JIT Hata Ayıklama **************
JIT hata ayıklamayı etkinleştirmek için, bu uygulamanın veya
bilgisayarın (machine.config) .config dosyasında
system.windows.forms bölümünde jitDebugging değeri ayarlanmış olmalıdır.
Ayrıca uygulama hata ayıklama etkin durumdayken derlenmiş
olmalıdır.
Örneğin:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
JIT hata ayıklama etkinken, işlenmemiş özel durumlar
bu iletişim kutusunda işlenmek yerine bilgisayarda kayıtlı
JIT hata ayıklayıcısına gönderilir.
Moderatörün son düzenlenenleri: