About 27,600 results
Open links in new tab
  1. c# - System.IO.Packaging - Stack Overflow

    5 System.IO.Packaging is a namespace, not a reference. Most (all?) of the classes within the namespace, such as ZipPackage, are deployed in WindowsBase.dll. Make sure you have a …

  2. .net - What does "System.IO" mean in C#? - Stack Overflow

    Nov 11, 2012 · IO stands for Input and Output. Basically System.IO contains methods for reading and writing files as well as using Streams like you have said already.

  3. How to use System.IO.Compression to read/write ZIP files?

    Actually, the System.IO.Packaging -namespace contains classes for working with Open Packaging style packages. You can use it to create ZIP files (if you don't care about some extra files that will be …

  4. System.IO.Abstractions: Instantiating the FileSystem

    I'm writing some unit tests using System.IO.Abstractions, and I'm following the sample code in GitHub and got stuck here: fileSystem: new FileSystem () //use default implementation which calls Syste...

  5. System.IO.File missing an assembly reference - Stack Overflow

    The type or namespace 'File' does not exist in the namespace 'System.IO' (are you missing an assembly reference? I'm working with .Net Framework 4.5 and VS2012.

  6. c# - System.IO.FileNotFoundException: Could not load file or assembly ...

    System.IO.FileNotFoundException: Could not load file or assembly 'X' or one of its dependencies when deploying the application Asked 13 years, 6 months ago Modified 3 months ago Viewed 322k times

  7. What exactly is the difference between My.Computer.FileSystem and ...

    System.IO.File.Copy(source, dest, True) Is there a performance difference? What is everyone's opinion on which which has the edge on read-ability? I personally use the My.Computer Namespace but that …

  8. Cannot use System.IO.Ports in my C# .NET 8 console application

    Oct 6, 2024 · error: Package 'System.IO.Ports' is incompatible with 'all' frameworks in project 'C:\sources\esp8266\USBComPortReader6b\USBComPortReader6b\USBComPortReader6b.csproj'. …

  9. c# - Could not load file or assembly 'System.IO, Version=4.0.0.0 ...

    Aug 22, 2018 · Could not load file or assembly 'System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Reference assemblies should not …

  10. System.IO.FileNotFoundException: 'Could not load file or assembly

    Mar 2, 2023 · System.IO.FileNotFoundException: 'Could not load file or assembly Asked 2 years, 9 months ago Modified 2 years, 1 month ago Viewed 40k times