Advertisement

05.28.2008 at 03:03PM PDT, ID: 23439819
[x]
Attachment Details

Problem with .Net ClickOnce deployment

Asked by robbhill in Web Languages/Standards, Microsoft Visual Basic.Net, .NET Framework 2.0

I'm getting the following message:

Cannot continue. The application is improperly formatted. Contact the application vendor for assistance.

Details are attached below:Start Free Trial
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:
PLATFORM VERSION INFO
	Windows 			: 5.1.2600.131072 (Win32NT)
	Common Language Runtime 	: 2.0.50727.832
	System.Deployment.dll 		: 2.0.50727.832 (QFE.050727-8300)
	mscorwks.dll 			: 2.0.50727.832 (QFE.050727-8300)
	dfdll.dll 			: 2.0.50727.42 (RTM.050727-4200)
	dfshim.dll 			: 2.0.50727.42 (RTM.050727-4200)
 
SOURCES
	Deployment url			: http://www.mydomain.org/OrbitDeploy/OrbitConsoleUpdate.application
 
ERROR SUMMARY
	Below is a summary of the errors, details of these errors are listed later in the log.
	* Activation of http://www.mydomain.org/OrbitDeploy/OrbitConsoleUpdate.application resulted in exception. Following failure messages were detected:
		+ Exception reading manifest from http://www.mydomain.org/OrbitDeploy/OrbitConsoleUpdate.application: the manifest may not be valid or the file could not be opened.
		+ '>' is an unexpected token. The expected token is '"' or '''. Line 1, position 62.
 
COMPONENT STORE TRANSACTION FAILURE SUMMARY
	No transaction error was detected.
 
WARNINGS
	There were no warnings during this operation.
 
OPERATION PROGRESS STATUS
	* [5/28/2008 4:57:57 PM] : Activation of http://www.mydomain.org/OrbitDeploy/OrbitConsoleUpdate.application has started.
 
ERROR DETAILS
	Following errors were detected during this operation.
	* [5/28/2008 4:57:58 PM] System.Deployment.Application.InvalidDeploymentException (ManifestParse)
		- Exception reading manifest from http://www.mydomain.org/OrbitDeploy/OrbitConsoleUpdate.application: the manifest may not be valid or the file could not be opened.
		- Source: System.Deployment
		- Stack trace:
			at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
			at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
			at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
			at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut)
			at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
		--- Inner Exception ---
		System.Xml.XmlException
		- '>' is an unexpected token. The expected token is '"' or '''. Line 1, position 62.
		- Source: System.Xml
		- Stack trace:
			at System.Xml.XmlTextReaderImpl.Throw(Exception e)
			at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
			at System.Xml.DtdParser.Throw(Int32 curPos, String res, String[] args)
			at System.Xml.DtdParser.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
			at System.Xml.DtdParser.ParseExternalId(Token idTokenType, Token declType, String& publicId, String& systemId)
			at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
			at System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
			at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
			at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
			at System.Xml.XmlTextReaderImpl.Read()
			at System.Xml.XmlTextReader.Read()
			at System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
			at System.Xml.XmlCharCheckingReader.Read()
			at System.Xml.XsdValidatingReader.Read()
			at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
 
COMPONENT STORE TRANSACTION DETAILS
	No transaction information is available.
[+][-]05.28.2008 at 03:51PM PDT, ID: 21664969

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.28.2008 at 03:52PM PDT, ID: 21664977

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.28.2008 at 03:55PM PDT, ID: 21664987

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.05.2008 at 07:38PM PDT, ID: 21725823

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.10.2008 at 12:13PM PDT, ID: 21754118

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Web Languages/Standards, Microsoft Visual Basic.Net, .NET Framework 2.0
Sign Up Now!
Solution Provided By: bjmanley
Participating Experts: 2
Solution Grade: A
 
 
[+][-]06.10.2008 at 12:45PM PDT, ID: 21754405

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.16.2008 at 02:14PM PDT, ID: 21797561

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906