Hello,
I've downloaded latest sources and trying to create simple test application.
Here details
<?xml version="1.0" encoding="utf-8"?>
<Tasks>
<FileUpdateTask localPath="htmlayout.dll" lastModified="131004383464894510" fileSize="38033">
</FileUpdateTask>
<FileUpdateTask localPath="test_update.exe" lastModified="131033700587796910" fileSize="6656">
</FileUpdateTask>
</Tasks>
</Feed>
After calling updManager.PrepareUpdates();
I've get error: FileUpdateTask: Failed to get file from source"
Tried to debug:
if (!source.GetData(fileName, baseUrl, OnProgress, ref tempFileLocal)) throw new UpdateProcessFailedException("FileUpdateTask: Failed to get file from source");
at Getdata we have if (uriKey == null || !tempFiles.ContainsKey(uriKey)) return false;
But I've never get tempfiles filed. so it's empty and i'm stuck here. What i'm, duing wrong?