I have a windows forms application through which I am running SSIS packages. I have created SSIS packages and placed .dtsx files in a folder.
Now while I am deploying my solution using click one, how do I include these as application files?
Currently the project publish properties does not show these files even if I include it in my solution.
I cannot include these files as a resource file, because based on the user selection I will be selecting a specific .dtsx file say, entityname_targetname.dtsx as path and file name. Because DTS.Application.LoadPAckage method expects a file name and not a resource name.