Forum Discussion

KurtMayer's avatar
KurtMayer
Contributor
2 years ago

WinSCP errors after WinSCP March 15, 2023 update.

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.

 

  • KurtMayer's avatar
    KurtMayer
    2 years ago

    Hey Nick, doing great!

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

     

     

  • NicolasArgente's avatar
    NicolasArgente
    Valued Contributor

    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 


    Otherwise your best change is the support.

    Thanks

      

    • KurtMayer's avatar
      KurtMayer
      Contributor

      Hey Nick, doing great!

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