Installation funkioniert nicht

  • VB.NET

Es gibt 2 Antworten in diesem Thema. Der letzte Beitrag () ist von mo48.

    Installation funkioniert nicht

    Hallo alle miteinander,

    kann mir villeicht jemand weiter helfen. Ich schreib grad ein kleines Programm und bei der Installation kommt ne Fehlermeldung: Die Anwendung kann nicht heruntergeladen werden. Erforderliche Dateien fehlen in der Anwendung.
    Hier einmal die Details:

    INFO ZUR PLATTFORMVERSION
    Windows : 6.1.7601.65536 (Win32NT)
    Common Language Runtime : 4.0.30319.18408
    System.Deployment.dll : 4.0.30319.18408 built by: FX451RTMGREL
    clr.dll : 4.0.30319.18408 built by: FX451RTMGREL
    dfdll.dll : 4.0.30319.18408 built by: FX451RTMGREL
    dfshim.dll : 4.0.31106.0 (Main.031106-0000)

    QUELLEN
    Bereitstellungs-URL : file://server/Verwaltung/Kundenticket.application
    Bereitstellungsanbieter-URL : file://server/verwaltung/Kundenticket/Kundenticket.application

    FEHLERZUSAMMENFASSUNG
    Es folgt eine Zusammenfassung der Fehler. Details zu diesen Fehlern werden später im Protokoll aufgelistet.
    * Die Aktivierung von \\server\Verwaltung\Kundenticket.application führte zu einer Ausnahme. Folgende Fehlermeldungen wurden entdeckt:
    + 'file://server/verwaltung/Kundenticket/Kundenticket.application' konnte nicht heruntergeladen werden.
    + Ein Teil des Pfades "\\server\verwaltung\Kundenticket\Kundenticket.application" konnte nicht gefunden werden.
    + Ein Teil des Pfades "\\server\verwaltung\Kundenticket\Kundenticket.application" konnte nicht gefunden werden.
    + Ein Teil des Pfades "\\server\verwaltung\Kundenticket\Kundenticket.application" konnte nicht gefunden werden.

    FEHLERZUSAMMENFASSUNG FÜR DIE SPEICHERTRANSAKTION DER KOMPONENTE
    Es wurde kein Transaktionsfehler festgestellt.

    WARNUNGEN
    Während dieses Vorgangs gab es keine Warnungen.

    FORTSCHRITTSSTATUS DES VORGANGS
    * [09.12.2013 17:10:16] : Die Aktivierung von \\server\Verwaltung\Kundenticket.application wurde gestartet.

    FEHLERDETAILS
    Folgende Fehler wurden bei diesem Vorgang entdeckt.
    * [09.12.2013 17:10:16] System.Deployment.Application.DeploymentDownloadException (unbekannter Untertyp)
    - 'file://server/verwaltung/Kundenticket/Kundenticket.application' konnte nicht heruntergeladen werden.
    - Quelle: System.Deployment
    - Stapelüberwachung:
    bei System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    bei System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
    bei System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
    bei System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
    bei System.Deployment.Application.DownloadManager.DownloadManifest(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ManifestType manifestType, ServerInformation& serverInformation)
    bei System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
    bei System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore subStore, AssemblyManifest& deployment, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options)
    bei System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
    bei System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    bei System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    --- Interne Ausnahme ---
    System.Net.WebException
    - Ein Teil des Pfades "\\server\verwaltung\Kundenticket\Kundenticket.application" konnte nicht gefunden werden.
    - Quelle: System
    - Stapelüberwachung:
    bei System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
    bei System.Net.FileWebRequest.GetResponse()
    bei System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    --- Interne Ausnahme ---
    System.Net.WebException
    - Ein Teil des Pfades "\\server\verwaltung\Kundenticket\Kundenticket.application" konnte nicht gefunden werden.
    - Quelle: System
    - Stapelüberwachung:
    bei System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
    bei System.Net.FileWebRequest.GetResponseCallback(Object state)
    --- Interne Ausnahme ---
    System.IO.DirectoryNotFoundException
    - Ein Teil des Pfades "\\server\verwaltung\Kundenticket\Kundenticket.application" konnte nicht gefunden werden.
    - Quelle: mscorlib
    - Stapelüberwachung:
    bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
    bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
    bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
    bei System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
    bei System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)

    DETAILS ZUR SPEICHERTRANSAKTION DER KOMPONENTE
    Es sind keine Transaktionsinformationen verfügbar.


    Ich weis aber nicht warum da ein Teil des Pfades fehlen sollte ?( :wacko: ?( :sleeping:

    mo48

    mo48 schrieb:

    Ich weis aber nicht warum da ein Teil des Pfades fehlen sollte
    Die Frage ist nicht Warum, sondern Ob.
    Überzeuge Dich also, ob die Datei vorhanden ist, und falls wider Erwarten doch, dann frag, warum es nicht funktioniert, obwohl die Datei da 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!