Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8815395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:21:58+00:00 2026-06-14T04:21:58+00:00

I am trying to create a custom logging provider for SSIS, but when deploying

  • 0

I am trying to create a custom logging provider for SSIS, but when deploying the dll, it doesn’t show up in the list of providers.

The SSIS version is 11.0.2100.60. I tried .NET Framework 2.0 and 3.5. I installed in the GAC, and also copied to both folders below:

C:\Program Files\Microsoft SQL Server\110\DTS\LogProviders
C:\Program Files (x86)\Microsoft SQL Server\110\DTS\LogProviders

After doing this, I opened Visual Studio [Shell], and created a simple SSIS package. When opening the SSIS\Logging... menu, the new custom log provider is not there.

The code that I am using now is the sample package provided by Microsoft (HTMLLogProviderCS) from Codeplex, and no luck.

Any ideas where I could have missed something?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T04:21:59+00:00Added an answer on June 14, 2026 at 4:21 am

    Here are the steps that I performed to create a custom log provider in .NET 4.0 framework using Visual Studio 2010. The steps also show how the provider was displayed in SQL Server Data Tools 2010.

    To begin with, I am using the Microsoft SQL Server Integrations Services Designer version 11.0.2100.60

    SSIS Designer version

    Create a class library project. I chose C# and .NET Framework 4, named the project as CS40.CustomLogProvider.

    Create class library

    Change the class file name to say SSISCustomLogProvider. Right-click on References and navigate to the path C:\Program Files\Microsoft SQL Server\110\SDK\Assemblies to add the DLL Microsoft.SQLServer.ManagedDTS.dll

    Paste the following code into the class:

    using Microsoft.SqlServer.Dts.Runtime;
    
    namespace CS40.CustomLogProvider
    {
        [DtsLogProvider(
            DisplayName = "Custom log provider created by Siva",
            Description = "A simple log provider.",
            LogProviderType = "Custom")]
        public class SSISCustomLogProvider : LogProviderBase
        {
            // TODO: Override the base class methods.
        }
    }
    

    Add reference

    Double-click the Properties node under the project. Click Signing tab on the properties pages to sign the assembly with a strong key. Check Sign the assembly and select from Choose a strong name key file.

    Sign the assembly

    Enter a Key file name, say SampleKey. you can enter a password if you would like to.

    Strong name key

    Strong name key will be created and added to the project.

    Strong key created

    Build the project. I built the project in Release mode. The DLL will be available in C:\temp\CS40.CustomLogProvider\bin\Release. Now, it is time to register the DLL to GAC. I found the gacutil in the path C:\Program Files\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools

    Open the command prompt in Run as administrator mode. Enter the following commands one by one and press enter.

    Change the command prompt path to the location where gacutil can be found.

    cd C:\Program Files\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools
    

    Enter the following command to add the DLL to GAC.

    gacutil -i C:\temp\CS40.CustomLogProvider\bin\Release\CS40.CustomLogProvider.dll
    

    GAC register

    Copy the DLL CS40.CustomLogProvider.dll in location C:\temp\CS40.CustomLogProvider\bin\Release and paste it in C:\Program Files\Microsoft SQL Server\110\DTS\LogProviders. The value 110 in the path refers to SQL Server 2012.

    DLL copied

    Create a new SSIS package using SQL Server Data Tools.

    SSIS project

    On the newly created SSIS package, click SSIS --> Logging... to access the logging option

    Logging

    You will notice the newly created SSIS log provider. You can see that it shows the value used on the DisplayName attribute.

    Hope that helps.

    SSIS log provider

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to create a custom version of the RequiredAttribute to replace the built
I'm trying to create a custom usercontrol that acts like a button, but i
I was trying to create a custom attribute for logging (caller's class name, module
I'm trying to create custom attributes to my button but I dont know which
I am trying to create my custom view through xml, but the screen does
I'm trying to create custom layout for android. It normally draws on screen, but
I am trying to create a custom view for a sharepoint list, similar to
I am trying create my custom Style spinner with help of this site. But
I am trying to create custom section in app.config file <?xml version=1.0 encoding=utf-8 ?>
I'm trying to create a custom TabItem that is dynamically added to a TabControl

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.