Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I build the Application in Visual Studio 2012. And try to execute .exe from bin->debug folder it does nothing. And while running .application cannot start Application dialog box is opening and in that if click details it shows the following.


PLATFORM VERSION INFO
	Windows 			: 6.2.9200.0 (Win32NT)
	Common Language Runtime 	: 4.0.30319.18051
	System.Deployment.dll 		: 4.0.30319.17929 built by: FX45RTMREL
	clr.dll 			: 4.0.30319.18051 built by: FX45RTMGDR
	dfdll.dll 			: 4.0.30319.17929 built by: FX45RTMREL
	dfshim.dll 			: 4.0.41209.0 (Main.041209-0000)

SOURCES
	Deployment url			: file:///A:/Employee%20Backup/Employee%20in%20MySQL/Employees/bin/Debug/EmployeesMYSQL.application
	Application url			: file:///A:/Employee%20Backup/Employee%20in%20MySQL/Employees/bin/Debug/EmployeesMYSQL.exe.manifest

IDENTITIES
	Deployment Identity		: EmployeesMYSQL.application, Version=1.0.0.2, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil
	Application Identity		: EmployeesMYSQL.exe, Version=1.0.0.2, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=msil, type=win32

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 A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.application resulted in exception. Following failure messages were detected:
		+ Downloading file:///A:/Employee Backup/Employee in MySQL/Employees/bin/Debug/EmployeesMYSQL.exe.config.deploy did not succeed.
		+ Could not find file 'A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.exe.config.deploy'.
		+ Could not find file 'A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.exe.config.deploy'.
		+ Could not find file 'A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.exe.config.deploy'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
	No transaction error was detected.

WARNINGS
	* The manifest for this application does not have a signature. Signature validation will be ignored.
	* The manifest for this application does not have a signature. Signature validation will be ignored.

OPERATION PROGRESS STATUS
	* [26-Sep-13 11:12:01 AM] : Activation of A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.application has started.
	* [26-Sep-13 11:12:01 AM] : Processing of deployment manifest has successfully completed.
	* [26-Sep-13 11:12:01 AM] : Installation of the application has started.
	* [26-Sep-13 11:12:01 AM] : Processing of application manifest has successfully completed.
	* [26-Sep-13 11:12:04 AM] : Found compatible runtime version 4.0.30319.
	* [26-Sep-13 11:12:04 AM] : Detecting dependent assembly MySql.Data.Entity, Version=6.5.4.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D, processorArchitecture=msil using MySql.Data.Entity, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=msil.
	* [26-Sep-13 11:12:04 AM] : Detecting dependent assembly MySql.Data.CF, Version=6.5.4.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D, processorArchitecture=msil using MySql.Data.CF, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=msil.
	* [26-Sep-13 11:12:04 AM] : Detecting dependent assembly Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A, processorArchitecture=msil using Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=msil.
	* [26-Sep-13 11:12:04 AM] : Detecting dependent assembly MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D, processorArchitecture=msil using MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=msil.
	* [26-Sep-13 11:12:04 AM] : Request of trust and detection of platform is complete.

ERROR DETAILS
	Following errors were detected during this operation.
	* [26-Sep-13 11:12:04 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
		- Downloading file:///A:/Employee Backup/Employee in MySQL/Employees/bin/Debug/EmployeesMYSQL.exe.config.deploy 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.DownloadDependencies(SubscriptionState subState, AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String targetDirectory, String group, IDownloadNotification notification, DownloadOptions options)
			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, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
			at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
		--- Inner Exception ---
		System.Net.WebException
		- Could not find file 'A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.exe.config.deploy'.
		- 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 file 'A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.exe.config.deploy'.
		- Source: System
		- Stack trace:
			at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
			at System.Net.FileWebRequest.GetResponseCallback(Object state)
		--- Inner Exception ---
		System.IO.FileNotFoundException
		- Could not find file 'A:\Employee Backup\Employee in MySQL\Employees\bin\Debug\EmployeesMYSQL.exe.config.deploy'.
		- 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, Boolean useLongPath, Boolean checkHost)
			at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, 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.
Posted

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