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
Post a Comment