.NET 4.0 application on network share causes SecurityException

后端 未结 4 1836
深忆病人
深忆病人 2021-01-02 05:44

Today I experienced a weird problem while trying to remotely debug an application built for the .NET 4.0 runtime.

The application resides on a network share and exec

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-02 06:01

    I'm speculating here, but I suspect it's your configuration file that's not trusted.

    In your case, your configuration file is referencing a type ConsoleApplication1.AssetsSection that does not have a strong name that could be used as evidence.

    Can you provide more details and the exact error message.

提交回复
热议问题