Hi
I am facing an issue "input stream closed, unable to get user input" when try to read XML feed file using below code
selections = Solver.Solve(requirements);
My XML feed file is on Azure
If I keep XML feed file on local machine it executes above statement without any error.
Please suggest.
Note: I was able to read file and get selections earlier with same code. Recently I have added few setups in my installer so I wanted to have new Feed XML using which I can download new dependancies.