When calling Ice.Util.generateUUID() in Ice for SIlverlight 0.3.2 I get a MethodAccessException in Marshal.PtrToStringAnsi(IntPtr).
Looking at the source, I am surprised "DllImport" even compiles in Silverlight. Its probably there for COM support.
Anyway, why not use the standard Guid class in .NET?
Karl

Reply With Quote