Answered by:
create a C# console application using VWD 2010

Question
-
I am a long time VS 2008 user who has recentely begun to use VWD 2010. I cannot locate a console application template under C#. I use small console applications to debug my web service core functionality (not the web service itself though).
I am also wondering if there is an equivent of the "Test Harness" for use with MVC.
Thursday, January 6, 2011 9:15 PM
Answers
-
You can copy templates from VC# and VB to VWD. WPF templates won't open in VWD, but WF and console templates will. You have to copy them using Explorer, not the IDE.
- Marked as answer by Mike Dos ZhangModerator Wednesday, January 19, 2011 5:38 PM
Friday, January 7, 2011 3:15 PM -
Hi mreynol6,
I have not used the VWD 2010, but I also think the easy way is to copy the project templates to help you do the job.
And the following articles discussed the vs2010 template, so you can read it, may be it helpful for you:
If there's any concern, please feel free to let me know.
Best wishes,
Mike [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Marked as answer by Mike Dos ZhangModerator Wednesday, January 19, 2011 5:38 PM
Monday, January 10, 2011 7:36 AMModerator
All replies
-
Create a console app in 2008. Open it in VWD2010, which should upgrade it. Look under the File menu, and save the project as template.
Mark the best replies as answers. "Fooling computers since 1971."- Proposed as answer by Mike Dos ZhangModerator Wednesday, January 19, 2011 5:38 PM
Thursday, January 6, 2011 11:59 PM -
You can copy templates from VC# and VB to VWD. WPF templates won't open in VWD, but WF and console templates will. You have to copy them using Explorer, not the IDE.
- Marked as answer by Mike Dos ZhangModerator Wednesday, January 19, 2011 5:38 PM
Friday, January 7, 2011 3:15 PM -
Hi mreynol6,
I have not used the VWD 2010, but I also think the easy way is to copy the project templates to help you do the job.
And the following articles discussed the vs2010 template, so you can read it, may be it helpful for you:
If there's any concern, please feel free to let me know.
Best wishes,
Mike [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- Marked as answer by Mike Dos ZhangModerator Wednesday, January 19, 2011 5:38 PM
Monday, January 10, 2011 7:36 AMModerator -
Hi mreynol6,
Has this question been solved?
If there's any concern, please feel free to let us know.
Best wishes,
Mike [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Monday, January 17, 2011 3:10 AMModerator