Is there a way to write to a memory stream, in a medium trust environment?

I'm working on an early release of Microsoft's Azure and can't write to a memory stream. Keep getting the exception. I fixed the problem using a different technique to achieve my end goal, however I wanted to know if there is a way to do this. Given that Azure is a shared infrastructure, I cannot change the security level.

0


source to share


2 answers


There should be no medium trust issues when writing to a MemoryStream. How do you write about this? What is the exception?



+1


source


I will try to reproduce it. I did it on the basis of an azure window fabric. Just wanted to serialize the object into memory.



0


source







All Articles