I am trying to use the hash comparison to download only the partial list of
files from the original deployment. It isn't working.
I'm able to download the first full version of my deployment to the client.
There after, I update the hash value in the manifest on the server. I
modify the file in question and re-deploy the file on the server.
When the client attempts to get the new update, it doesn't get the new file.
The manifest is set to use the hash comparison and the hashprovider is
identified.
Am I missing a step in my process?
Or is there a working sample somewhere that I can look at?
I'm developing in C# VS2003.
TIA
Jerry
Jerry - 14 Feb 2006 20:34 GMT
got it fixed.
> I am trying to use the hash comparison to download only the partial list of
> files from the original deployment. It isn't working.
[quoted text clipped - 12 lines]
> TIA
> Jerry