asp.net - Visual Basic 2015 project for VB.NET to work in XP -
apologies lack of knowledge not have experience.
i have created vb.net application using visual basic 2015 however, when tried run application on xp professional version 2002 sp3 follow error message.
i have life of me not know how fix this. .net framework application created in 4.5.2.
the application works on windows 7 , windows 10.
however, issues on xp
platform version info windows : 5.1.2600.196608 (win32nt) common language runtime : 4.0.30319.269 system.deployment.dll : 4.0.30319.1 (rtmrel.030319-0100) clr.dll : 4.0.30319.269 (rtmgdr.030319-2600) dfdll.dll : 4.0.30319.1 (rtmrel.030319-0100) dfshim.dll : 4.0.31106.0 (main.031106-0000)
sources deployment url : file:///c:/documents%20and%20settings/rwuser/desktop/disk%20cleanup%20toolkit/drive_cleanup.application error summary below summary of errors, details of these errors listed later in log. * activation of c:\documents , settings\rwuser\desktop\disk cleanup toolkit\drive_cleanup.application resulted in exception. following failure messages detected: + exception reading manifest file:///c:/documents%20and%20settings/rwuser/desktop/disk%20cleanup%20toolkit/drive_cleanup.application: manifest may not valid or file not opened. + manifest xml signature not valid. + signaturedescription not created signature algorithm supplied. component store transaction failure summary no transaction error detected. warnings there no warnings during operation. operation progress status * [28/07/2016 09:56:20] : activation of c:\documents , settings\rwuser\desktop\disk cleanup toolkit\drive_cleanup.application has started. error details following errors detected during operation. * [28/07/2016 09:56:21] system.deployment.application.invaliddeploymentexception (manifestparse) - exception reading manifest file:///c:/documents%20and%20settings/rwuser/desktop/disk%20cleanup%20toolkit/drive_cleanup.application: 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.downloaddeploymentmanifestdirectbypass(subscriptionstore substore, uri& sourceuri, tempfile& tempfile, subscriptionstate& substate, idownloadnotification notification, downloadoptions options, serverinformation& serverinformation) @ 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.deployment.application.invaliddeploymentexception (signaturevalidation) - manifest xml signature not valid. - source: system.deployment - stack trace: @ system.deployment.application.manifest.assemblymanifest.validatesignature(stream s) @ system.deployment.application.manifestreader.fromdocument(string localpath, manifesttype manifesttype, uri sourceuri) --- inner exception --- system.security.cryptography.cryptographicexception - signaturedescription not created signature algorithm supplied. - source: system.security - stack trace: @ system.security.cryptography.xml.signedxml.checksignedinfo(asymmetricalgorithm key) @ system.security.cryptography.xml.signedxml.checksignature(asymmetricalgorithm key) @ system.security.cryptography.xml.signedxml.checksignaturereturningkey(asymmetricalgorithm& signingkey) @ system.deployment.internal.codesigning.signedcmimanifest.verify(cmimanifestverifyflags verifyflags) @ system.deployment.application.manifest.assemblymanifest.validatesignature(stream s) component store transaction details no transaction information available.
xp supports .net framework version 4.0. if want run on xp you'll need change target framework 4 , re-compile project.
Comments
Post a Comment