Sıcaklık değeri kontrol edilen yazılım .NET Framework hatası veriyor

mustafaoguz

Megapat
Katılım
22 Nisan 2014
Mesajlar
320
Yer
İstanbul/Üsküdar
Daha fazla  
Cinsiyet
Erkek
Meslek
Animasyon
Merhaba 3,5 inçlik bir ekrana sahibim. Bu ekran üzerinden anlık sıcaklık değerleri vs gibi değerleri kontrol edebiliyorum ve bunun bir yazılımı mevcut. 2 gün öncesine kadar bir problem yaşamadan kullanabiliyordum ancak bir anda uygulamayı açarken görselde göreceğiniz hatayı almaya başladım. Bilgisayarda .net Framework 4.5'ten tutunda 9.0'a varana kadar hepsi yüklü ama sorunu çözemedim; yardımlarınızı bekliyorum. Hata detayında yazanları da paylaştım teşekkürler.

Kod:
Bu iletişim kutusu yerine jıt hata ayıklamayı çağırma.
Hakkında detaylı bilgi için bu iletinin sonuna bakın.

************** Özel durum metni **************
System. Configuration. Configurationerrorsexception: Yapılandırma sistemi başlatılamadı ---> System. Configuration. Configurationerrorsexception: '.' (onaltılık değeri 0x00), geçersiz bir karakter. Satır 16, konum 1. (C:\Users\anyc0\AppData\Local\ExtendScreen\ExtendScreen.exe_Url_itrlaa5gghmnzworxitgolfav5i4j1x1\1.0.0.0\user.config line 16) ---> System.Xml.xmlexception: '.' (onaltılık değeri 0x00), geçersiz bir karakter. Satır 16, konum 1.
 Konum: System.Xml.xmltextreaderımpl. Throw(exception e)
 Konum: System.Xml.xmltextreaderımpl. Throw(string res, string[] args)
 Konum: System.Xml.xmltextreaderımpl. Parsetext(ınt32& startpos, ınt32& endpos, ınt32& outorchars)
 Konum: System.Xml.XmlTextReaderImpl.ParseText()
 Konum: System.Xml.XmlTextReaderImpl.ParseElementContent()
 Konum: System.Xml.XmlTextReaderImpl.Read()
 Konum: System.Xml.XmlTextReader.Read()
 Konum: System.Xml.XmlTextReaderImpl.Skip()
 Konum: System.Xml.XmlTextReader.Skip()
 Konum: System. Configuration. Xmlutil. Strictskiptonextelement(exceptionaction Action)
 Konum: System. Configuration. Baseconfigurationrecord. Scansectionsrecursive(xmlutil xmlutil, string parentconfigkey, boolean inlocation, string locationsubpath, overridemodesetting overridemode, boolean skipınchildapps)
 Konum: System. Configuration. Baseconfigurationrecord. Scansectionsrecursive(xmlutil xmlutil, string parentconfigkey, boolean inlocation, string locationsubpath, overridemodesetting overridemode, boolean skipınchildapps)
 Konum: System. Configuration. Baseconfigurationrecord. Scansections(xmlutil xmlutil)
 Konum: System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
 --- İç özel durum yığını izlemesinin sonu ---
 Konum: System. Configuration. Configurationschemaerrors. Throwıferrors(boolean ignorelocal)
 Konum: System. Configuration. Baseconfigurationrecord. Throwıfparseerrors(configurationschemaerrors schemaerrors)
 Konum: System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
 Konum: System. Configuration. Clientconfigurationsystem. Onconfigremoved(object sender, ınternalconfigeventargs e)
 --- İç özel durum yığını izlemesinin sonu ---
 Konum: System. Configuration. Clientconfigurationsystem. Onconfigremoved(object sender, ınternalconfigeventargs e)
 Konum: System. Configuration. Internal. Internalconfigroot. Onconfigremoved(ınternalconfigeventargs e)
 Konum: System. Configuration. Internal. Internalconfigroot. Removeconfigımpl(string configpath, baseconfigurationrecord configrecord)
 Konum: System. Configuration. Baseconfigurationrecord. Getsectionrecursive(string configkey, boolean getlkg, boolean checkpermission, boolean getruntimeobject, boolean requestıshere, object& result, object& resultruntimeobject)
 Konum: System. Configuration. Baseconfigurationrecord. Getsection(string configkey)
 Konum: System. Configuration. Clientconfigurationsystem. System. Configuration. Internal. Iınternalconfigsystem. Getsection(string sectionname)
 Konum: System. Configuration. Configurationmanager. Getsection(string sectionname)
 Konum: System. Configuration. Clientsettingsstore. Readsettings(string sectionname, boolean isuserscoped)
 Konum: System. Configuration. Localfilesettingsprovider. Getpropertyvalues(settingscontext context, settingspropertycollection properties)
 Konum: System. Configuration. Settingsbase. Getpropertiesfromprovider(settingsprovider provider)
 Konum: System. Configuration. Settingsbase. Getpropertyvaluebyname(string propertyname)
 Konum: System. Configuration. Settingsbase. Get_ıtem(string propertyname)
 Konum: System. Configuration. Applicationsettingsbase. Getpropertyvalue(string propertyname)
 Konum: System. Configuration. Applicationsettingsbase. Get_ıtem(string propertyname)
 Konum: ExtendScreen.Properties.Settings.get_lang()
 Konum: ExtendScreen.Main.displayload()
 Konum: Extendscreen. Main. Main_load(object sender, eventargs e)
 Konum: System. Windows. Forms. Form. Onload(eventargs e)
 Konum: System.Windows.Forms.Form.OnCreateControl()
 Konum: System. Windows. Forms. Control. Createcontrol(boolean fıgnorevisible)
 Konum: System.Windows.Forms.Control.CreateControl()
 Konum: System. Windows. Forms. Control. Wmshowwindow(message& m)
 Konum: System. Windows. Forms. Control. Wndproc(message& m)
 Konum: System. Windows. Forms. Scrollablecontrol. Wndproc(message& m)
 Konum: System. Windows. Forms. Containercontrol. Wndproc(message& m)
 Konum: System. Windows. Forms. Form. Wmshowwindow(message& m)
 Konum: System. Windows. Forms. Form. Wndproc(message& m)
 Konum: System. Windows. Forms. Control. Controlnativewindow. Onmessage(message& m)
 Konum: System. Windows. Forms. Control. Controlnativewindow. Wndproc(message& m)
 Konum: System. Windows. Forms. Nativewindow. Callback(ıntptr hwnd, ınt32 msg, ıntptr wparam, ıntptr lparam)

************** Yüklü derlemeler **************
Mscorlib.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9310. 0 built by: NET481REL1last_c.
 Codebase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Extendscreen.
 Bütünleştirilmiş kod sürümü: 1.0. 0. 0
 Win32 sürümü: 1.0. 0. 0
 Codebase: file:///C:/Users/anyc0/Desktop/EKRAN%20YAZILIMI/software/ExtendScreen.exe
----------------------------------------
System.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9310. 0 built by: NET481REL1last_c.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System. Windows. Forms.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9256. 0 built by: NET481REL1last_b.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System. Drawing.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System. Configuration.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 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. 9297. 0 built by: NET481REL1last_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. 9032. 0 built by: NET481REL1.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Mscorlib. Resources.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_tr_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
Newtonsoft. JSON.
 Bütünleştirilmiş kod sürümü: 13.0.0.0
 Win32 sürümü: 1.0. 0. 0
 Codebase: file:///C:/Users/anyc0/Desktop/EKRAN%20YAZILIMI/software/ExtendScreen.exe
----------------------------------------
System. Numerics.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 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. 9241.0 built by: NET481REL1last_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. 9214.0 built by: NET481REL1last_b.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.xml.resources
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.resources/v4.0_4.0.0.0_tr_b77a5c561934e089/System.Xml.resources.dll
----------------------------------------
System. Configuration. Resources.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 Codebase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration.resources/v4.0_4.0.0.0_tr_b03f5f7f11d50a3a/System.Configuration.resources.dll
----------------------------------------
System. Windows. Forms. Resources.
 Bütünleştirilmiş kod sürümü: 4.0. 0. 0
 Win32 sürümü: 4.8. 9032. 0 built by: NET481REL1.
 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
----------------------------------------

************** Jıt hata ayıklama **************
Jıt 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>

Jıt hata ayıklama etkinken, işlenmemiş özel durumlar.
Bu iletişim kutusunda işlenmek yerine bilgisayarda kayıtlı.
Jıt hata ayıklayıcısına gönderilir.
 

Dosya Ekleri

  • Ekran görüntüsü 2025-08-11 070704.png
    Ekran görüntüsü 2025-08-11 070704.png
    23,8 KB · Görüntüleme: 10
Son düzenleyen: Moderatör:

Technopat Haberler

Yeni konular

Geri
Yukarı