Azure worker role.Sharepoint client sdk -


i using azure worker role , sharepoint 2013 client components access sharepoint lists , process them. works on development environment when upload azure cloud service. cannot create clientcontext. , error.

catastrophic failure (exception hresult: 0x8000ffff (e_unexpected))

i have installed sharepoint 2013 client components remoting worker role machine.

this worker role hence can't implement solutions app pool permissions :|

any great!

thank you.

solved myself.

for needs access registry or tasks require permissions.this might helpful

just add following line worker .csdef file, workerrole tag

<runtime executioncontext="elevated"></runtime> 

that should it.


Comments

Popular posts from this blog

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -