How do I delete solutions? But not the same directions in VS help.
I already followed the instruction for Removing project(s), I had only one.
The instructions for the solution were to highlight it in Solution Explorer,
choose Edit and delete. Delete is grayed out.
Background:
I searched for and read the instructions in VS for removing a project and
deleting a solution. Essentially, they are test projects/solutions that I
tried, and want to get rid of. I also noted that some instructions were to
to delete in windows explorer. But I have my project/solution name
(StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot. My SQL database name is the same,
StarsM_Production.
I am (totally) unfamiliar as to where VS stores everything, for Web apps,
except inetpub, wwwroot is popular.
Oh, wow. Those Discussion Group choices that I had to choose from are not
in alphabetical order! YIK!
--
MichaelM 6 1926
VS Stores solutions by default in your My Documents\Visual Studio <maybe a
version number>\Projects directory tree. On my system, this is My
Documents\Visual Studio 2005\Projects. Solutions are stored in the
directory with the solution name. To delete an entire solution, exit VS and
then delete the solution from the Projects directory.
Mike Ober.
"Michael Miller" <Mi***********@discussions.microsoft.comwrote in message
news:89**********************************@microsof t.com...
How do I delete solutions? But not the same directions in VS help.
I already followed the instruction for Removing project(s), I had only
one.
The instructions for the solution were to highlight it in Solution
Explorer,
choose Edit and delete. Delete is grayed out.
Background:
I searched for and read the instructions in VS for removing a project and
deleting a solution. Essentially, they are test projects/solutions that I
tried, and want to get rid of. I also noted that some instructions were
to
to delete in windows explorer. But I have my project/solution name
(StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot. My SQL database name is the
same,
StarsM_Production.
I am (totally) unfamiliar as to where VS stores everything, for Web apps,
except inetpub, wwwroot is popular.
Oh, wow. Those Discussion Group choices that I had to choose from are not
in alphabetical order! YIK!
--
MichaelM
Michael,
Use Windows explorer as long as it are not ASPNET projects.
Cpr
"Michael Miller" <Mi***********@discussions.microsoft.comschreef in
bericht news:89**********************************@microsof t.com...
How do I delete solutions? But not the same directions in VS help.
I already followed the instruction for Removing project(s), I had only
one.
The instructions for the solution were to highlight it in Solution
Explorer,
choose Edit and delete. Delete is grayed out.
Background:
I searched for and read the instructions in VS for removing a project and
deleting a solution. Essentially, they are test projects/solutions that I
tried, and want to get rid of. I also noted that some instructions were
to
to delete in windows explorer. But I have my project/solution name
(StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot. My SQL database name is the
same,
StarsM_Production.
I am (totally) unfamiliar as to where VS stores everything, for Web apps,
except inetpub, wwwroot is popular.
Oh, wow. Those Discussion Group choices that I had to choose from are not
in alphabetical order! YIK!
--
MichaelM
Michael and Cor,
Thanks for the good responses.
I did use the wrong word on the project. I -deleted- it first, not removed
it. I should have used the correct term. But, you both answered the
question about the Solution itself. Also, I did see it under my documents.
Yes, Cor. I do have ASPNET projects and solutions:
....I have my project/solution name (StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot...
Am I supposed to get rid of those?
--
MichaelM
"Michael D. Ober" wrote:
VS Stores solutions by default in your My Documents\Visual Studio <maybe a
version number>\Projects directory tree. On my system, this is My
Documents\Visual Studio 2005\Projects. Solutions are stored in the
directory with the solution name. To delete an entire solution, exit VS and
then delete the solution from the Projects directory.
Mike Ober.
"Michael Miller" <Mi***********@discussions.microsoft.comwrote in message
news:89**********************************@microsof t.com...
How do I delete solutions? But not the same directions in VS help.
I already followed the instruction for Removing project(s), I had only
one.
The instructions for the solution were to highlight it in Solution
Explorer,
choose Edit and delete. Delete is grayed out.
Background:
I searched for and read the instructions in VS for removing a project and
deleting a solution. Essentially, they are test projects/solutions that I
tried, and want to get rid of. I also noted that some instructions were
to
to delete in windows explorer. But I have my project/solution name
(StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot. My SQL database name is the
same,
StarsM_Production.
I am (totally) unfamiliar as to where VS stores everything, for Web apps,
except inetpub, wwwroot is popular.
Oh, wow. Those Discussion Group choices that I had to choose from are not
in alphabetical order! YIK!
--
MichaelM
Michael and Cor,
I forgot to tell you that my version is VS .NET 2003 (not 2005) in case it
makes a difference.
--
MichaelM
"Michael D. Ober" wrote:
VS Stores solutions by default in your My Documents\Visual Studio <maybe a
version number>\Projects directory tree. On my system, this is My
Documents\Visual Studio 2005\Projects. Solutions are stored in the
directory with the solution name. To delete an entire solution, exit VS and
then delete the solution from the Projects directory.
Mike Ober.
"Michael Miller" <Mi***********@discussions.microsoft.comwrote in message
news:89**********************************@microsof t.com...
How do I delete solutions? But not the same directions in VS help.
I already followed the instruction for Removing project(s), I had only
one.
The instructions for the solution were to highlight it in Solution
Explorer,
choose Edit and delete. Delete is grayed out.
Background:
I searched for and read the instructions in VS for removing a project and
deleting a solution. Essentially, they are test projects/solutions that I
tried, and want to get rid of. I also noted that some instructions were
to
to delete in windows explorer. But I have my project/solution name
(StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot. My SQL database name is the
same,
StarsM_Production.
I am (totally) unfamiliar as to where VS stores everything, for Web apps,
except inetpub, wwwroot is popular.
Oh, wow. Those Discussion Group choices that I had to choose from are not
in alphabetical order! YIK!
--
MichaelM
Michael,
It makes a difference, with 2003 it is more work than with 2005. To remove a
aspnet project use your computermanagement tool to remove it from IIS
(webroot) were it is mostly located.
Cor
"Michael Miller" <Mi***********@discussions.microsoft.comschreef in
bericht news:27**********************************@microsof t.com...
Michael and Cor,
I forgot to tell you that my version is VS .NET 2003 (not 2005) in case it
makes a difference.
--
MichaelM
"Michael D. Ober" wrote:
>VS Stores solutions by default in your My Documents\Visual Studio <maybe a version number>\Projects directory tree. On my system, this is My Documents\Visual Studio 2005\Projects. Solutions are stored in the directory with the solution name. To delete an entire solution, exit VS and then delete the solution from the Projects directory.
Mike Ober.
"Michael Miller" <Mi***********@discussions.microsoft.comwrote in message news:89**********************************@microso ft.com...
How do I delete solutions? But not the same directions in VS help.
I already followed the instruction for Removing project(s), I had only
one.
The instructions for the solution were to highlight it in Solution
Explorer,
choose Edit and delete. Delete is grayed out.
Background:
I searched for and read the instructions in VS for removing a project
and
deleting a solution. Essentially, they are test projects/solutions
that I
tried, and want to get rid of. I also noted that some instructions
were
to
to delete in windows explorer. But I have my project/solution name
(StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot. My SQL database name is the
same,
StarsM_Production.
I am (totally) unfamiliar as to where VS stores everything, for Web
apps,
except inetpub, wwwroot is popular.
Oh, wow. Those Discussion Group choices that I had to choose from are
not
in alphabetical order! YIK!
--
MichaelM
I replied that I would look into it.
But on Post, I was taken a login again and then back to this msg.
Forgive any duplicate.
I closed out both your answers.
--
MichaelM
"Cor Ligthert [MVP]" wrote:
Michael,
It makes a difference, with 2003 it is more work than with 2005. To remove a
aspnet project use your computermanagement tool to remove it from IIS
(webroot) were it is mostly located.
Cor
"Michael Miller" <Mi***********@discussions.microsoft.comschreef in
bericht news:27**********************************@microsof t.com...
Michael and Cor,
I forgot to tell you that my version is VS .NET 2003 (not 2005) in case it
makes a difference.
--
MichaelM
"Michael D. Ober" wrote:
VS Stores solutions by default in your My Documents\Visual Studio <maybe
a
version number>\Projects directory tree. On my system, this is My
Documents\Visual Studio 2005\Projects. Solutions are stored in the
directory with the solution name. To delete an entire solution, exit VS
and
then delete the solution from the Projects directory.
Mike Ober.
"Michael Miller" <Mi***********@discussions.microsoft.comwrote in
message
news:89**********************************@microsof t.com...
How do I delete solutions? But not the same directions in VS help.
I already followed the instruction for Removing project(s), I had only
one.
The instructions for the solution were to highlight it in Solution
Explorer,
choose Edit and delete. Delete is grayed out.
Background:
I searched for and read the instructions in VS for removing a project
and
deleting a solution. Essentially, they are test projects/solutions
that I
tried, and want to get rid of. I also noted that some instructions
were
to
to delete in windows explorer. But I have my project/solution name
(StarsM_Production) in at least two places.
I see it in VSWebCache, underneath my computer name, and the other
occurrence is in Inetpub, under wwwroot. My SQL database name is the
same,
StarsM_Production.
I am (totally) unfamiliar as to where VS stores everything, for Web
apps,
except inetpub, wwwroot is popular.
Oh, wow. Those Discussion Group choices that I had to choose from are
not
in alphabetical order! YIK!
--
MichaelM
This discussion thread is closed Replies have been disabled for this discussion. Similar topics
2 posts
views
Thread by Chris E. Yoon |
last post: by
|
reply
views
Thread by cppsks |
last post: by
|
reply
views
Thread by cppsks |
last post: by
|
11 posts
views
Thread by Jonan |
last post: by
|
3 posts
views
Thread by vcornjamb |
last post: by
|
3 posts
views
Thread by John Rivers |
last post: by
|
3 posts
views
Thread by richardkreidl |
last post: by
|
1 post
views
Thread by Lulu |
last post: by
|
1 post
views
Thread by Tom C |
last post: by
| | | | | | | | | | |