Only some datasets shows in the Solution Explorer of VS.net 2003?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a small Window application and through out the different forms I
create a different dataset. At the begining I used the Tools to drag and
drop the SqlDataAdapter, connection and dataset objects to the frist few
forms but then later I removed those and created these objects in my code.

I now see 3 datasets in the Solution Explorer panel part but not all the
datasets that I have in my codes. Are these 3 datasets leftover from the
previous drag and drop? Should I remove them? If not, then why am I missing
some datasets in that panel?

I will be creating some Crystal Reprots as part of these project later and
will need to pass it different datasets. Will these datasets have to be
listed in the Solution Explorer panel first?

Thanks, Alpha
 
Hi,

What do you mean by "I now see 3 datasets in the Solution Explorer panel "?
Solution Explorer lists all files that are part of the project.If you have
created datasets using wizard they should be somewhere within Solution
Explorer.
 
That's my question. I did create some datasets with wizard earlier but I
have deleted those. I still see 3 files with .xsd extension. I don't know if
these need to be manually removed?

I have created several datasets by code. Will these not appear in the
Solution Explorer area?

Thanks, Alpha

Miha Markic said:
Hi,

What do you mean by "I now see 3 datasets in the Solution Explorer panel "?
Solution Explorer lists all files that are part of the project.If you have
created datasets using wizard they should be somewhere within Solution
Explorer.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

Alpha said:
I have a small Window application and through out the different forms I
create a different dataset. At the begining I used the Tools to drag and
drop the SqlDataAdapter, connection and dataset objects to the frist few
forms but then later I removed those and created these objects in my code.

I now see 3 datasets in the Solution Explorer panel part but not all the
datasets that I have in my codes. Are these 3 datasets leftover from the
previous drag and drop? Should I remove them? If not, then why am I
missing
some datasets in that panel?

I will be creating some Crystal Reprots as part of these project later and
will need to pass it different datasets. Will these datasets have to be
listed in the Solution Explorer panel first?

Thanks, Alpha
 
Alpha said:
That's my question. I did create some datasets with wizard earlier but I
have deleted those. I still see 3 files with .xsd extension. I don't know
if
these need to be manually removed?

If you don't need them then remove them. They are not automatically removed
by deleting a dataset on a form if this is what you mean.
I have created several datasets by code. Will these not appear in the
Solution Explorer area?

Solution Explorer area lists only files that are part of the project (unless
you want to see all files in folders).
If your dataset is part of project then its file will be listed.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
Thanks, Alpha

Miha Markic said:
Hi,

What do you mean by "I now see 3 datasets in the Solution Explorer panel
"?
Solution Explorer lists all files that are part of the project.If you
have
created datasets using wizard they should be somewhere within Solution
Explorer.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

Alpha said:
I have a small Window application and through out the different forms I
create a different dataset. At the begining I used the Tools to drag
and
drop the SqlDataAdapter, connection and dataset objects to the frist
few
forms but then later I removed those and created these objects in my
code.

I now see 3 datasets in the Solution Explorer panel part but not all
the
datasets that I have in my codes. Are these 3 datasets leftover from
the
previous drag and drop? Should I remove them? If not, then why am I
missing
some datasets in that panel?

I will be creating some Crystal Reprots as part of these project later
and
will need to pass it different datasets. Will these datasets have to
be
listed in the Solution Explorer panel first?

Thanks, Alpha
 
Thanks.

Miha Markic said:
Alpha said:
That's my question. I did create some datasets with wizard earlier but I
have deleted those. I still see 3 files with .xsd extension. I don't know
if
these need to be manually removed?

If you don't need them then remove them. They are not automatically removed
by deleting a dataset on a form if this is what you mean.
I have created several datasets by code. Will these not appear in the
Solution Explorer area?

Solution Explorer area lists only files that are part of the project (unless
you want to see all files in folders).
If your dataset is part of project then its file will be listed.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
Thanks, Alpha

Miha Markic said:
Hi,

What do you mean by "I now see 3 datasets in the Solution Explorer panel
"?
Solution Explorer lists all files that are part of the project.If you
have
created datasets using wizard they should be somewhere within Solution
Explorer.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

I have a small Window application and through out the different forms I
create a different dataset. At the begining I used the Tools to drag
and
drop the SqlDataAdapter, connection and dataset objects to the frist
few
forms but then later I removed those and created these objects in my
code.

I now see 3 datasets in the Solution Explorer panel part but not all
the
datasets that I have in my codes. Are these 3 datasets leftover from
the
previous drag and drop? Should I remove them? If not, then why am I
missing
some datasets in that panel?

I will be creating some Crystal Reprots as part of these project later
and
will need to pass it different datasets. Will these datasets have to
be
listed in the Solution Explorer panel first?

Thanks, Alpha
 
Back
Top