Sign In
Aaron Marten
Visual Studio Extensibility All postings are provided "AS IS" with no warranties, and confer no rights.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Automation
DSL Tools
Extension Manager
F#
IronPython
Managed Language Tools
Pages
Performance
PerfWatson
PowerShell
Powertoys
Templates
Vista
Visual Studio
Visual Studio SDK
Visual Studio Shell
VSIX
VSX
Archive
Archives
July 2011
(1)
May 2011
(1)
April 2011
(1)
April 2010
(2)
March 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(1)
June 2009
(3)
May 2009
(2)
March 2009
(1)
February 2009
(2)
December 2008
(1)
November 2008
(1)
September 2008
(1)
August 2008
(4)
June 2008
(3)
May 2008
(1)
March 2008
(2)
February 2008
(9)
January 2008
(2)
December 2007
(2)
November 2007
(3)
October 2007
(1)
September 2007
(2)
August 2007
(3)
July 2007
(4)
June 2007
(5)
May 2007
(2)
April 2007
(4)
March 2007
(2)
February 2007
(2)
December 2006
(3)
November 2006
(1)
October 2006
(4)
September 2006
(5)
August 2006
(3)
July 2006
(3)
June 2006
(3)
May 2006
(4)
April 2006
(3)
March 2006
(1)
February 2006
(3)
January 2006
(1)
December 2005
(2)
November 2005
(1)
October 2005
(2)
September 2005
(1)
August 2005
(1)
July 2005
(1)
June 2005
(4)
April 2005
(1)
March 2005
(1)
February 2005
(2)
January 2005
(3)
November 2004
(1)
October 2004
(1)
September 2004
(3)
August 2004
(1)
July 2004
(2)
June 2004
(2)
May 2004
(4)
April 2004
(3)
March 2004
(9)
February 2004
(2)
MSDN Blogs
>
Aaron Marten
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Aaron Marten
Visual Studio @ UserVoice
Posted
6 months ago
by
Aaron Marten
0
Comments
We now have an official site for Visual Studio on UserVoice! Please use this as a way to send suggestions and feature requests to the Visual Studio team. For specific bugs and errors, please continue to use Microsoft Connect . http://visualstudio.uservoice...
Aaron Marten
Visual Studio Extensions and Build Servers
Posted
9 months ago
by
Aaron Marten
3
Comments
From time to time, we see questions around building a project created with the Visual Studio 2010 SDK on a build server (e.g. Team Foundation Build , TeamCity , CC.NET , etc…). The primary misconception that folks have is that you must install...
Aaron Marten
PerfWatson – Automatically report responsiveness issues in Visual Studio 2010
Posted
9 months ago
by
Aaron Marten
0
Comments
We’ve just released a new extension on the Visual Studio Gallery called PerfWatson . Have you ever seen this dreaded error message? Microsoft Visual studio is waiting for an internal operation to complete. If you regularly encounter this delay...
Aaron Marten
Custom Extension Types with VSIX
Posted
over 2 years ago
by
Aaron Marten
2
Comments
I just posted an article entitled “Custom Extension Types with VSIX” on the Visual Studio Blog . Check it out if you’re interested in distributing custom content (not necessarily code) as a Visual Studio extension.
Aaron Marten
Visual Studio 2010 Released
Posted
over 2 years ago
by
Aaron Marten
4
Comments
By now you’ve probably heard that we launched Visual Studio 2010 and .NET Framework 4.0 today ! Download Visual Studio 2010 (MSDN subscribers only) Download Visual Studio 2010 SDK The Visual Studio Industry Partner (VSIP) team has also posted a slew of...
Aaron Marten
Including Existing Templates in a VSIX Container
Posted
over 2 years ago
by
Aaron Marten
1
Comments
In the Visual Studio 2008 SDK, we have several samples (most notably, IronPythonIntegration) set up to use the ZipProject, ZipItem, and VSTemplate build actions to create template zip files. Last week, I published a post on the Visual Studio Blog discussing...
Aaron Marten
Targeting VS 2008 with the Visual Studio 2010 SDK
Posted
over 3 years ago
by
Aaron Marten
1
Comments
Recently, a customer asked us if it was possible to develop and debug a VB/C# extension with Visual Studio 2010 (and the 2010 SDK), but still have a binary that also works with VS 2008. This is indeed possible, but it requires some hacking of your project...
Aaron Marten
All Your RegKeys Are Belong To Us
Posted
over 3 years ago
by
Aaron Marten
4
Comments
I’ve been in many discussions lately with various folks about Visual Studio 2010 extensibility. Inevitably, someone suggests a solution to some problem involving changing/adding/deleting a registry key/value for an extension. If you need to do this, just...
Aaron Marten
Visual Studio 2010 Beta 2 (+SDK) on MSDN
Posted
over 3 years ago
by
Aaron Marten
0
Comments
We’ve just released Visual Studio 2010 Beta 2 (and the SDK) on MSDN. If you’re a MSDN subscriber, you can go grab the bits right away . There are also several other related announcements around RTM dates, pricing, and SKU’s: Soma’s Announcement Ars Technica...
Aaron Marten
Visual Studio 2010 User Interface Guidelines
Posted
over 3 years ago
by
Aaron Marten
0
Comments
One of the things you may notice is missing from the Visual Studio 2010 Beta 1 SDK (compared to 2008) are the user interface guidelines. You can now find the Visual Studio 2010 User Interface Guidelines at the following location: http://code.msdn.microsoft...
Aaron Marten
What is the “VSIX Project” template?
Posted
over 3 years ago
by
Aaron Marten
7
Comments
Disclaimer : This is about working with the Visual Studio 2010 Beta 1 SDK. Information is likely to be inaccurate for future or previous Visual Studio SDK releases. When you install the Visual Studio 2010 SDK Beta 1 , you’ll notice a new node in the new...
Aaron Marten
Pkgdef and the Experimental Instance in VS 2010
Posted
over 3 years ago
by
Aaron Marten
7
Comments
***Disclaimer: This information is about Visual Studio 2010 only. The following may not be accurate for future releases.*** One of the new features we introduced with the Visual Studio 2008 Isolated Shell was the concept of a pkgdef file . Pkgdef is...
Aaron Marten
Visual Studio 2010 SDK Beta 1
Posted
over 3 years ago
by
Aaron Marten
15
Comments
The Visual Studio 2010 SDK Beta 1 is now available for download. Be sure to check out the latest supplemental readme as you’re likely to encounter some of these issues in using the SDK.
Aaron Marten
Visual Studio 2010 Beta 1 Shipped
Posted
over 3 years ago
by
Aaron Marten
1
Comments
Somasegar (VP in charge of DevDiv) has just blogged that Visual Studio 2010 Beta 1 has been released to the web. It will be available on MSDN in the next few hours, and available as a public download on Wednesday. (We will be releasing a matching Visual...
Aaron Marten
Consolas : Default Editor Font in VS 2010
Posted
over 3 years ago
by
Aaron Marten
3
Comments
Yesterday, the folks responsible for building the core text editor in Visual Studio announced that Consolas (10pt) will now be the default font in Visual Studio 2010. So long Lucida Console!
Aaron Marten
New Syndication URL
Posted
over 3 years ago
by
Aaron Marten
0
Comments
I’ve moved the syndication feed for this blog to use FeedBurner. If you read this blog via an RSS/Atom reader, please re-subscribe or update the feed settings to use the following URL: http://feeds2.feedburner.com/AaronMarten
Aaron Marten
Update on Extension Manager and Visual Studio 2010
Posted
over 3 years ago
by
Aaron Marten
3
Comments
Jason Zander , the General Manager for Visual Studio, has just announced some more details (with screenshots) on the new look and feel for Visual Studio 2010 (which relies heavily on WPF). In the same post, he also includes a screenshot of the new Visual...
Aaron Marten
F# Included in Visual Studio 2010
Posted
over 4 years ago
by
Aaron Marten
0
Comments
Don Syme has just announced that F# will ship in the box with Visual Studio 2010 .
Aaron Marten
Extension Manager
Posted
over 4 years ago
by
Aaron Marten
9
Comments
One of the new features we plan on shipping for VS 2010 that I've been heads down on for the past few months is the "Extension Manager". I'll be posting more details about it here over the next several months. For the meantime, you can hear...
Aaron Marten
Split Window / New Window – Bad Painting Behavior in your Language Service
Posted
over 4 years ago
by
Aaron Marten
0
Comments
Recently, a question was asked on the VSX Forum about bad behavior from a language service after the user issues a “split window” or “new window” command. (Fonts are wrong, scroll bars don’t work and are corrupt, etc…...
Aaron Marten
BooLangStudio
Posted
over 4 years ago
by
Aaron Marten
0
Comments
The Boo programming language now has a Codeplex project called BooLangStudio which adds Boo intellisense, project templates, etc… to Visual Studio. Cool!
Aaron Marten
Visual Studio 2008 SDK 1.1 Released
Posted
over 4 years ago
by
Aaron Marten
0
Comments
Earlier this week, we released the Visual Studio 2008 SDK 1.1 . This is the SDK which is compatible with Visual Studio 2008 SP1. The blog post linked above has more details on new features and fixes in this release.
Aaron Marten
Visual Studio 2008 SP1 Shipped
Posted
over 4 years ago
by
Aaron Marten
1
Comments
We shipped Visual Studio 2008 SP1 & .NET 3.5 SP1 to the web this morning! Soma has more details. We are currently putting the finishing touches on the Visual Studio 2008 SDK 1.1 (which targets SP1) and plan on releasing it soon.
Aaron Marten
VSX Developer Conference : Sep 15-16, 2008 - Redmond, WA
Posted
over 4 years ago
by
Aaron Marten
1
Comments
In just a few weeks, we’ll be hosting a conference here in Redmond at the Microsoft Conference Center devoted to covering Visual Studio Extensibility. I’ll be presenting a session entitled “Deploying VSX Projects”. One of the best...
Aaron Marten
Package Load Key Generator
Posted
over 4 years ago
by
Aaron Marten
0
Comments
Recently, we published a simple web page that will generate a Package/Shell Load Key for you immediately. No more waiting for an email to arrive, logging in with Live ID, etc…
Page 1 of 7 (151 items)
1
2
3
4
5
»