Alex
Alex

Reputation: 1

error on a ssis package after winscp upgrade

I have updated winscp to 6.3.6 build 15073 2024-11-25 and after this my package receive an error. I use sql server 2019, visual studio Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.12.3 and net framework 4.8.04161

"at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()"

has anyone else had this error? how did you solve it? if it helps to put the script of the package, let me know.

thank you

I checked that the versions of winscp and visual studio 2022 are compatible and they are ok I opened the package with edit script task, I deleted the winscp reference and added it again, it didn't work I checked in the project setting that runtime x64 is set to true

Upvotes: -1

Views: 26

Answers (0)

Related Questions