Hi,
I have download the samples from
http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=3638 I was able to upload files from filesystem to Azure blob however the download says "creating file... but i dont see any files created in the targetted directory. Initially it was error at FileRetreiver.cs as shown below
public string AbsoluteSourceFilePath
{
get
{
throw new NotImplementedException("Absolute Path Not Supported");
}
}
I change this code to return the path but file is not created. Am i missing anything?
It will be nice if you guys create New root level category like SyncFx-AzureSynchronization.
Thanks.