Hi,
While I understand this may not be a problem with your code, as I'm out of ideas this is a last ditch attempt for help, but using the ObjectStorageHelper for a custom class "person", I keep encountering this error on the line where I declare the ObjectStorageHelper:
"System.Runtime.InteropServices.WindowsRuntime.RuntimeClass is inaccessible due to its protection level. Only public types can be processed."
From research I understand that this ought to relate to my class but I can't see anything that isn't public:
public class person
{
public string myName;
public string myPhonenum;
public person() { }
}
So I was more wondering if you'd encountered this error at any point during development and could offer any advice?
Thanks for any feedback and much appreciation for this tool!
mercurygal
|