I am stuck with an error on Script Task
in SSIS package
. I could found similar questions but they are different from my scenario.
Build the Script and which was failed with following error (for Error list please refer following image):
Severity Code Description Project File Line Suppression State Error Could not find a part of the path 'C:\Users\name\AppData\Local\Temp\2\Vsta\166f3f6a0a3b4d2b9bce8275652e86c5_out'.
ST_e39a74fadbb04a8088f3dcc732f67cf0 C:\Users\name\AppData\Local\Temp\2\Vsta\SSIS_ST140\VstagyjdfDg98EOThQux2q_T5A\VstaFGRuzNpZdEeMuG1swXzy5g\mscorlib 0
Error List:
I can understand this error that File not found in the path
. OK. I can change path, but it shows line: 0
. When I click the error I have following notification.
Message:
So, now my questions are,
where this path is exist in the project? how to resolve this error?
Note:
- I am using following version VS Code.
Microsoft Visual Studio Community 2019 Version 16.9.1 VisualStudio.16.Release/16.9.1+31105.61 Microsoft .NET Framework Version 4.7.03062
- File name
*_out
in error is changed for each time build.
Thanks,
Pugal.
line 0
? – ProrogueSSIS
and newbee toScript Task
.. But Ok will try that using team's help. – Prorogue