在c#中链接两个项目 [英] linking of two projects in c#

查看:91
本文介绍了在c#中链接两个项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

即时尝试链接两个项目,但我收到此错误...请帮助我!!



i m trying to link two projects but i am getting this error...plz help me out!!

The type or namespace name 'Rinjdael' could not be found (are you missing a using directive or an assembly reference?)  C:\Users\pooja\Desktop\final\mmmm\7\WatermarkIt\MainForm.cs 

推荐答案

您是否添加了对包含Rinjdael作为Type或NameSapce的项目的引用。

右键单击当前项目并转到添加引用,然后选择其他项目。
Have u added reference to the Project which contains Rinjdael as Type Or NameSapce.
Right click on your current project and go to add reference and then selec the other project.


- 您可以将项目添加到您的解决方案中。

解决方案资源管理器中的右键单击解决方案 - >子菜单:添加







- 添加对项目的引用。 />
右键单击解决方案资源管理器中的项目 - >参考文献...



祝你好运!
- You can add the project to your solution.
Right click solution in the solution explorer -> submenu: Add

OR

- Add a reference to the project.
Right click the project in the solution explorer -> References...

Good luck!


我也看到了Windows表单项目中的类似问题。即使添加了引用和引用显示正常,它也可能显示此错误。确保项目的配置文件是.NET Framework配置文件,并且不显示为有限的客户端配置文件。
I have seen similar issues in Windows forms projects too. Even after adding a reference and reference showing fine, it might show this error. Make sure the project''s profile is ''.NET Framework Profile'' and not shown as limited client profile.


这篇关于在c#中链接两个项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆