Why does my .NET application crash when run from a network drive?

前端 未结 6 898
陌清茗
陌清茗 2020-11-29 06:37

My .NET application fails when run from a network drive even when the very same executable runs perfectly fine from a local hard drive?

I tried checking for \"Full t

6条回答
  •  自闭症患者
    2020-11-29 06:50

    If this is .NET 2.0 or greater, ClickOnce was created to really help with this deployment stuff. I only deploy to network shares using that.

提交回复
热议问题