Why does my .net application require full trust?

后端 未结 7 1006
有刺的猬
有刺的猬 2020-12-31 08:58

I\'ve developed a .net 3.0 application, which is deployed using clickonce.

I\'d like to move from full trust to partial trust to ease deployment.

I\'ve tried

7条回答
  •  耶瑟儿~
    2020-12-31 09:03

    Adding the requirePermission='false' attribute in the app.config's configsections helps a lot :

     
          

    It made the trick for me !

提交回复
热议问题