in

Platinum Bay

Peace, Love and Visual Studio Team System

.NETicated

Visual Studio External Tools for SharePoint Developers

As a continuation of my previous post, let's take a look at external tools in Visual Studio, from a SharePoint perspective. External tools are commands that can be run from within the context of the Visual Studio environment. Accessed from the Tools menu, there are several external tools built into Visual Studio, including the ActiveX Control Test Container, Create GUID, and more.

The Create GUID tool is extremely useful for SharePoint development, where Features, Solutions, etc. require unique GUID identifiers.

Here are a couple External Tools I add for use in SharePoint development.

Get Public Key Token and Blob

Make sure the project is signed and built.

Command: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn.exe
Arguments: -Tp "$(TargetPath)"
Use Output Window: True

Or

Command: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\secutil.exe
Arguments: -hex -s $(TargetPath)
Use Output Window: True

While this is the only command I set up and use regularly, there are many others than can be added. Check this post for some great feature deployment external tools:

http://sharepointsolutions.blogspot.com/2006/10/automation-in-visual-studio-2005-for.html

Comments

November 23, 2007 10:10 PM

Link Listing - November 23, 2007

 

November 23, 2007 10:10 PM

Sharepoint Visual Studio Build Events for SharePoint Developers [Via: Steve ] Visual Studio External...

 

Leave a Comment

(required )  
(optional )
(required )  
Add

About Steve

Steve Andrews has been working as a developer for more than 8 years. During this time, he has designed and developed applications in such widely varying areas as trust accounting, medical information management, supply chain management, and retail systems. He has firsthand developer experience with a variety of languages, including Java, VB, and .NET. Most recently, he has been immersed in SharePoint. He is currently employed at RDA Corporation in Philadelphia, PA, as a Software Engineer and a team member in the Architectural Guidance evangelism team. Steve is also an MTCS (x2), ICSOO, and .NET fanatic.
Powered by Community Server (Commercial Edition), by Telligent Systems
© Platinum Bay | Some Rights Reserved Creative Commons License

Disclaimer: The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or annonymous comments) - so keep it polite, please.