Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all Iam using dataset in my appcode folder in 3tier architecture.Iam not able to refer dataset objects in my code.Please provide me the solution
Posted
Comments
Mahendra.p25 2-May-11 8:17am    
Post your Code and error also
thatraja 2-May-11 11:32am    
We need the relevant code for identify your issue. So update your question.

1 solution

There are few possibilities. To explain these, I am assuming that your dataset lies in project named DSProj and main application is in MainProj:

Possibilities
1. Your dataset is created under DSProj and is being refered from MainProj.
For this you need to add reference of DSProj in MainProj.

2. Your dataset is created under DSProj and is being refered to MainProj and reference is also included.
For this you need to verify if your dataset class is declared as private, make it public so that it can be refered from other projects.

Hope this help you
 
Share this answer
 
v3

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