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
Adding the requirePermission='false' attribute in the app.config's configsections helps a lot :
It made the trick for me !