Tag: visual studio

  • adding custom SSIS transformation to visual studio toolbox fails

    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…

  • Resolve Namespace (Visual Studio, Resharper)

    How do you "autogenerate" a "using" namespace for a class you typed in Visual Studio? Read along… [more] I've seen a couple of presentations (in-person, online et al), webcasts etc where there the presenter typed a class name, highlighted by Visual Studio because the namespace cannot be resolved (no using directive or class was not…

  • Installing Visual Studio 2005 Service Pack 1 – Performance Notes

    This is just a quick post as a heads up that installing Visual Studio 2005 SP1 takes a while depending on a number of factors[more]. But generally still takes a lot of time. It has been available for sometime but I just needed to install one into another machine and despite installing it into a…

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

    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

    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…

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

    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…

  • Cool Commands addin for Visual Studio

    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

  • HTTP 403.9 – Access Forbidden: Too many users are connected

    I was trying to test multiple connections to my local IIS server when I got the http status/error code above. This is because there is a limit to the number of concurrent connections with Keep-Alive Enabled setting ON. http://www.experts-exchange.com/Web/Web_Servers/IIS/Q_20286298.html So I unchecked "HTTP Keep-Alive enabled" and the issue was resolved. But when I run/debug from…

  • Missing Visual Studio Recent Project/File list

    Either you just missed to add it in your Menu (Tools > Customize – take it from there) or you have set your windows to not remember your most recent document list. Yes Visual Studio depends on the windows setting. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=108731