Re: ASP.NET How can one love it.

2006-06-08 Thread dave
is that it? ;)

~Dave the disruptor~ 


From: Adam Churvis [EMAIL PROTECTED]
Sent: Wednesday, June 07, 2006 11:54 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: ASP.NET How can one love it. 

You can delete this from the file system, then click the projects on the Start 
Page and they'll go away from the Recent Projects list that appears when you 
first launch.

If you want to remove them from the Recent Projects list but don't want to dump 
them, just move the related files from both the Projects and WebSites folders 
to another folder, then click the project name in the list on the Start Page. 
When VS doesn't find the project files, it removes the entry from the Recent 
Projects list.

Hope this helps.
Respectfully,

Adam Phillip Churvis
Certified Advanced ColdFusion MX 7 Developer
BlueDragon Alliance Founding Committee

Get advanced intensive Master-level training in
C#  ASP.NET 2.0 for ColdFusion Developers at
ProductivityEnhancement.com

 - Original Message - 
 From: Ian Skinner 
 To: CF-Talk 
 Sent: Tuesday, June 06, 2006 5:52 PM
 Subject: ASP.NET How can one love it.

 Ok in reality I'm griping about Visual Studio (2005 Professional to be 
specific).

 I'm going through the How do I ... tutorials. So far I have done three and 
have had trouble with two of them. One, where the instructions where wrong, and 
a second, where something was wrong with my system configuration, have not 
developed a sense of love within by breast.

 Anyway, through all this I have created some projects that I do not want. 
They are stored in an undesirable place and I would like to remove them from my 
work space. I can't. I look up the instructions in the help and I get these.

 Deleting
 You can delete a project permanently, but not by using Visual Studio. You need 
to remove any references to the project you want to delete from solutions you 
have in Visual Studio, and then use Windows Explorer to delete the associated 
files from storage permanently.

 To permanently delete a project
 1) In Solution Explorer, select the project you want to delete from the 
solution.
 2) On the Edit menu, select Remove.
 3) In Windows Explorer, locate and select the files associated with the 
project you want to delete.
 4) On the File menu, select Delete.

 But this does not work. There is no Remove command in the Edit menu. So what 
am I supposed to do?

 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 | |
 - Binary Soduko
 | | |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice: This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242879
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ASP.NET How can one love it.

2006-06-07 Thread Dave Gruska
All you need to do is delete it in Windows Explorer. There is no remove for 
whole projects. You can delete individual files in a project by right-clicking 
on them, and selecting delete, which deletes them permanently from VS and the 
file system.

If, for some reason, this doesn't work, you can also delete a project 
programmatically. Let me know if you need to do this, and I can send you the 
code.

Why the instructions are wrong, I don't know. That's definitely frustrating. 
I've had a lot of luck with the Apress books for learning both Visual Studio 
and .NET. MSDN (http://msdn.microsoft.com/asp.net/) is usually an excellent 
source as well.

Lastly, I'm tempted to defend ASP.NET/Visual Studio, especially based on your 
Subject line, but I don't want to start a flame war. I will say that I 
absolutely love both CF and .NET.

Dave Gruska


 Ok in reality I'm griping about Visual Studio (2005 Professional to be 
 specific).
 
 I'm going through the How do I ... tutorials.  So far I have done 
 three and have had trouble with two of them.  One, where the 
 instructions where wrong, and a second, where something was wrong with 
 my system configuration, have not developed a sense of love within by 
 breast.
 
 Anyway, through all this I have created some projects that I do not 
 want.  They are stored in an undesirable place and I would like to 
 remove them from my work space.  I can't.  I look up the instructions 
 in the help and I get these.
 
 quote
 Deleting
 You can delete a project permanently, but not by using Visual Studio. 
 You need to remove any references to the project you want to delete 
 from solutions you have in Visual Studio, and then use Windows 
 Explorer to delete the associated files from storage permanently.
 
 To permanently delete a project
 1)  In Solution Explorer, select the project you want to delete from 
 the solution.
 2) On the Edit menu, select Remove.
 3) In Windows Explorer, locate and select the files associated with 
 the project you want to delete.
 4) On the File menu, select Delete.
 /quote
 
 But this does not work.  There is no Remove command in the Edit menu.  
 So what am I supposed to do?
 
 
 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA
 
 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -
 
 
 C code. C code run. Run code run. Please!
 - Cynthia Dunning
 
 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242765
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ASP.NET How can one love it.

2006-06-07 Thread Ken Ferguson
You don't wanna start a flame war??? Come on Dave, we live for flame 
wars!!! Seriously though, that's the way I feel every time someone goes 
off baggin' on PHP. I've been doing both for so long that I can actually 
see the good and bad things about each language.

--Ferg



Dave Gruska wrote:
 All you need to do is delete it in Windows Explorer. There is no remove for 
 whole projects. You can delete individual files in a project by 
 right-clicking on them, and selecting delete, which deletes them 
 permanently from VS and the file system.

 If, for some reason, this doesn't work, you can also delete a project 
 programmatically. Let me know if you need to do this, and I can send you the 
 code.

 Why the instructions are wrong, I don't know. That's definitely frustrating. 
 I've had a lot of luck with the Apress books for learning both Visual Studio 
 and .NET. MSDN (http://msdn.microsoft.com/asp.net/) is usually an excellent 
 source as well.

 Lastly, I'm tempted to defend ASP.NET/Visual Studio, especially based on your 
 Subject line, but I don't want to start a flame war. I will say that I 
 absolutely love both CF and .NET.

 Dave Gruska


   
 Ok in reality I'm griping about Visual Studio (2005 Professional to be 
 specific).

 I'm going through the How do I ... tutorials.  So far I have done 
 three and have had trouble with two of them.  One, where the 
 instructions where wrong, and a second, where something was wrong with 
 my system configuration, have not developed a sense of love within by 
 breast.

 Anyway, through all this I have created some projects that I do not 
 want.  They are stored in an undesirable place and I would like to 
 remove them from my work space.  I can't.  I look up the instructions 
 in the help and I get these.

 quote
 Deleting
 You can delete a project permanently, but not by using Visual Studio. 
 You need to remove any references to the project you want to delete 
 from solutions you have in Visual Studio, and then use Windows 
 Explorer to delete the associated files from storage permanently.

 To permanently delete a project
 1)  In Solution Explorer, select the project you want to delete from 
 the solution.
 2) On the Edit menu, select Remove.
 3) In Windows Explorer, locate and select the files associated with 
 the project you want to delete.
 4) On the File menu, select Delete.
 /quote

 But this does not work.  There is no Remove command in the Edit menu.  
 So what am I supposed to do?


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -
 
  
   
 C code. C code run. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 

 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242772
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ASP.NET How can one love it.

2006-06-07 Thread Ken Ketsdever
Right-click in the Solution Explorer panel

AND?

Extend finger used for right click, extend arm in the air, and scream.

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242796
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ASP.NET How can one love it.

2006-06-07 Thread Ian Skinner
Lastly, I'm tempted to defend ASP.NET/Visual Studio, especially based on your 
Subject line, but I don't want to start a flame war. I will say that I 
absolutely love both CF and .NET.

Dave Gruska

I really don't have much against ASP.NET as long as it's not pushed on me with 
LEARN .NET or you will never work again... type arguments.  I wonder how many 
people realize with very little work one could make CF run markup that looks 
just like ASP.NET markup.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242811
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ASP.NET How can one love it.

2006-06-07 Thread Dave Gruska
 I wonder how many people realize with very little work one could make 
 CF run markup that looks just like ASP.NET markup.

Agreed. I'm currently working on putting together a list of CFC -- .NET class 
equivalents. They are quite similar. I'll post my findings here if anyone is 
interested.

Anyway, did you get your problem figured out?

Dave Gruska

 Lastly, I'm tempted to defend ASP.NET/Visual Studio, especially based 
 on your Subject line, but I don't want to start a flame war. I will 
 say that I absolutely love both CF and .NET.
 
 Dave Gruska
 
 I really don't have much against ASP.NET as long as it's not pushed on 
 me with LEARN .NET or you will never work again... type arguments.  
 I wonder how many people realize with very little work one could make 
 CF run markup that looks just like ASP.NET markup.
 
 
 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA
 
 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -
 
 
 C code. C code run. Run code run. Please!
 - Cynthia Dunning
 
 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message. 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242837
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ASP.NET How can one love it.

2006-06-07 Thread Ian Skinner
Agreed. I'm currently working on putting together a list of CFC -- .NET class 
equivalents. They are quite similar. I'll post my findings here if anyone is 
interested.

Anyway, did you get your problem figured out?

Dave Gruska

That would be cool to see, it is one of the first things I thought of when I 
started playing with ASP.NET.

I got rid of the solutions/projects, what ever they are officially called, I 
did not want by deleting the directories.  Once I found all of them.

I am still struggling with some aspects of the IDE.  No strict doc types, 
either HTML or XHTML.  And a strong tendency to make lots and lots of inline 
CSS, but that seems to be more the way the tutorials are structured then 
anything.

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242838
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ASP.NET How can one love it.

2006-06-07 Thread Adam Churvis
You can delete this from the file system, then click the projects on the Start 
Page and they'll go away from the Recent Projects list that appears when you 
first launch.

If you want to remove them from the Recent Projects list but don't want to dump 
them, just move the related files from both the Projects and WebSites folders 
to another folder, then click the project name in the list on the Start Page.  
When VS doesn't find the project files, it removes the entry from the Recent 
Projects list.

Hope this helps.
Respectfully,

Adam Phillip Churvis
Certified Advanced ColdFusion MX 7 Developer
BlueDragon Alliance Founding Committee



Get advanced intensive Master-level training in
C#  ASP.NET 2.0 for ColdFusion Developers at
ProductivityEnhancement.com

  - Original Message - 
  From: Ian Skinner 
  To: CF-Talk 
  Sent: Tuesday, June 06, 2006 5:52 PM
  Subject: ASP.NET How can one love it.


  Ok in reality I'm griping about Visual Studio (2005 Professional to be 
specific).

  I'm going through the How do I ... tutorials.  So far I have done three and 
have had trouble with two of them.  One, where the instructions where wrong, 
and a second, where something was wrong with my system configuration, have not 
developed a sense of love within by breast.

  Anyway, through all this I have created some projects that I do not want.  
They are stored in an undesirable place and I would like to remove them from my 
work space.  I can't.  I look up the instructions in the help and I get these.

  quote
  Deleting
  You can delete a project permanently, but not by using Visual Studio. You 
need to remove any references to the project you want to delete from solutions 
you have in Visual Studio, and then use Windows Explorer to delete the 
associated files from storage permanently.

  To permanently delete a project
  1)  In Solution Explorer, select the project you want to delete from the 
solution.
  2) On the Edit menu, select Remove.
  3) In Windows Explorer, locate and select the files associated with the 
project you want to delete.
  4) On the File menu, select Delete.
  /quote

  But this does not work.  There is no Remove command in the Edit menu.  So 
what am I supposed to do?


  --
  Ian Skinner
  Web Programmer
  BloodSource
  www.BloodSource.org
  Sacramento, CA

  -
  | 1 |   |
  -  Binary Soduko
  |   |   |
  -
   
  C code. C code run. Run code run. Please!
  - Cynthia Dunning

  Confidentiality Notice:  This message including any
  attachments is for the sole use of the intended
  recipient(s) and may contain confidential and privileged
  information. Any unauthorized review, use, disclosure or
  distribution is prohibited. If you are not the
  intended recipient, please contact the sender and
  delete any copies of this message. 



  

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242878
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


ASP.NET How can one love it.

2006-06-06 Thread Ian Skinner
Ok in reality I'm griping about Visual Studio (2005 Professional to be 
specific).

I'm going through the How do I ... tutorials.  So far I have done three and 
have had trouble with two of them.  One, where the instructions where wrong, 
and a second, where something was wrong with my system configuration, have not 
developed a sense of love within by breast.

Anyway, through all this I have created some projects that I do not want.  
They are stored in an undesirable place and I would like to remove them from my 
work space.  I can't.  I look up the instructions in the help and I get these.

quote
Deleting
You can delete a project permanently, but not by using Visual Studio. You need 
to remove any references to the project you want to delete from solutions you 
have in Visual Studio, and then use Windows Explorer to delete the associated 
files from storage permanently.

To permanently delete a project
1)  In Solution Explorer, select the project you want to delete from the 
solution.
2) On the Edit menu, select Remove.
3) In Windows Explorer, locate and select the files associated with the project 
you want to delete.
4) On the File menu, select Delete.
/quote

But this does not work.  There is no Remove command in the Edit menu.  So what 
am I supposed to do?


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242698
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ASP.NET How can one love it.

2006-06-06 Thread Paul Giesenhagen
Format your hard drive and re-install your operating system

** Couldn't resist **

Paul Giesenhagen
QuillDesign
417-885-1375
http://www.quilldesign.com


- Original Message - 
From: Ian Skinner [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Tuesday, June 06, 2006 4:52 PM
Subject: ASP.NET How can one love it.


 Ok in reality I'm griping about Visual Studio (2005 Professional to be 
 specific).

 I'm going through the How do I ... tutorials.  So far I have done three 
 and have had trouble with two of them.  One, where the instructions where 
 wrong, and a second, where something was wrong with my system 
 configuration, have not developed a sense of love within by breast.

 Anyway, through all this I have created some projects that I do not 
 want.  They are stored in an undesirable place and I would like to remove 
 them from my work space.  I can't.  I look up the instructions in the help 
 and I get these.

 quote
 Deleting
 You can delete a project permanently, but not by using Visual Studio. You 
 need to remove any references to the project you want to delete from 
 solutions you have in Visual Studio, and then use Windows Explorer to 
 delete the associated files from storage permanently.

 To permanently delete a project
 1)  In Solution Explorer, select the project you want to delete from the 
 solution.
 2) On the Edit menu, select Remove.
 3) In Windows Explorer, locate and select the files associated with the 
 project you want to delete.
 4) On the File menu, select Delete.
 /quote

 But this does not work.  There is no Remove command in the Edit menu.  So 
 what am I supposed to do?


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.



 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242700
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ASP.NET How can one love it.

2006-06-06 Thread Ian Skinner
Ok in reality I'm griping about Visual Studio (2005 Professional to be 
specific).

And this grip was supposed to be posted to CF-Community.  Sorry.  Back to your 
regularly scheduled CF IDE debate.



--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242703
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ASP.NET How can one love it.

2006-06-06 Thread dave
lol

~Dave the disruptor~ 


From: Paul Giesenhagen [EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 6:03 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: ASP.NET How can one love it. 

Format your hard drive and re-install your operating system

** Couldn't resist **

Paul Giesenhagen
QuillDesign
417-885-1375
http://www.quilldesign.com





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242706
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ASP.NET How can one love it.

2006-06-06 Thread Dave Francis
Right-click in the Solution Explorer panel

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 5:53 PM
To: CF-Talk
Subject: ASP.NET How can one love it.


Ok in reality I'm griping about Visual Studio (2005 Professional to be
specific).

I'm going through the How do I ... tutorials.  So far I have done three
and have had trouble with two of them.  One, where the instructions where
wrong, and a second, where something was wrong with my system configuration,
have not developed a sense of love within by breast.

Anyway, through all this I have created some projects that I do not want.
They are stored in an undesirable place and I would like to remove them from
my work space.  I can't.  I look up the instructions in the help and I get
these.

quote
Deleting
You can delete a project permanently, but not by using Visual Studio. You
need to remove any references to the project you want to delete from
solutions you have in Visual Studio, and then use Windows Explorer to delete
the associated files from storage permanently.

To permanently delete a project
1)  In Solution Explorer, select the project you want to delete from the
solution.
2) On the Edit menu, select Remove.
3) In Windows Explorer, locate and select the files associated with the
project you want to delete.
4) On the File menu, select Delete.
/quote

But this does not work.  There is no Remove command in the Edit menu.  So
what am I supposed to do?


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-

C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242704
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: ASP.NET How can one love it.

2006-06-06 Thread Ian Skinner
Right-click in the Solution Explorer panel

AND?

I've tried that.  I can delete individual files, but I want to delete the 
entire project definition, files and all.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242711
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: ASP.NET How can one love it.

2006-06-06 Thread Bruce Sorge
I have to admit when I installed vs.net 2005 I to had configuration errors. I 
also have some projects that I no longer need and cannot get rid of. Go M$!!

Bruce Sorge
Sent from my HP iPAQ


-Original Message-
From: Paul Giesenhagen[EMAIL PROTECTED]
Sent: 6/6/06 4:57:49 PM
To: CF-Talkcf-talk@houseoffusion.com
Subject: Re: ASP.NET How can one love it.

Format your hard drive and re-install your operating system

** Couldn't resist **

Paul Giesenhagen
QuillDesign
417-885-1375
http://www.quilldesign.com


- Original Message - 
From: Ian Skinner [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Tuesday, June 06, 2006 4:52 PM
Subject: ASP.NET How can one love it.


 Ok in reality I'm griping about Visual Studio (2005 Professional to be 
 specific).

 I'm going through the How do I ... tutorials.  So far I have done three 
 and have had trouble with two of them.  One, where the instructions where 
 wrong, and a second, where something was wrong with my system 
 configuration, have not developed a sense of love within by breast.

 Anyway, through all this I have created some projects that I do not 
 want.  They are stored in an undesirable place and I would like to remove 
 them from my work space.  I can't.  I look up the instructions in the 
help 
 and I get these.

 quote
 Deleting
 You can delete a project permanently, but not by using Visual Studio. You 
 need to remove any references to the project you want to delete from 
 solutions you have in Visual Studio, and then use Windows Explorer to 
 delete the associated files from storage permanently.

 To permanently delete a project
 1)  In Solution Explorer, select the project you want to delete from the 
 solution.
 2) On the Edit menu, select Remove.
 3) In Windows Explorer, locate and select the files associated with the 
 project you want to delete.
 4) On the File menu, select Delete.
 /quote

 But this does not work.  There is no Remove command in the Edit menu.  So 
 what am I supposed to do?


 --
 Ian Skinner
 Web Programmer
 BloodSource
 www.BloodSource.org
 Sacramento, CA

 -
 | 1 |   |
 -  Binary Soduko
 |   |   |
 -

 C code. C code run. Run code run. Please!
 - Cynthia Dunning

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.



 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242716
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54