Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application trust level

How can i change Trust level?
I writing c# windows form app with oledb and can't use append query because access disable mode prevent that.

like image 626
Reza Liaghat Avatar asked Jan 16 '23 00:01

Reza Liaghat


1 Answers

in Visual Studio Open your project > go to Project Menu > Properties > Security > Check Enable ClickOnce Security settings > This is a full trust application.

Good luck!

like image 152
Obama Avatar answered Jan 25 '23 02:01

Obama