Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Namespace not found error even though i added DLL reference to references of project that needs that dll, i applied every way but couldn't fix it

In OrderManagement.cs i am using
C#
using TcsCloud.Repository.RepairOrderManagement;


i added
C#
TcsCloud.Repository.RepairOrderManagement.dll
in TCS.Applcation's class but still it throws NAMESPACE NOT FOUND ERROR

i cleaned, built, restarted VS 2013 but nothing helped.

i am using Asp.net C# having 15 projects in one solution
Posted
Comments
BillWoodruff 8-Mar-14 2:28am    
When you type "using TcsCloud." does IntelliSense pop-up with any choices ?

1 solution

Check the references section of the folder. If there is a yellow exclamation mark next to the dll, it is still not properly added.

Maybe the dll version has a problem or the framework is different.
 
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