Serialization happening in Debug mode but not in Run mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vaibhav28
    New Member
    • Oct 2011
    • 1

    Serialization happening in Debug mode but not in Run mode

    Hi,

    I have written a script task in SSIS which serializes a list of class having properties. Issue I am facing is the code runs fine in Debug mode and writes the XML file with data, but executes without writing XML in run mode.

    Also tested the same code in VS 2008 and works well in both Debug and Run.

    Please help.Language is VB.NET
    Last edited by vaibhav28; Oct 7 '11, 04:25 PM. Reason: More info
Working...