Bonsoir ou Bonjour à tous,

Aujourd'hui j'ai décidé de faire mettre à jour de mon application avec le système de mise à jour ClickOnce, d'habitude ça marche parfaitement mais là, j'ai le problème suivant :

Nom : g.png
Affichages : 1729
Taille : 6,3 Ko


Avec le détail ;

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
INFORMATIONS SUR LA VERSION DE LA PLATEFORME
	Windows 			: 10.0.10240.0 (Win32NT)
	Common Language Runtime 	: 4.0.30319.42000
	System.Deployment.dll 		: 4.6.79.0 built by: NETFXREL2
	clr.dll 			: 4.6.96.0 built by: NETFXREL2STAGE
	dfdll.dll 			: 4.6.79.0 built by: NETFXREL2
	dfshim.dll 			: 10.0.10240.16384 (th1.150709-1700)
 
SOURCES
	Url de déploiement			*: http://connect.net78.net/MxDB/MxDb.application
						Server		: Apache
	Url du fournisseur de déploiement		*: http://connect.net78.net/MxDB/MxDb.application
 
IDENTITÉS
	Identité de déploiement		*: MxDb.application, Version=1.0.0.16, Culture=fr, PublicKeyToken=0000000000000000, processorArchitecture=msil
 
RÉSUMÉ DES APPLICATIONS
	* Application installable.
 
RÉSUMÉ DES ERREURS
	Un résumé des erreurs est fourni ci-dessous. Les détails de ces erreurs sont indiqués plus loin dans le fichier journal.
	* L'activation de http://connect.net78.net/MxDB/MxDb.application a provoqué une exception. Les messages d'erreur suivants ont été détectés*:
		+ Exception lors de la lecture du manifeste à partir de http://connect.net78.net/MxDB/Application%20Files/MxDb_1_0_0_16/MxDb.exe.manifest*: le manifeste n'est pas valide ou le fichier n'a pas pu être ouvert.
		+ Fin de fichier inattendue. Les éléments suivants ne sont pas fermés : br, br. Ligne 3, position 254.
 
RÉSUMÉ DES ERREURS DE LA TRANSACTION DU MAGASIN DE COMPOSANTS
	Aucune erreur de transaction n'a été détectée.
 
AVERTISSEMENTS
	* Le manifeste pour cette application ne comporte pas de signature. La validation de signature sera ignorée.
 
ÉTAT DE LA PROGRESSION DE L'OPÉRATION
	* [18/09/2015 23:05:08] : L'activation de http://connect.net78.net/MxDB/MxDb.application a commencé.
	* [18/09/2015 23:05:08] : Traitement du manifeste de déploiement terminé.
	* [18/09/2015 23:05:08] : L'installation de l'application a commencé.
 
DÉTAILS DE L'ERREUR
	Les erreurs suivantes ont été détectées au cours de cette opération.
	* [18/09/2015 23:05:09] System.Deployment.Application.InvalidDeploymentException (ManifestParse)
		- Exception lors de la lecture du manifeste à partir de http://connect.net78.net/MxDB/Application%20Files/MxDb_1_0_0_16/MxDb.exe.manifest*: le manifeste n'est pas valide ou le fichier n'a pas pu être ouvert.
		- Source*: System.Deployment
		- Trace de la pile*:
			à System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
			à System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
			à System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
			à System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
			à System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
			à System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
		--- Exception interne ---
		System.Xml.XmlException
		- Fin de fichier inattendue. Les éléments suivants ne sont pas fermés : br, br. Ligne 3, position 254.
		- Source*: System.Xml
		- Trace de la pile*:
			à System.Xml.XmlTextReaderImpl.Throw(Exception e)
			à System.Xml.XmlTextReaderImpl.ThrowUnclosedElements()
			à System.Xml.XmlTextReaderImpl.ParseElementContent()
			à System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
			à System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
			à System.Xml.XmlTextReaderImpl.Skip()
			à System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
			à System.Xml.XmlTextReaderImpl.Skip()
			à System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
			à System.Xml.XmlCharCheckingReader.Read()
			à System.Xml.XsdValidatingReader.Read()
			à System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
 
DÉTAILS DE LA TRANSACTION DU MAGASIN DE COMPOSANTS
	Aucune information disponible sur la transaction.
Le détail me dit : "le manifeste n'est pas valide ou le fichier n'a pas pu être ouvert." Mais je comprend pas trop pourquoi ?

Je précise aussi que je n'ai pas signé mon application parce que j'ai l'erreur de SignTool.exe est introuvable...

(N'essayez pas d'aller sur le site, j'ai enlevé des lettres dans l'url pour pas que vous puissiez dl l'app qui est toujours en dev.)

Merci, Cordialement..