i'm attempting publish c# application through visual studio publish tools. upon publishing keep getting following error log file. seems manifest failed download despite being in installation directory. i've tried various things (including wix , install shield) try around it, seem have own issues. found individuals have similar problems on here, dealt server publishing, , i'm attempting publish locally onto computer manual distribution (limited distribution). looking ideas on how fix issue, appreciated!
platform version info windows : 10.0.10586.0 (win32nt) common language runtime : 4.0.30319.42000 system.deployment.dll : 4.6.1038.0 built by: netfxrel2 clr.dll : 4.6.1063.1 built by: netfxrel3stage dfdll.dll : 4.6.1038.0 built by: netfxrel2 dfshim.dll : 10.0.10586.0 (th2_release.151029-1700) sources deployment url : file:///c:/users/xx/desktop/training%20management%20system/publish9/application%20files/training%20management%20system_1_0_0_9/training%20management%20system.application identities deployment identity : training management system.application, version=1.0.0.9, culture=neutral, publickeytoken=8acccae3f44d0097, processorarchitecture=msil application summary * installable application. error summary below summary of errors, details of these errors listed later in log. * activation of c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\training management system.application resulted in exception. following failure messages detected: + downloading file:///c:/users/xx/desktop/training management system/publish9/application files/training management system_1_0_0_9/application files/training management system_1_0_0_9/training management system.exe.manifest did not succeed. + not find part of path 'c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\application files\training management system_1_0_0_9\training management system.exe.manifest'. + not find part of path 'c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\application files\training management system_1_0_0_9\training management system.exe.manifest'. + not find part of path 'c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\application files\training management system_1_0_0_9\training management system.exe.manifest'. component store transaction failure summary no transaction error detected. warnings there no warnings during operation. operation progress status * [1/24/2016 12:20:42 pm] : activation of c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\training management system.application has started. * [1/24/2016 12:20:42 pm] : processing of deployment manifest has completed. * [1/24/2016 12:20:42 pm] : installation of application has started. error details following errors detected during operation. * [1/24/2016 12:20:42 pm] system.deployment.application.deploymentdownloadexception (unknown subtype) - downloading file:///c:/users/xx/desktop/training management system/publish9/application files/training management system_1_0_0_9/application files/training management system_1_0_0_9/training management system.exe.manifest 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.downloadapplicationmanifest(assemblymanifest deploymentmanifest, string targetdir, uri deploymenturi, idownloadnotification notification, downloadoptions options, 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.net.webexception - not find part of path 'c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\application files\training management system_1_0_0_9\training management system.exe.manifest'. - source: system - stack trace: @ system.net.filewebrequest.endgetresponse(iasyncresult asyncresult) @ system.deployment.application.systemnetdownloader.downloadsinglefile(downloadqueueitem next) --- inner exception --- system.net.webexception - not find part of path 'c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\application files\training management system_1_0_0_9\training management system.exe.manifest'. - 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.directorynotfoundexception - not find part of path 'c:\users\xx\desktop\training management system\publish9\application files\training management system_1_0_0_9\application files\training management system_1_0_0_9\training management system.exe.manifest'. - 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.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) component store transaction details no transaction information available.
ok, got , running.
the issue external. using mysql in program, appropriate dll wasn't transferring. removed existing mysql dlls, , added new 1 downloaded oracle website.
Comments
Post a Comment