Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i m trying to link two projects but i am getting this error...plz help me out!!

VB
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 
Posted

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.
 
Share this answer
 
- 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!
 
Share this answer
 
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900