I have just installed the .Net Framework security update and started getting the following error when testing on my development PC:
Request for the permission of type 'System.Data.OleDb.OleDbPermission, System.Data, Version=2.0.0.0, Cluture= neutral, PublicKeyToken=... ' failed.
I am receiving the error in a VSTO Add-in for Word 2007 - this add-in accesses another VB.net assembly that uses oledb to lookup information in an Access db.
Why would this suddenly appear following the yesterday's security update
I am thinking I must need to set some OleDB permission parameters or machine-level security policy in Caspol.exe (or both). Could someone point me in the right direction
Thanks.