Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. The specified network name is no longer available.

The specified network name is no longer available.

Scheduled Pinned Locked Moved C#
questionsysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DanielWehrle
    wrote on last edited by
    #1

    After my application (heavy file IO on UNC address) is running a little bit it chrashes always with: SystemIO Exception: The specified network name is no longer available. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.get_Length() On this time the Share is also not reachable by explorer, sometimes the compleate system is chrashing, on reboot I have then to kill the explorer.exe. I think I use some resources too much. What is the best way to analyse this? ProcessMonitor? WinDbg? But how? Thanks, daniel

    P 1 Reply Last reply
    0
    • D DanielWehrle

      After my application (heavy file IO on UNC address) is running a little bit it chrashes always with: SystemIO Exception: The specified network name is no longer available. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.get_Length() On this time the Share is also not reachable by explorer, sometimes the compleate system is chrashing, on reboot I have then to kill the explorer.exe. I think I use some resources too much. What is the best way to analyse this? ProcessMonitor? WinDbg? But how? Thanks, daniel

      P Offline
      P Offline
      Paulo Zemek
      wrote on last edited by
      #2

      I don't know the best way to analyse this, but I have a possible solution. Instead of reading and writing to, say "\\SomeComputer\SomeSharing\..." try creating a Remoting application. The remoting application server will run in SomeComputer. Then, it always access everything as C:\ D:\ (or the apropriate local drive) and the clients access the remoting server application instead of the drive mapping. I did that when I started to have problems reading and saving files remotelly and all my problems where gone.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups