Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi Ian.
If you are trying to rebuild the StrataFrame toolbox, you should go to the StrataFrame menu in Visual Studio, and then choose "Create StrataFrame Toolbox Tab". As for the LZMA assembly, it is not supposed to produce any visual tool at the toolbox, you will add it as a reference in a project where you want to pack files using the MicroFour.StrataFrame.IO.Compression.PackageFile class, since one of its overloads allow you to choose LZMA compression type (MicroFour.StrataFrame.IO.Compression.CompressionType.LZMA)
|