Click here to Skip to main content
15,907,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir,
please help me to find the namespace for CustomMethods
CustomMethods Methods = new CustomMethods();
Posted

1 solution

We can't - the name "CustomMethods" implies it is your own class, or one provided to you. You need to look at the source code (if any) you have been given and find out what namespace / assembly it is in. You can then do as the error suggests and add the appropriate reference or using statement.
 
Share this answer
 
Comments
vineethnair 27-Jul-13 3:33am    
thanks sir
OriginalGriff 27-Jul-13 3:53am    
You're welcome!

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