adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.27k stars 480 forks source link

TransferTo extension method not found #9

Closed vindberg closed 10 years ago

vindberg commented 10 years ago

Having grabbed the Nuget version. Im getting a "TransferTo" exception trying to unrar a rar file. I says the extension method doesn't exist. I have add using: using SharpCompress.Common; using SharpCompress.Reader; using SharpCompress.Reader.Rar;

Thanks for any help.

adamhathcock commented 10 years ago

It's an extension method in SharpCompress.Utility