We’ve started getting an error when reading MS Project by Stream.
Specified method is not supported.
at System.Net.Http.HttpBaseStream.Seek(Int64 offset, SeekOrigin origin)
at #=zKc$_JwDcs4cK72jobP8=.#=zTyBdeWk=(Stream #=zUG$kowQ=, Encoding #=zsfE8=)
at Aspose.Tasks.Project.#=zK$Llf9RE(Stream #=zUG$kowQ=, LoadOptions #=z9vKWl4wC)
at Aspose.Tasks.Project…ctor(Stream stream)
at Services.External.MSProjectReader.ReadFile(Stream stream) in MSProjectReader.cs:line 115
private List<MSProjectTask> ReadFile(Stream stream)
{
this.SetAsposeLicense();
Project project = new Project(stream); // Line 115
return this.ParseFile(project);
}
Version 22.7.0
This has worked fine until recently, at version 22.6.0 - We updated to 22.7.0 in hopes there was a bug fix…
Any ideas? Thanks!