Click here to Skip to main content
15,878,852 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello experts
i m creating a windows application and i have multiple forms in my application.i have creating a folder in my application folder and put a class file in this folder but i want to retive those cllassfile data in my application...............
problem is that
whenever i put cllass file in applicationn folder then it's work file but when i put class file in another folder(That folder also available in application folder) then it's not work....means i m get problem on creating classfile object so plz help me...
Posted
Updated 9-Dec-12 20:45pm
v2

Check your namespaces, and add the appropriate using line to your file.
If your application folder is a different project, then you need to add a reference to the new project in your old one.

If that isn't what you are talking about, then please try to explain in better detail.
 
Share this answer
 
Comments
Shambhoo kumar 10-Dec-12 4:27am    
Thanks....
i solved this question my self..
 
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