Skip to main content
Contributor
March 15, 2023
Solved

WinSCP errors after WinSCP March 15, 2023 update.

  • March 15, 2023
  • 1 reply
  • 0 views

Is anyone else seeing errors when compiling BRs that Imports the WinSCP assembly after the upgrades were applied today?

Seeing this when compiling:

1) Error at line 69: Reference required to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' containing the type '[Object]'. Add one to your project.

 

Best answer by KurtMayer

Hey Nick, doing great!

It was indeed an assembly reference that needed to be added.

 

KurtMayer_0-1678990140576.png

 

1 reply

Veteran
March 16, 2023

Hey Kurt! Hope you are doing fine!
It sounds like a back end issue, not sure... Are the reference needed in the libraries?
Did you ckeck if you still have the "Imports WinSCP" at the top and also try to add that : Imports NetStandard
It seems that C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\Facades\netstandard.dll is the place of this DLL.
You could try to add it to the 

NicolasArgente_0-1678953101725.png


Otherwise your best change is the support.

Thanks

  

KurtMayerAuthorAnswer
Contributor
March 16, 2023

Hey Nick, doing great!

It was indeed an assembly reference that needed to be added.

 

KurtMayer_0-1678990140576.png