Click here to Skip to main content
15,896,063 members

Comments by sonia$cool (Top 2 by date)

sonia$cool 7-Feb-13 0:44am View    
Yes.. different GUIDs get generated each time. But my xps files save a PNG image which is under .../Resources/Images. If I succeed in unzipping the xps file, I can compare the PNG files. But the problem is with unzipping the xps files. I tried using GZipStream class under System.IO.Compression but in vain. I am getting a runtime error like 'The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.' Any help with this..
sonia$cool 24-Aug-11 10:18am View    
Thanks for the information. I actually want to retrieve the language name in english. When my app is run on different machines with other language OS, it should retrieve the language same as that of the OS. But I see on certain OS like Brazilian, Chinese (Simplified), Hungarian, etc., it is retrieved as English, English (United States) when I use CultureInfo.CurrentCulture.EnglishName.