File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ Each ClickOnce application you install is assigned a data directory on the desti
3838
3939 If you added an XML file named ` Data.xml ` , the file will look similar to the following code example.
4040
41- ` <file name="Data.xml" hash="23454C18A2DC1D23E5B391FEE299B1F235067C59 " hashalg="SHA1" asmv2:size="39500" /> `
41+ ` <file name="Data.xml" hash="AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 " hashalg="SHA1" asmv2:size="39500" /> `
4242
43434 . Add the attribute ` type ` to this element, and supply it with a value of ` data ` .
4444
45- ` <file name="Data.xml" writeableType="applicationData" hash="23454C18A2DC1D23E5B391FEE299B1F235067C59 " hashalg="SHA1" asmv2:size="39500" /> `
45+ ` <file name="Data.xml" writeableType="applicationData" hash="AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 " hashalg="SHA1" asmv2:size="39500" /> `
4646
47475 . Re-sign your application manifest by using your key pair or certificate, and then re-sign your deployment manifest.
4848
@@ -79,4 +79,4 @@ Each ClickOnce application you install is assigned a data directory on the desti
7979 You must re-sign your deployment manifest because its hash of the application manifest has changed.
8080
8181## Related content
82- - [ Access local and remote data in ClickOnce applications] ( ../deployment/accessing-local-and-remote-data-in-clickonce-applications.md )
82+ - [ Access local and remote data in ClickOnce applications] ( ../deployment/accessing-local-and-remote-data-in-clickonce-applications.md )
You can’t perform that action at this time.
0 commit comments