Localization of custom component Name -
12-05-2006
, 05:43 AM
Hi,
I am facing a issue. I have a custom component, whose name should be
localized. For this I have to read the resource file and set the
Display Name and Description of the DtsPipelineComponent attribute. As
per the MSDN Documentation
http://msdn2.microsoft.com/en-us/lib...attribute.aspx
We need to set the LocalizationType property of the
DtsPipelineComponent attribute to the type of the resource class that
contains the resources for the component. When ever I set this
attribute to the Resource Type I get this Error
"Error 1 'ETI.HPC.Oracle.Dest.OracleDestinationResources' is a 'type',
which is not valid in the given context. "
Do I have to inherit this resource class for some class. What I am
doing wrong.
After that how do I use DtsLocalizableAttribute to set the Name and
Description.
If any one is having any Example please Send me the Link.
Thanks
Dharmbir |