简体   繁体   中英

How to add reference from Internet for visual studio 2013 in C#

I can not run a project that built in another laptop with same version of visual studio.There is an error

"Error  4   The type or namespace name 'Ivi' could not be found (are you missing a using directive or an assembly reference?)"  

How I add this to my laptop visual studio

error

Your compiler tells you, that you are missing some references. Most likely you are missing some assemblies. Check under References if both assemblies are available. Do they have an yellow warning sign? If yes, visual studio can not resolve the path to the assembly or the assembly is just missing.

You have to provide some more details about your setup or configuration of the project to determine the situation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM