Results 1 to 1 of 1

Thread: ClickOnce deployment VB2008

Threaded View

  1. #1

    Thread Starter
    Addicted Member _ivo_'s Avatar
    Join Date
    Sep 2009
    Location
    Zagreb
    Posts
    140

    ClickOnce deployment VB2008

    Hello!

    I have a problem with publishing my little application made in Visual Basic Express 2008.
    The publish goes ok, i think. The application is published to an remote site (http://)
    Now I have this application on remote site. But when I go to run this (.../publish.htm) then I get an error I can't solve.

    Please help me. I have make "Search" here but didn't find the solution for my problem.

    This is the error I get.


    Code:
    PLATFORM VERSION INFO
    	Windows 			: 5.1.2600.196608 (Win32NT)
    	Common Language Runtime 	: 2.0.50727.3082
    	System.Deployment.dll 		: 2.0.50727.3053 (netfxsp.050727-3000)
    	mscorwks.dll 			: 2.0.50727.3082 (QFE.050727-3000)
    	dfdll.dll 			: 2.0.50727.3053 (netfxsp.050727-3000)
    	dfshim.dll 			: 2.0.50727.3053 (netfxsp.050727-3000)
    
    SOURCES
    	Deployment url			: file:///C:/Documents%20and%20Settings/ivo/Local%20Settings/Application%20Data/Opera/Opera/temporary_downloads/Izracun%20tezine%20letka.application
    
    ERROR SUMMARY
    	Below is a summary of the errors, details of these errors are listed later in the log.
    	* Activation of C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application resulted in exception. Following failure messages were detected:
    		+ Downloading file:///C:/Documents and Settings/ivo/Local Settings/Application Data/Opera/Opera/temporary_downloads/Izracun tezine letka.application did not succeed.
    		+ Could not find file 'C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application'.
    		+ Could not find file 'C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application'.
    		+ Could not find file 'C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application'.
    
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
    	No transaction error was detected.
    
    WARNINGS
    	There were no warnings during this operation.
    
    OPERATION PROGRESS STATUS
    	* [22.9.2009 21:20:02] : Activation of C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application has started.
    
    ERROR DETAILS
    	Following errors were detected during this operation.
    	* [22.9.2009 21:20:02] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
    		- Downloading file:///C:/Documents and Settings/ivo/Local Settings/Application Data/Opera/Opera/temporary_downloads/Izracun tezine letka.application 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.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, 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 'C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application'.
    		- 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 'C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application'.
    		- 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 'C:\Documents and Settings\ivo\Local Settings\Application Data\Opera\Opera\temporary_downloads\Izracun tezine letka.application'.
    		- 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)
    			at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
    			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.

    And here is the picture!
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width