Link to home
Start Free TrialLog in
Avatar of ButtonDownBobby
ButtonDownBobby

asked on

an error has occurred writing to the hard disk. check if there is enough available space on the disk contact the application vendor

an error has occurred writing to the hard disk. check if there is enough available space on the disk contact the application vendor

PLATFORM VERSION INFO
	Windows 			: 6.1.7601.65536 (Win32NT)
	Common Language Runtime 	: 4.0.30319.18408
	System.Deployment.dll 		: 4.0.30319.18408 built by: FX451RTMGREL
	clr.dll 			: 4.0.30319.18408 built by: FX451RTMGREL
	dfdll.dll 			: 4.0.30319.18408 built by: FX451RTMGREL
	dfshim.dll 			: 4.0.41209.0 (Main.041209-0000)

SOURCES
	Deployment url			: file://fideli-sql.fidelitrade.local/btfs/IT/ddscdata/FrontEnds/MetalApps/FTIAppMenu.application
	Application url			: file://fideli-sql.fidelitrade.local/btfs/IT/ddscdata/FrontEnds/MetalApps/Application%20Files/FTIAppMenu_2014_1_28_1/FTIAppMenu.exe.manifest

IDENTITIES
	Deployment Identity		: FTIAppMenu.application, Version=2014.1.28.1, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=x86
	Application Identity		: FTIAppMenu.exe, Version=2014.1.28.1, Culture=neutral, PublicKeyToken=0000000000000000, processorArchitecture=x86, type=win32

APPLICATION SUMMARY
	* Online only application.

ERROR SUMMARY
	Below is a summary of the errors, details of these errors are listed later in the log.
	* Activation of \\fideli-sql.fidelitrade.local\btfs\IT\ddscdata\FrontEnds\MetalApps\FTIAppMenu.application resulted in exception. Following failure messages were detected:
		+ Downloading file://fideli-sql.fidelitrade.local/btfs/IT/ddscdata/FrontEnds/MetalApps/Application Files/FTIAppMenu_2014_1_28_1/DevExpress.PivotGrid.v12.2.Core.dll.deploy did not succeed.
		+ The file 'C:\Users\achaudhry\AppData\Local\Temp\Deployment\1WD1O0HY.PX8\G3WOEH4N.8DR\DevExpress.PivotGrid.v12.2.Core.dll' already exists.

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
	* [1/29/2014 12:06:45 PM] : Activation of \\fideli-sql.fidelitrade.local\btfs\IT\ddscdata\FrontEnds\MetalApps\FTIAppMenu.application has started.
	* [1/29/2014 12:06:47 PM] : Processing of deployment manifest has successfully completed.
	* [1/29/2014 12:06:47 PM] : Installation of the application has started.
	* [1/29/2014 12:06:47 PM] : Processing of application manifest has successfully completed.
	* [1/29/2014 12:06:50 PM] : Found compatible runtime version 4.0.30319.
	* [1/29/2014 12:06:50 PM] : Request of trust and detection of platform is complete.

ERROR DETAILS
	Following errors were detected during this operation.
	* [1/29/2014 12:06:53 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
		- Downloading file://fideli-sql.fidelitrade.local/btfs/IT/ddscdata/FrontEnds/MetalApps/Application Files/FTIAppMenu_2014_1_28_1/DevExpress.PivotGrid.v12.2.Core.dll.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.IO.IOException
		- The file 'C:\Users\achaudhry\AppData\Local\Temp\Deployment\1WD1O0HY.PX8\G3WOEH4N.8DR\DevExpress.PivotGrid.v12.2.Core.dll' already exists.
		- 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)
			at System.Deployment.Application.SystemNetDownloader.GetOutputFileStream(String targetPath)
			at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)

COMPONENT STORE TRANSACTION DETAILS
	No transaction information is available.

Open in new window


There is more then enough space available on my machine and the server hosting the exe.
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

it looks like the culprit of the problem is in the line

- The file 'C:\Users\achaudhry\AppData\Local\Temp\Deployment\1WD1O0HY.PX8\G3WOEH4N.8DR\DevExpress.PivotGrid.v12.2.Core.dll' already exists.
Avatar of ButtonDownBobby
ButtonDownBobby

ASKER

I recently upgraded the Devexpress controls from 12.2.9 to 12.2.16 and had to remove the older version from my solution and add the newer versions. I'm wondering if there is a conflict with DLL's on the local machine.

I agree that the line you identified is the problem but, what do I do about it?

I've gone to the properties window and clicked on the Publish tab. Then I clicked on the [Application Files...] button did a show all and, I tried excluding the file and published again but, the same error appears. However I still maintained a reference to it.
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I tried it on a fresh new machine here in the office and it worked fine. I don't have two instances of this dll and the old dlls are gone.

This only affects machines that have already installed the application before.