Sign In
Chetan Chudasama's Weblog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
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
Extensibility Tips
Pages
Archive
Archives
January 2006
(3)
November 2005
(3)
October 2005
(5)
MSDN Blogs
>
Chetan Chudasama's Weblog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Chetan Chudasama's Weblog
Code to install Community Toolbox Controls
Posted
over 6 years ago
by
ChetanC
12
Comments
I have been able to get some code from one of my colleagues and Extensibility support specialist, Ed Dore, that may help with the Toolbox control installation in Visual Studio 2005. I must remind you that the code that I post here comes with a Disclaimer...
Chetan Chudasama's Weblog
Visual Studio 2005 Automation Samples now available
Posted
over 6 years ago
by
ChetanC
2
Comments
The Visual Studio 2005 Automation Samples are now available for download. http://msdn.microsoft.com/vstudio/downloads/code/automation/default.aspx Please feel free to download the samples and try them out. The samples consists of examples of how...
Chetan Chudasama's Weblog
Failure to install Toolbox controls via ContentInstaller or Tools.InstallCommunityControls
Posted
over 7 years ago
by
ChetanC
3
Comments
If you have the SQL Server Management Studio Express CTP or SQL Server 2005 , then it is overwriting some registry key settings. The workaround for this is: Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{36839529-3AF3-47fa...
Chetan Chudasama's Weblog
Automatically qualifying class names
Posted
over 7 years ago
by
ChetanC
3
Comments
Have you ever wondered if it was possible to just go on coding without having to always first go and write the using or the Imports statement in C# or VB or J# or how about just fully qualifying the class names in place by using a keyboard shortcut. Well...
Chetan Chudasama's Weblog
Programmatically setting TaskList view
Posted
over 7 years ago
by
ChetanC
1
Comments
In Visual Studio 2005, any Task that is added from an Add-in or a Macro using the TaskList automation object appears under the ‘Add-ins and Macros’ provider drop down in the TaskList. Currently there is no direct way, using the Automation Object Model...
Chetan Chudasama's Weblog
Recompiling Add-in resources with every build
Posted
over 7 years ago
by
ChetanC
0
Comments
In the Displaying custom bitmap for VS add-in command button from satellite DLL , Huizhong showed how to create a Managed Satellite dll. The steps for creating the Satellite dll need to be performed everytime your make a change to the resources. And it...
Chetan Chudasama's Weblog
Community Content Installer PowerToys
Posted
over 7 years ago
by
ChetanC
0
Comments
Craig Skibo has just posted an updated version of the Community Content Installer Power Toys. These are tools that will help you build, uninstall community content. If you haven't yet then give it a try. The download is available at http://workspaces...
Chetan Chudasama's Weblog
Packaging Add-ins and Toolbox Controls for use with Visual Studio Content Installer
Posted
over 7 years ago
by
ChetanC
3
Comments
The Visual Studio Content Installer allows users to install community content such as add-ins, toolbox controls etc. The Visual Studio Content Installer uses a Visual Studio Installer (VSI) file which contains the content to install. Each VSI file contains...
Chetan Chudasama's Weblog
Installing Managed ToolBox Controls Programmatically
Posted
over 7 years ago
by
ChetanC
7
Comments
In the past with Visual Studio 2003, it was possible to programmatically add .Net or Managed toolbox controls using the DTE. With Visual Studio 2005 this method of programmatically adding the controls has been deprecated in favor of using one of the following...
Chetan Chudasama's Weblog
About Me
Posted
over 7 years ago
by
ChetanC
0
Comments
I am a member of the Visual Studio Extensibility Team and mainly responsible for the quality of the Automation Object Model in addition to Add-ins, Macros and anything else related to extensibility. Other things that interest me and I help drive in...
Page 1 of 1 (10 items)