Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed my first web application using visual studio 2010 express WPF template. The application works fine in debug, or if I double click on the xbap file deployed to an iis server on a system running server 2003 as an OS. However if I open a web browser IE and enter the URL I get error messages as follows:

PLATFORM VERSION INFO
	Windows 			: 6.1.7600.0 (Win32NT)
	Common Language Runtime 	: 4.0.30319.225
	System.Deployment.dll 		: 4.0.30319.1 (RTMRel.030319-0100)
	clr.dll 			: 4.0.30319.225 (RTMGDR.030319-2200)
	dfdll.dll 			: 4.0.30319.1 (RTMRel.030319-0100)
	dfshim.dll 			: 4.0.31106.0 (Main.031106-0000)


SOURCES
	Deployment url			: http://stb-mon-print/arinc/MMAS_log_search.xbap

IDENTITIES
	Deployment Identity		: MMAS_log_search.xbap, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bf4b94ad88dae2a0, processorArchitecture=msil

APPLICATION SUMMARY
	* Online only application.

ERROR SUMMARY
	Below is a summary of the errors, details of these errors are listed later in the log.
	* An exception occurred while downloading the manifest. Following failure messages were detected:
		+ Downloading http://stb-mon-print/arinc/Application Files/MMAS_log_search_1_0_0_0/MMAS_log_search.exe.manifest did not succeed.
		+ The remote server returned an error: (404) Not Found.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
	No transaction error was detected.

WARNINGS
	There were no warnings during this operation.

OPERATION PROGRESS STATUS
	No phase information is available.

ERROR DETAILS
	Following errors were detected during this operation.
	* [5/24/2012 8:58:47 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
		- Downloading http://stb-mon-print/arinc/Application Files/MMAS_log_search_1_0_0_0/MMAS_log_search.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.DeploymentManager.BindCore(Boolean blocking, TempFile& tempDeploy, TempDirectory& tempAppDir, FileStream& refTransaction, String& productName)
			at System.Deployment.Application.DeploymentManager.BindAsyncWorker()
		--- Inner Exception ---
		System.Net.WebException
		- The remote server returned an error: (404) Not Found.
		- Source: System
		- Stack trace:
			at System.Net.HttpWebRequest.GetResponse()
			at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)

COMPONENT STORE TRANSACTION DETAILS
	No transaction information is available.


Any help you can provide would be great. If someone can point me to a step by step process that would be the best but I will take what every you can provide. Thank you in advance for your help.
Posted
Updated 24-May-12 5:52am
v2
Comments
Jim Jos 24-May-12 9:56am    
have you created the application as xbap application or normal wpf application?
Pete O'Hanlon 24-May-12 12:25pm    
This is a duplicated question. I have already answered this one.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900