• Webseitenerstellung und -hosting
  • .NET Anwendungsentwicklung
  • softwaregesteuerte Prozessoptimierung
  • .NET

    Programmierung

  • WebseitenErstellung

    undHosting

  • softwaregesteuerte

    Prozessoptimierung

  • Konzeption

    und Beratung

%PM, %23. %690 %2012 %15:%Nov

WPF Anwendungspfad ermitteln

geschrieben von
Artikel bewerten
(0 Stimmen)
Eine globale Settings.xml datei (wie früher) für eine WPF Anwendung global bereitstellen. In dieser wird der Connectionstring zur Datenbank für alle beteiligten Assemblies bereitgestellt. Die Ablage in den App/Web.Config kommt aus diversen Gründen nicht in Frage da die Konfig...
- zur Laufzeit nicht verändert werden kann (Anwendungseinstellungen)
- beim compilieren überschrieben wird
- bei WPF die Config lokal zwischengespeichert wird
also die Datei einmalig erstellen und in der Assembly einfach den Anwedungspfad auslesen.
so etwa?
AppDomain.CurrentDomain.BaseDirectory System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location) System.Reflection.Assembly.GetExecutingAssembly().Location Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) System.Reflection.Assembly.GetExecutingAssembly().CodeBase System.IO.Path.GetDirectoryName(System.Diagnostics.Process.GetCurrentProcess(). MainModule.FileName
leider kriegt man hier nur die lokalen temporären Pfade der Assemblies!
Mit Updatelocation kriegt man den Urpsrungspfad:
System.Deployment.Application.ApplicationDeployment.
CurrentDeployment.UpdateLocation.ToString
Leider scheint Micrsosoft auch Auszubildende auf die Menschheit loszulassen, anders kann ich mir den Rückgabestring nicht zu erklären:
http:\wpfserver\apppath
also häng ich noch folgendes ran:
.Replace("\", "/").Replace("http:/", "http://")
und damit wird dann per linq to xml der Eintrag gelesen
Dim uriXML As Uri = New Uri(strdir & "/Settings.xml")
 Dim konf As XDocument = XDocument.Load(uriXML.ToString)
Connectionsstring = (From ef In konf.Descendants("EF_Connectionstring")).FirstOrDefault.Value 
:
Gelesen 42177 mal Letzte Änderung am %PM, %24. %643 %2015 %14:%Jun

371 Kommentare

  • Kommentar-Link ola5hixln %AM, %26. %496 %2024 %10:%Feb gepostet von ola5hixln

    canadian pharmacy viagra canadian pharmacies online canadianphrmacy23.com
    cialis online canada pharmacy continue reading this..

  • Kommentar-Link 6458nv9g7 %AM, %26. %474 %2024 %10:%Feb gepostet von 6458nv9g7

    canadian pharmaceutical company website
    cialis-canadian pharmacy Canadian Pharmacy Online to Usa canadianphrmacy23.com

  • Kommentar-Link 4hwnlgqfv %AM, %26. %316 %2024 %06:%Feb gepostet von 4hwnlgqfv

    cialis online canada pharmacy Clicking Here
    india pharmacy visit this website

  • Kommentar-Link bzpwwut4q %AM, %26. %310 %2024 %06:%Feb gepostet von bzpwwut4q

    cialis canada pharmacy online buy generic cialis canadian pharmacy
    best canadian pharcharmy online northwest pharmacy canada

  • Kommentar-Link dv4xstayj %AM, %26. %302 %2024 %06:%Feb gepostet von dv4xstayj

    canadian viagra online pharmacy Canadian Pharmacy Shipping Usa Cialis, Viagra
    canadian pharcharmy online cialis learn this here now

  • Kommentar-Link 3sb5iede3 %AM, %26. %279 %2024 %05:%Feb gepostet von 3sb5iede3

    canada pharmacy cialis online canadian pharmacy
    cialis at canadian pharmacy cialis at canadian pharmacies

  • Kommentar-Link r2ak1tgva %AM, %26. %276 %2024 %05:%Feb gepostet von r2ak1tgva

    cialis canada pharmacy online northwestern pharmacy canada
    canadian pharcharmy online viagra why not try these out

  • Kommentar-Link ekfhv73vz %AM, %26. %171 %2024 %03:%Feb gepostet von ekfhv73vz

    india pharmacy viagra canadian pharmacy.reviews
    generic cialis online pharmacy That Site

  • Kommentar-Link whyeqxb2m %AM, %26. %052 %2024 %00:%Feb gepostet von whyeqxb2m

    viagra at canadian pharmacy Canadian Pharmacies Online canadianphrmacy23.com
    us pharmacy for cialis http://canadianphrmacy23.com/

  • Kommentar-Link cx8n97ejl %PM, %25. %016 %2024 %23:%Feb gepostet von cx8n97ejl

    canadian pharmaceuticals her explanation
    canadian pharmaceutical online pharmacy medications

Schreibe einen Kommentar

Bitte achten Sie darauf, alle Felder mit Stern * zu füllen. HTML-Code ist nicht erlaubt.