Search results for query: *

  • Users: Madaxe
  • Content: Threads
  • Order by date
  1. M

    Resolved Zip File Download Corrupts Only AFter Deployed to Server

    Morning, I have a very interesting situation, when i run my code locally with the IIS express it works great the zip file is downloaded fine. After publishing to AWS Lambda the zip file downloads but is corrupt. I'm trying to understand if its the way in which the controller returns the...
  2. M

    Resolved List Containing Multiple Instances of the Same Object

    Something Odd is happening, even though I created a new object to add to the list in the using statement, it seems to be self referencing, the second time it loops through its adding the same object even though i created a new one and the objects inside are compounding. So at the end i have 7...
  3. M

    Resolved Zip File Created In Memory is Empty, or i get Cannot access a closed Stream.

    I'm trying to build a zip file that contains other zip files, the internal zip files contain XML files serialized from data model objects. I need to keep them in specific groups hence the zip of zips. This is being done server side by microservices, and returned via a web service controller to...
Back
Top Bottom