Hi,
I opened the package using Winzip, I reached the BIN file, and open it using notepad.
Inside I saw my values.
To open the file using C#, I used the I.O, like StreamReader, but the StreamReader needs a direct path to the file, and when we open the package (using C# code), there is no direct path for any of files.
Is there any way to open the BIN file, on the fly, using the C# code?