I'm trying to create a COM component using ClosedXML. It's working perfectly until I go to save the file. Everything works fine when I run a COM test under .NET, but when I connect it to VB6 it pitches the following error.
'System.IO.IsolatedStorage.IsolatedStorageException' occurred in System.Xml.dll
Unable to determine the identity of domain.
The files written are above 10MB. I've research this for about 2 weeks now and still haven't found a resolution.
'System.IO.IsolatedStorage.IsolatedStorageException' occurred in System.Xml.dll
Unable to determine the identity of domain.
The files written are above 10MB. I've research this for about 2 weeks now and still haven't found a resolution.