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

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -