Application trust level

Reza Liaghat picture Reza Liaghat · Nov 16, 2012 · Viewed 14.6k times · Source

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.

Answer

Obama picture Obama · Nov 16, 2012

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!