System Description A plotting component that uses OOXML to generate a document. Plotting component consists of several parts. All parts are written in C++ as exe + dll's, with the exception of the interface to the OOXML document. The latter component is a COM component that was created in C#/.NET. [...] read more
We use Isolated storage throughout our code and it has always worked fine. Suddenly this error has started coming up in a few different projects and it means that I can't use Isolated Storage at all. I tried adding the System.Runtime.Handles NuGet package but it has made no difference. This [...] read more