C# ClickOnce ftp not working properly -


after research made publish files on ftp.

but when download "setup.exe" file web , trying run it, getting error "cannot start application"

i looked same error answers others errors

error summary saying manifest may not valid or file not opened, why other people can use ftp, create guides working.

error summary     below summary of errors, details of these errors listed later in log.     * activation of http://www.marzuk.site11.com/webtest/clickoncewebtest.application resulted in exception. following failure messages detected:         + exception reading manifest http://www.marzuk.site11.com/webtest/application%20files/clickoncewebtest_1_0_0_0/clickoncewebtest.exe.manifest: manifest may not valid or file not opened.         + unexpected end of file has occurred. following elements not closed: br, br. line 3, position 254. 

some properties of publishing:

  1. used software visual studio 2013
  2. web hosting http://www.000webhost.com/
  3. publishing folder location ftp://web.site11.com/public_html/webtest/
  4. installation folder url http://www.web.site11.com/webtest/
  5. deployment web page default.htm

so main question is: stopping setup installation , im doing wrong?

there full log of error:

platform version info   windows             : 6.2.9200.0 (win32nt)  common language runtime     : 4.0.30319.34014   system.deployment.dll       : 4.0.30319.33440 built by: fx45w81rtmrel     clr.dll             : 4.0.30319.34014 built by: fx45w81rtmgdr   dfdll.dll           : 4.0.30319.33440 built by: fx45w81rtmrel   dfshim.dll          : 6.3.9600.16384 (winblue_rtm.130821-1623)  sources     deployment url          : http://www.web.site11.com/webtest/clickoncewebtest.application                         server      : apache    deployment provider url     : http://www.web.site11.com/webtest/clickoncewebtest.application  identities  deployment identity     : clickoncewebtest.application, version=1.0.0.0, culture=en-us, publickeytoken=b3b9502bd69c8e4f, processorarchitecture=msil  application summary     * installable application.  error summary   below summary of errors, details of these errors listed later in log.  * activation of http://www.web.site11.com/webtest/clickoncewebtest.application resulted in exception. following failure messages detected:         + exception reading manifest http://www.web.site11.com/webtest/application%20files/clickoncewebtest_1_0_0_0/clickoncewebtest.exe.manifest: manifest may not valid or file not opened.      + unexpected end of file has occurred. following elements not closed: br, br. line 3, position 254.  component store transaction failure summary     no transaction error detected.  warnings    there no warnings during operation.  operation progress status   * [2014-06-27 16:09:22] : activation of http://www.web.site11.com/webtest/clickoncewebtest.application has started.     * [2014-06-27 16:09:23] : processing of deployment manifest has completed.     * [2014-06-27 16:09:23] : installation of application has started.  error details   following errors detected during operation.   * [2014-06-27 16:09:23] system.deployment.application.invaliddeploymentexception (manifestparse)         - exception reading manifest http://www.web.site11.com/webtest/application%20files/clickoncewebtest_1_0_0_0/clickoncewebtest.exe.manifest: manifest may not valid or file not opened.         - source: system.deployment         - stack trace:          @ system.deployment.application.manifestreader.fromdocument(string localpath, manifesttype manifesttype, uri sourceuri)            @ system.deployment.application.downloadmanager.downloadapplicationmanifest(assemblymanifest deploymentmanifest, string targetdir, uri deploymenturi, idownloadnotification notification, downloadoptions options, uri& appsourceuri, string& appmanifestpath)             @ system.deployment.application.downloadmanager.downloadapplicationmanifest(assemblymanifest deploymentmanifest, string targetdir, uri deploymenturi, uri& appsourceuri, string& appmanifestpath)          @ system.deployment.application.applicationactivator.downloadapplication(subscriptionstate substate, activationdescription actdesc, int64 transactionid, tempdirectory& downloadtemp)          @ system.deployment.application.applicationactivator.installapplication(subscriptionstate& substate, activationdescription actdesc)            @ 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.xml.xmlexception         - unexpected end of file has occurred. following elements not closed: br, br. line 3, position 254.         - source: system.xml         - stack trace:          @ system.xml.xmltextreaderimpl.throw(string res, string arg)           @ system.xml.xmltextreaderimpl.parseelementcontent()           @ system.deployment.application.manifestvalidatingreader.xmlfilteredreader.read()          @ system.deployment.application.manifestvalidatingreader.xmlfilteredreader.read()          @ system.xml.xmltextreaderimpl.skip()          @ system.deployment.application.manifestvalidatingreader.xmlfilteredreader.read()          @ system.xml.xmltextreaderimpl.skip()          @ system.deployment.application.manifestvalidatingreader.xmlfilteredreader.read()          @ system.xml.xmlcharcheckingreader.read()          @ system.xml.xsdvalidatingreader.read()            @ system.deployment.application.manifestreader.fromdocument(string localpath, manifesttype manifesttype, uri sourceuri)  component store transaction details     no transaction information available. 

have checked manifest file valid? webserver configured serve .manifest files? configuration required on server deploy clickonce applications. try deploying local web server first.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -