Hi team- For ms project export from web api C# I am converting .mpp memory stream to required “application/vnd.ms-project” format but getting empty file or null Content. below is the code
HttpResponseMessage result = ne…...getting empty file or null content. below is the code HttpResponseMessage...result.Content = new StreamContent(ms); result.Content.Headers...