You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded the project and I had to run this from the Nuget Package Manager Console before I could run either of the web pages: (Using Visual Studio 2017)
Secondly, I generated a new Shared Secret Key in my sandbox environment and and using the "Key Detail" as the "merchantKeyId" and the key that was generated as the "merchangesecretKey" - I tried to use either of the examples and both fail.
I don't know if I'm generating the key properly or if there is something else in the code that needs to be updated in order to make this work.
Any pointers would be helpful.
The text was updated successfully, but these errors were encountered:
Attempting to load project in Visual Studio 2022, I still get the following error after running the command above.
Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props. flex-microform-sample C:\inetpub\Cybersource\flexmicroform\flex-microform-sample.csproj 243
I just downloaded the project and I had to run this from the Nuget Package Manager Console before I could run either of the web pages: (Using Visual Studio 2017)
update-package Microsoft.CodeDom.PRoviders.DotNetCompilerPlatform -r
Secondly, I generated a new Shared Secret Key in my sandbox environment and and using the "Key Detail" as the "merchantKeyId" and the key that was generated as the "merchangesecretKey" - I tried to use either of the examples and both fail.
I don't know if I'm generating the key properly or if there is something else in the code that needs to be updated in order to make this work.
Any pointers would be helpful.
The text was updated successfully, but these errors were encountered: