IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Windows Forms Discussion :

[C#][.NET2.0] Problème ClickOnce


Sujet :

Windows Forms

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Profil pro
    Inscrit en
    Janvier 2003
    Messages
    82
    Détails du profil
    Informations personnelles :
    Localisation : Belgique

    Informations forums :
    Inscription : Janvier 2003
    Messages : 82
    Par défaut [C#][.NET2.0] Problème ClickOnce
    bonjour,

    j'essaie de faire un déploiement par ClickOnce.
    Un nouveau projet
    Apres avoir suivit le tutoriel sur le site de Devloppez.com.
    ensuite je fais un publish. pas de probleme.
    Quand les utilisateurs veulent lancer l'application télécharger chez eux, il reçoivent toujours une fenêtre erreur
    Cannot download the application. the application missing required file :
    , et dans les détails on a ce message.
    Quoi que je fasse c'est toujours le même message que recoivent les postes client .

    PLATFORM VERSION INFO
    Windows : 5.1.2600.131072 (Win32NT)
    Common Language Runtime : 2.0.50727.42
    System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
    mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
    dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
    dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

    SOURCES
    Deployment url : file:///C:/Documents%20and%20Settings/xxx/Desktop/testClickOnce(3).application

    IDENTITIES
    Deployment Identity : testClickOnce.application, Version=1.0.0.3, Culture=neutral, PublicKeyToken=5aac051b339fc9f2, processorArchitecture=msil

    APPLICATION SUMMARY
    * Installable application.

    ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of C:\Documents and Settings\xxx\Desktop\testClickOnce(3).application resulted in exception. Following failure messages were detected:
    + Downloading file:///C:/Documents and Settings/xxx/Desktop/testClickOnce_1_0_0_3/testClickOnce.exe.manifest did not succeed.
    + Could not find a part of the path 'C:\Documents and Settings\xxx\Desktop\testClickOnce_1_0_0_3\testClickOnce.exe.manifest'.
    + Could not find a part of the path 'C:\Documents and Settings\xxx\Desktop\testClickOnce_1_0_0_3\testClickOnce.exe.manifest'.
    + Could not find a part of the path 'C:\Documents and Settings\xxx\Desktop\testClickOnce_1_0_0_3\testClickOnce.exe.manifest'.

    COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

    WARNINGS
    There were no warnings during this operation.

    OPERATION PROGRESS STATUS
    * [22/06/2007 10:40:13] : Activation of C:\Documents and Settings\xxx\Desktop\testClickOnce(3).application has started.
    * [22/06/2007 10:40:13] : Processing of deployment manifest has successfully completed.
    * [22/06/2007 10:40:13] : Installation of the application has started.

    ERROR DETAILS
    Following errors were detected during this operation.
    * [22/06/2007 10:40:13] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
    - Downloading file:///C:/Documents and Settings/xxx/Desktop/testClickOnce_1_0_0_3/testClickOnce.exe.manifest did not succeed.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
    at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
    at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
    at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    --- Inner Exception ---
    System.Net.WebException
    - Could not find a part of the path 'C:\Documents and Settings\xxx\Desktop\testClickOnce_1_0_0_3\testClickOnce.exe.manifest'.
    - Source: System
    - Stack trace:
    at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.Net.FileWebRequest.GetResponse()
    at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    --- Inner Exception ---
    System.Net.WebException
    - Could not find a part of the path 'C:\Documents and Settings\xxx\Desktop\testClickOnce_1_0_0_3\testClickOnce.exe.manifest'.
    - Source: System
    - Stack trace:
    at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
    at System.Net.FileWebRequest.WrappedGetResponseCallback(Object state)
    --- Inner Exception ---
    System.IO.DirectoryNotFoundException
    - Could not find a part of the path 'C:\Documents and Settings\xxx\Desktop\testClickOnce_1_0_0_3\testClickOnce.exe.manifest'.
    - Source: mscorlib
    - Stack trace:
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at 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)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
    at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
    at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)

    COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.

  2. #2
    Membre confirmé
    Profil pro
    Inscrit en
    Janvier 2003
    Messages
    82
    Détails du profil
    Informations personnelles :
    Localisation : Belgique

    Informations forums :
    Inscription : Janvier 2003
    Messages : 82
    Par défaut
    J'ai trouvé ENFIN.

    hé ben , j'aurai jamais que c'était ca ...
    apparement c'est avec Firefox , que l'erreur survient.
    donc si on utilise un plugin Firefox exemple IETAB
    ou carrément Explorer, ca marche...
    pfffff

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Problème déploiement clickonce.
    Par Shypster dans le forum C#
    Réponses: 5
    Dernier message: 03/04/2008, 13h47
  2. [VS 2008] Problème ClickOnce
    Par Fayoul dans le forum Visual Studio
    Réponses: 8
    Dernier message: 31/01/2008, 10h20
  3. [RAD 2007][.Net2][MSSQL] Problème de connexion bdd
    Par Peck777 dans le forum Delphi .NET
    Réponses: 4
    Dernier message: 20/12/2007, 11h39
  4. Réponses: 3
    Dernier message: 06/01/2006, 15h05

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo