Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 Microsoft Azure 的早期版本,但无法写入内存流。不断收到异常。我通过使用不同的技术来解决这个问题来实现我的最终目标,但是我想知道是否有办法做到这一点。鉴于 Azure 是一个共享基础架构,我无法更改安全级别。
写入 MemoryStream 不应该有任何中等信任问题。你怎么写?有什么例外?
I will try to reproduce it. I was doing it on the dev fabric of window's azure. Simply wanted to serialize an object to memory.