CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2005_express Tags:
Item Type: NewsGroup Date Entered: 4/28/2005 3:02:35 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 33 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
ByReckon
Asp.Net User
External Tools in VWD4/28/2005 3:02:35 PM

0/0

Hello,

there's an option in the "Tool" menu named "External Tools"

Any info regarding this feature?

 


VB .Net Coder - Apologize my C# nescience
Best Regards.
ByReckon
Asp.Net User
Re: External Tools in VWD4/28/2005 3:46:30 PM

0/0

Hello,

I've been playing this afternoon with the option "External Tools" from the Tool menu and it might be really helpfull.

For instance, do you want access to your compiler tool vbc.exe or csc.exe without problems neither leaving the VWD IDE or opening any command prompt window?

Add it using "External Tools". It's easy!.

  1. Go to Tools - External Tools. Dialog Box appears allowing you to manage the external tools to used inside VWD.
  2. Click "Add" and give a Title to your external Tool.
  3. In the "Command" input field, go to your \windows\Microsoft.NET\Framework\v2.x.x.x\ and search the tool you want to use inside VWD.
  4. As "Arguments" leave it blank (see note 1)
  5. As "Initial Directory" leave it blank (see note 1)
  6. Tick "Use output window" and "Prompt for arguments".
  7. Finally click "Ok".

Now, you will see that a new option is available in your "Tools" menu, named as the Title gave by you in the Dialog Box. If you click on it, and set the appropiate flags you will run the selected tool, an "Output window" showing results will rise at the bottom.

It's important to select in the "Selection Explorer" the folder where the file(s) are located and the external tool will use.

For example. I have added the vbc.exe - the VB 2005 compiler tool in my External Tools.

I select in the Solution explorer my App_Code and go to my External Tool in the Tools menu.

A prompt window requiring arguments appears. The following are provided:

/target:library /out:myassembly.dll myvbfile.vb

After pressing enter, the "Output Window" opens and shows the success (or not) of the tool.

If you press "Refresh" in the Solution Explorer you'll see your assembly named: myassembly.dll.

A great feature of VWD 2005 Express. Let's see If I can find more info about it.

I think that the "Resources Generator Tool" can also be added as a "External Tool", avoiding us of leaving the VWD IDE.

Maybe with the new dynamic compilation model, the example I showed it is not very impressive, but for others tools, not incorporated in VWD, can be a great solution.

Note 1 - there are some options - not yet documented. I can't find anything about it.

PS: I don't know if this have been designed for this. Maybe the ASP.NET Team has another idea for this option.


VB .Net Coder - Apologize my C# nescience
Best Regards.
samsp
Asp.Net User
Re: External Tools in VWD4/29/2005 6:51:16 PM

0/0

This option comes from Vs7.x, and was originally included in the VC++ tools before that. Its a way of making external tools more easily accessible from the IDE. A classic example of its use was for GuidGen, so you had a tools menu for creating GUIDs.

Sam

ByReckon
Asp.Net User
Re: External Tools in VWD4/29/2005 7:38:06 PM

0/0

Hello samsp,

for those like me who never used VC++ is a completely brand new element.

What I really miss is the lack of information of this new feature. It seems to be a very powerful way of using external tools. To get the most of this option, there are some things that should be documented. Nowadays, I can't find any information related with External Tools in VWD 2005 Express.

Do you have any resource/link where to go?

Also, what about the Code Snippet Manager? It's gonna be a "Code Snippet Library On-Line"? 


Well, I gues that things will come up as the time pass, in a near future.


VB .Net Coder - Apologize my C# nescience
Best Regards.
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 3.5: In C# and VB Authors: Imar Spaanjaars, Pages: 734, Published: 2008
ASP.NET 3.5 For Dummies Authors: Ken Cox, Pages: 404, Published: 2008
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
Beginning ASP.NET 2.0 E-commerce in C# 2005: From Novice to Professional Authors: Cristian Darie, Karli Watson, Pages: 681, Published: 2005
ASP.NET 2.0 All-In-One Desk Reference For Dummies: all-in-one desk reference for dummies Authors: Doug Lowe, Jeff Cogswell, Ken Cox, Pages: 910, Published: 2006
Beginning SQL Server 2005 Express Database Applications: With Visual Basic Express and Visual Web Developer Express from Novice to Professional Authors: Rick Dobson, Pages: 596, Published: 2005
CT and MR Angiography: Comprehensive Vascular Assessment Authors: Geoffrey D Rubin, Neil M Rofsky, Pages: 1316, Published: 2008
Ergonomics and the Management of Musculoskeletal Disorders Authors: Martha J. Sanders, Pages: 556, Published: 2004

Web:
Cheshire's Blog : Automating aspnet_compiler in Visual Web Developer To add the new menu item, I'll use the External Tools option on the Tools menu in VWD. (This menu option is also available in Visual Studio. ...
InformIT: ASP.NET Compilation Models > Automating aspnet_compiler ... Launch Visual Web Developer Express Edition. Select Tools, External Tools to access the External Tools dialog. Type Pre-&Compile (non-updatable) in the ...
How to Run a Root “/” Site with the VS/VWD 2005 Local Web Server ... Step 1: Select the “Tools->External Tools” menu option in VS or Visual Web Developer. This will allow you to configure and add new menu items to your Tools ...
Precompiling a project for deployment using VWD 2005 - ASP.NET Forums BTW I set the command up using Tools-> External Tools in VWD. I gave the tool a nane, specified the path to aspnet_compile executable and ...
von Willebrand Disease (VWD) Guidelines, NHLBI ... and improving clinical and laboratory diagnostic tools for VWD. .... Comments from the external review were compiled and given to the full Panel for ...
Pfam: Family: VWD (PF00094) P17554 contains a vwd domain. Its function is unrelated but the similarity is .... External links. MyHits provides a collection of tools to handle multiple ...
Visual Web Developer Team Blog : What’s new with Silverlight Tools ... A number of great improvements and changes were made for Silverlight Tools Beta 2. The following list summaries some of the major changes with details on ...
CodeProject: Automating Compilation for VS Web Developer 2008 ... We will specify aspnet_compiler.exe utility in the external tools of the IDE. ... Not sure where you get your info from but My copy of VWD Builds DLL's of ...
Microsoft Visual Studio Express - Wikipedia, the free encyclopedia 2 Extensibility; 3 See also; 4 References; 5 External links ... The Visual Web Developer Express is a freeware web development tool that allows developers ...
Blog Posts Tagged with "VWD" New Style builder can be invoked from various other tool windows in Visual Web Developer. Oct 02, 2008. Tip#10 spoke about the New Style Builder Dialog. ...




Search This Site:










help, vwd and browser difference

the .vb files now are required to be published with .net 2.0 ???

installation issue - can't find 'dexplore.hxs'

how do i publish a .net 2.0 web site

registration and activation key

smtp mail exceptions on smtp.send(...) command

connection problems

is there a free application which can create communities with asp.net 2.0?

sql server 2005 express advanced options in dialog box are dimmed out

a major flaw in vwd :(

moving objects around page in design view; visual web developer

what about "onservervalidate"

asp:checkbox - adding onchange attribute results in a <span> wrapper...

server side caching/outputcache directive

app_code folder

visual web developer & iso-8859-2

can't compile .net 2.0

problem with guided tour - business class missing

question about auto-generated database(s)

adding my web service to my asp page

when will the production version be available?

steps to call a web service

personal web site - photo listing in details page

tab control

problem to retrieve output value from stored procedure

"the interface is unknown" error when trying to add data connection

how do i import jpg images into visual studio 2005 - visual web developer ????

what are differences in vs2005 versions?

how can i setup membership using a different database than aspnetdb.mdf?!?!

line numbers

  Privacy | Contact Us
All Times Are GMT