Click here to Skip to main content
15,878,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in class library, there are three files .cs and these classes are under namespace dataintegrationframework

1 Column.cs
2 Source.cs
3 Destination.cs

i include the namespace in another project.

using dataintegrationframework;

the two files are shown but the column file does not exist.



dataintegrationframework.Source support

dataintegrationframework.Destination support

dataintegrationframework.Column does not support
Posted
Comments
Honey Jagyasi 12-May-14 1:44am    
Make sure you have added Public keyword in column class file.

1 solution

It could be many reason. Two that come to my mind is namespace name (check names and case) & Access specifiers for the class. It should be marked as Public.
 
Share this answer
 
v2
Comments
Member 10689154 12-May-14 1:59am    
i check things but still does not show the column class
Thanks7872 12-May-14 2:08am    
If this solution doesn't solved your issue then why its an accepted solution?
ArunRajendra 12-May-14 2:19am    
Can you post the code?
Member 10689154 12-May-14 2:59am    
the above solution 50% help in solving the problem. i solved the problem.
ArunRajendra 12-May-14 3:05am    
Post what was the fix so that it would help others.

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