c# - clickOnce, .application fail: The network path was not found -


i attempting set clickonce application on shared server. have set borth publishing location , installation folder point @ same location: z:\hrd utility\ , \\z\hrd utility\

however when running app z folder gives me following error.

platform version info     windows             : 6.1.7601.65536 (win32nt)     common language runtime     : 4.0.30319.18052     system.deployment.dll       : 4.0.30319.17929 built by: fx45rtmrel     clr.dll             : 4.0.30319.18052 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:///z:/hrd%20utility/application%20files/mainlauncher_1_0_0_7/mainlauncher.application     deployment provider url     : file://z/hrd%20utility/mainlauncher.application  error summary     below summary of errors, details of these errors listed later in log.     * activation of z:\hrd utility\application files\mainlauncher_1_0_0_7\mainlauncher.application resulted in exception. following failure messages detected:         + downloading file://z/hrd utility/mainlauncher.application did not succeed.         + network path not found.          + network path not found.          + network path not found.   component store transaction failure summary     no transaction error detected.  warnings     there no warnings during operation.  operation progress status     * [7/18/2013 11:28:13 am] : activation of z:\hrd utility\application files\mainlauncher_1_0_0_7\mainlauncher.application has started.  error details     following errors detected during operation.     * [7/18/2013 11:28:13 am] system.deployment.application.deploymentdownloadexception (unknown subtype)         - downloading file://z/hrd utility/mainlauncher.application did not succeed.         - source: system.deployment         - stack trace:             @ system.deployment.application.systemnetdownloader.downloadsinglefile(downloadqueueitem next)             @ system.deployment.application.systemnetdownloader.downloadallfiles()             @ system.deployment.application.filedownloader.download(subscriptionstate substate)             @ system.deployment.application.downloadmanager.downloadmanifestasrawfile(uri& sourceuri, string targetpath, idownloadnotification notification, downloadoptions options, serverinformation& serverinformation)             @ system.deployment.application.downloadmanager.downloadmanifest(uri& sourceuri, string targetpath, idownloadnotification notification, downloadoptions options, manifesttype manifesttype, serverinformation& serverinformation)             @ system.deployment.application.downloadmanager.downloaddeploymentmanifestdirect(subscriptionstore substore, uri& sourceuri, tempfile& tempfile, idownloadnotification notification, downloadoptions options, serverinformation& serverinformation)             @ system.deployment.application.downloadmanager.followdeploymentprovideruri(subscriptionstore substore, assemblymanifest& deployment, uri& sourceuri, tempfile& tempfile, idownloadnotification notification, downloadoptions options)             @ system.deployment.application.downloadmanager.downloaddeploymentmanifestbypass(subscriptionstore substore, uri& sourceuri, tempfile& tempfile, subscriptionstate& substate, idownloadnotification notification, downloadoptions options)             @ system.deployment.application.applicationactivator.performdeploymentactivation(uri activationuri, boolean isshortcut, string textualsubid, string deploymentproviderurlfromextension, browsersettings browsersettings, string& errorpageurl)             @ system.deployment.application.applicationactivator.activatedeploymentworker(object state)         --- inner exception ---         system.net.webexception         - network path not found.          - source: system         - stack trace:             @ system.net.filewebrequest.endgetresponse(iasyncresult asyncresult)             @ system.net.filewebrequest.getresponse()             @ system.deployment.application.systemnetdownloader.downloadsinglefile(downloadqueueitem next)         --- inner exception ---         system.net.webexception         - network path not found.          - source: system         - stack trace:             @ system.net.filewebresponse..ctor(filewebrequest request, uri uri, fileaccess access, boolean asynchint)             @ system.net.filewebrequest.getresponsecallback(object state)         --- inner exception ---         system.io.ioexception         - network path not found.          - source: mscorlib         - stack trace:             @ system.io.__error.winioerror(int32 errorcode, string maybefullpath)             @ 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)             @ system.io.filestream..ctor(string path, filemode mode, fileaccess access, fileshare share, int32 buffersize, fileoptions options, string msgpath, boolean bfromproxy)             @ system.io.filestream..ctor(string path, filemode mode, fileaccess access, fileshare share, int32 buffersize, boolean useasync)             @ system.net.filewebstream..ctor(filewebrequest request, string path, filemode mode, fileaccess access, fileshare sharing, int32 length, boolean async)             @ system.net.filewebresponse..ctor(filewebrequest request, uri uri, fileaccess access, boolean asynchint)     not sure why isn't allowing install. 


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -