c# - OData.Simple.Client Linking "Attempt to access the method failed." -


i trying link entries using odata.simple.client

    public async task addgenresasnyc(int userid, list<genre> genres)     {         await client.for<user>.key(userid).linkentryasync(x => x.genres, genres);     } 

this method using in order it. when run it throws exception

"attempt access method failed."

anyone have idea?


Comments

Popular posts from this blog

amazon web services - S3 and apache mod_proxy with basic authentication -

How to install ruby on rails -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -