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