|
Hi,
I have problem with my Console Application (.NET Framework 3.5).
Whentry to use IsolatedStorageFile.GetMachineStoreForApplication() and start application without debugging it throws IsolatedStorageException: "Unable to determine the identity of domain".
But in debug mode everything is OK.
I have noticed that AppDomain.CurrentDomain.ApplicationIdentity is null when I"Start without debugging" my application, but in debug mode this property has assigned value.
Howto use IsolatedStorageFile.GetMachineStoreForApplication() in application, (production application is executed without debugging).
Thanks in advance! |