首页 > 解决方案 > System.IO.IOException: '云文件提供程序未运行

问题描述

.svc (wcf) 项目未在本地 IIS 上启动,该项目运行正常。但是当他买了一台新电脑后,它就停止工作了。这可能是因为 iis 设置已更改。我该如何解决

错误图像

System.IO.IOException
  HResult=0x8007016A
  Message=The cloud file provider is not running.

  Source=mscorlib
  StackTrace:
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)
   at System.IO.StreamReader.ReadBuffer()
   at System.IO.StreamReader.get_EndOfStream()
   at Microsoft.Tools.TestClient.ApplicationSettings.ReadSettingFile()
   at Microsoft.Tools.TestClient.ApplicationSettings..ctor()
   at Microsoft.Tools.TestClient.ApplicationSettings.GetInstance()
   at Microsoft.Tools.TestClient.UI.MainForm.ConstructRecentServiceMenuItems()
   at Microsoft.Tools.TestClient.UI.MainForm..ctor()
   at Microsoft.Tools.TestClient.UI.MainForm..ctor(String[] endpoints)
   at Microsoft.Tools.TestClient.Program.Main(String[] args)

  This exception was originally thrown at this call stack:
    [External Code]

标签: wcfiis

解决方案


我认为 OneDrive 存在连接问题。重启电脑后问题解决


推荐阅读