1
설치 프로그램을 다시 작성하지 않고 ClickOnce * .application 구성 파일에서 deploymentPorvider 코드베이스 위치를 변경할 수 있습니까?다시 작성하지 않고 ClickOnce 응용 프로그램에서 배포 공급자 코드베이스 변경
현재 나는 다음과 같은 예외가 점점 오전 :
System.Deployment.Application.InvalidDeploymentException (SignatureValidation)
- Manifest XML signature is not valid.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(Stream s)
at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
--- Inner Exception ---
System.Security.Cryptography.CryptographicException
- The digital signature of the object did not verify.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Internal.CodeSigning.SignedCmiManifest.Verify(CmiManifestVerifyFlags verifyFlags)
at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSignature(Stream s)