Hi All

I have created a custom task for sqlserver 2005 (with c#)
everything is working except that i cannot see the task icon when creating a 
new Integration Services project.


I have added a icon to the project and called it FTPGet.ico

this is part of my code:

namespace FTPGet
{
    [DtsTask
    (
        DisplayName = "FTPGet",
       IconResource = "FTPGet.FTPGet.ico",
        UITypeName = "FTPGet.FTPGetFormCreator, FTPGet, Version= 1.0.0.0, 
Culture = Neutral, PublicKeyToken = 7212cf9d79406d48",        
        TaskType = "PackageMaintenance",
        TaskContact = "FTPGet",
        RequiredProductLevel = DTSProductLevel.None
    )]
    public class FTPGet : Task, IDTSComponentPersist
    {
        ....
    }


can someone please tell me why i can't see my icon when designing new custom 
task?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2676
Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.6

Reply via email to