nvEncodeAPI.dll refrence could not be added to my C# project -


i have c# project cloudgaming testbed. wanna add nvencodeapi.dll project, error has been occured :

a refrence '*.dll' not added. please make sure file accessible, , valid assembly or com component.

i searched in stack , there solutions didnt work me. know why dll might not import or how around it?

1) right click on project , choose add reference.

2) choose browse tab , go find assembly

3) after adding assembly include reference in class or form ever going use

using myownclass;


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -