adding custom SSIS transformation to visual studio toolbox fails

April 17, 2010 12:10 by Ryan Garaygay

Just very recently I encountered an issue in deploying a custom SSIS component assembly where I cannot add a custom SSIS transformation to the Visual Studio toolbox.

It turns out to be a relative "no-brainer" error if only the clues were more straightforward. Basically after deploying the assembly I could not find my component listed in the "SSIS Data Flow Items" tab list. More...


Resolve Namespace (Visual Studio, Resharper)

April 15, 2008 17:05 by Ryan Garaygay

How do you "autogenerate" a "using" namespace for a class you typed in Visual Studio? Read along... More...


Installing Visual Studio 2005 Service Pack 1 - Performance Notes

April 8, 2008 18:10 by Ryan Garaygay

This is just a quick post as a heads up that installing Visual Studio 2005 SP1 takes a while depending on a number of factorsMore...


Visual Studio 2008, SQL Server 2008, Windows Server 2008 Launch Philippines

March 19, 2008 15:38 by ronanthonychan

Microsoft Philippines Launch for these new 2008 products will be on April 10, 2008 at the SMX Convention Center, SM Mall of Asia Complex.

Public Registration will begin on March 24 on this Registration Link 

Stay tuned for updates on:

http://msforums.ph/forums/p/46593/220607.aspx#220607

Microsoft Philippines Heroes Happen

Hope to see you there!


Visual Studio Gallery

March 13, 2008 08:47 by Ryan

Just ran into one of Bill Evjen's blog post about interesting Visual Studio Plugins and from there came across Visual Studio Gallery - Products and Extensions for Visual Studio.

I don't actually mess with my Visual Studio installation (except for CoolCommands) since as we know it's critical for work but if you feel like giving things a test drive then the items there looks pretty interesting. There's just too many new things going on and needs to be learned lately but trying things out than simply reading about them always is a good way to learn.


Install .NET Windows Service with Visual Studio Setup Wizard or Project

March 10, 2008 03:47 by Ryan
I've done this a couple of times but I still tend to forget at times so I might as well post here for me and hopefully someone else's reference.

To create a Windows Service see this article by Ken Getz : Windows Services: New Base Classes in .NET Make Writing a Windows Service Easy

There are a number of ways to install a windows service, one of which is using installutil.exe but this post will be using Setup Project which for me is a little easier to implement: More...

Cool Commands addin for Visual Studio

March 10, 2008 02:56 by Ryan
The collapse/expand all project and the open containing folder (plus other features) would save time/effort so check out this addin from Gaston Milano. I've tried this out myself for sometime already and didn't get into any issue so go give it a try.

http://weblogs.asp.net/gmilano/archive/2005/11/10/430240.aspx