You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
We are working on a Xamarin project that needs to split a large file into smaller files with specified file sizes. we tried to use the SeveZipSharp library by installing the squid-box-sevenzipsharp NuGet package which supports xamarin forms for compressing and decompressing large files.
But while we compress the large files, we got an exception: kernel32.dll assembly: type: member:(null)
For your reference, this is our code,
try
{
string dll = @"/Users/macmini3/Documents/7z/7z.dll";
string filename = @"/Users/macmini3/Documents/FileFolder";
string output = @"/Users/macmini3/Documents/Files/zipped.7z";
We are working on a Xamarin project that needs to split a large file into smaller files with specified file sizes. we tried to use the SeveZipSharp library by installing the squid-box-sevenzipsharp NuGet package which supports xamarin forms for compressing and decompressing large files.
But while we compress the large files, we got an exception: kernel32.dll assembly: type: member:(null)
For your reference, this is our code,
try
{
string dll = @"/Users/macmini3/Documents/7z/7z.dll";
string filename = @"/Users/macmini3/Documents/FileFolder";
string output = @"/Users/macmini3/Documents/Files/zipped.7z";
We are using Visual Studio Community 2019 for mac (Version: 8.10.25) and Xamarin Forms (Version: 4.5.0.356)
The text was updated successfully, but these errors were encountered: