Hi,
I am very new in Integration Services and I am using the Script task object. From what I know, it is used when you want to have a vb 2005 programming which is for accomplishing tasks that are not available in SSIS. I pasted my codes there from my vb 2005 code area. However, I get this error:
Reference required to assembly 'system.xml, version = 2.0.0.0, Culture=neutral, PublicKEyToken=b77a5c561934e089' containing the implemented interface 'System.Xml.Serialization.IXmlSerializable', Add one to your Project.
How is that resolved? How can I add it to my project?
Thanks so much!
Cherrie
from the vsa script environment select: project > add reference. then, choose "system.xml.dll". then, click the "add" button. then, click the "ok" button.
|||thanks douglas!sql
No comments:
Post a Comment