I followed the guide here https://msdn.microsoft.com/en-us/library/ms403361.aspx to build a custom task without a UI. It is a very simple task to compress a set of files. I built the dll without error then add it to gac and copy to C:\Program Files\Microsoft SQL Server\110\DTS\Tasks then restart VS 2012 and load up my ETL but I dont see my new custom task in the SSIS toolbox.
On my server i have both C:\Program Files\Microsoft SQL Server\110\DTS and C:\Program Files (x86)\Microsoft SQL Server\110\DTS which I found a bit weird but even if i put by dll in both folders I still dont see my task.
Hope anyone can help.
BTW, if I have msdn subscription, how can I get support from MS ?