Calendar
<<  July 2009  >>
MoTuWeThFrSaSu
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789
Blogroll
    gregor , added Feb 04, 2009, 10:54
    There are a few settings I like to set up immediately whenever I am working with a clean install of Visual Studio to help my development go a little smoother. Here are just a couple of those things.How to Enable Line Numbers. In Visual Studio line numbering is turned off by default. You have the abi... [More]

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    How to change the number of recent projects storedVisual Studio maintains a list of the most recent projects you've worked on so you can open them quickly. By default it maintains the 6 most recent projects on the start page. You can change how many projects it saves by opening the Tools &g... [More]

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    When creating SSIS packages, you may need to set up common steps, connections or variables. For instance it is possible that you create the same type of package frequently but with slightly different configurations. Visual Studio allows you to save packages as templates. Unfortunately it is not qu... [More]

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    The Problem: Can't Connect to Named Instance of SSIS in Management Studio I've occasionally run into the following error when attempting to connect to SSIS from Management Studio: "Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) The SQL Server spec... [More]

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Here are the basics as an immediate reminder, I need to finish writing the rest - for full msdn doc see http://msdn.microsoft.com/en-us/library/dz32563a.aspx   <configuration><runtime><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><... [More]

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    When you add a reference to a project in Visual Studio there are several tabs to allow you to "quickly" pick an assembly to reference. The .net tab is the first and, at first glance, appears to show all assemblies registered in the Global Assmbly Cache (GAC). It is, however, not associat... [More]

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    I've had this issue a couple of times with MS Word 2007. Word won't accept any mouse inputs, have to do every thing with the keyboard. Also, when you close Word, it crashes and tries to re-start unless you cancel out of it. As I started to research this, I came across some articles that tell... [More]

    Currently rated 5.0 by 1 people

    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    I have on occasion needed to schedule a process to run on a nightly basis, but I did not have access to the server where I could schedule a windows service. So I had to turn to using a timer object in ASP.NET to schedule the process for me. I used the application_start method (in the global.asax)... [More]

    Currently rated 4.5 by 2 people

    • Currently 4.5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Often when you need to call a function to save a file to disk or to a database you are required to pass a .NET stream to the function but all you have is a byte array. In pre-.NET days you had to move streams bit by bit by using byte arrays. You had to manage the whole process. Fortunately that is n... [More]

    Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    OK, it seems like every time I teach a Reporting Services class someone asks me how to migrate from crystal to Sql Server Reporting Services. Since I don't regularly run into this issue I am always having to look up resources, so I think it's time to just post some resources to my blog.... [More]

    Currently rated 3.0 by 2 people

    • Currently 3/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5