Click here to Skip to main content
15,867,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to fix error:
The type or namespace name 'Characters' could not be found (are you missing a using directive or an assembly reference?)?

What is the name space for Characters?
Posted

In my case i had to add below
Microsoft.Office.Interop.Excel

or Microsoft.Office.Interop.Excel.charactres
 
Share this answer
 
Comments
TheRealSteveJudge 2-Dec-14 5:24am    
May be worth a try!
TheRealSteveJudge 2-Dec-14 5:27am    
You are magic. Answering a question by guessing.
Check this link :
http://support2.microsoft.com/kb/304656[^]

Quote:
hopefully help
 
Share this answer
 
Hope you are referring to the External Dll which should be referenced in your code.
 
Share this answer
 
Comments
Am Gayathri 2-Dec-14 5:22am    
Yes
Microsoft.Office.Interop.Excel.charactres
:)
Hi Kavitha,

System.Char is the namespace fro characters.
To know more about this visit the following link:-
http://msdn.microsoft.com/en-us/library/yk2b3t2y(v=vs.110).aspx[^]

http://msdn.microsoft.com/en-us/library/system.char(v=vs.110).aspx[^]

Thanks,
Mukesh
 
Share this answer
 
Comments
TheRealSteveJudge 2-Dec-14 9:55am    
The question was about 'Characters' name space and not about 'System.Char'.

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

  Print Answers RSS


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