Hi
I want to create the ZIP file . I have use SysTaskRecorderPackageZip i am able to get the zip file but i am geeting XML file also i donot want that .
Is any other way to create the ZIP File without XML .
Thanks
Pushpendra singh
Hi
I want to create the ZIP file . I have use SysTaskRecorderPackageZip i am able to get the zip file but i am geeting XML file also i donot want that .
Is any other way to create the ZIP File without XML .
Thanks
Pushpendra singh
If you want to zip it. You can use System.IO.Compression.ZipFile.
sangeethwiki.blogspot.com/.../rar-conversion-through-x.html
x++(2012) dont have it(or I don't remember) but you can use ZipArchive at C#
System.IO.Compression.ZipArchive
gearupdax.blogspot.com/.../x-code-to-create-zip-files-in-d365.html
System.IO.Compression.GZipStream
See class SysTaskRecorderPackageZip.
Hi,
creating a zip file doesn't create xml files so you don't have to worry about that.
I suggest to input following terms in a web search, you will find plenty of information: "dynamics ax x++ create zip"
Thank you nikolas .
Can u please let me know any other way or any standard clas where zip file creation is been implemented in AX 2012 .
I dont want the XML file created after the zip is created
Thanks
Pushpendra singh
Yes, there are many ways to create zip files.
André Arnaud de Cal...
293,278
Super User 2025 Season 1
Martin Dráb
231,983
Most Valuable Professional
nmaenpaa
101,156
Moderator