We have recently upgraded to 8.8 (MVC .net core 3.3 Jquery). The app will not run. Below are links to the Error messages. Can you help? we have been at this for a couple of days and are not sure where to go.
We had no previous problems running 7.1 .net core in the same environment.
Thanks
4 Answer(s)
-
0
Hello @admin@syntaq
Error mentions
System.IO.FileNotFoundException: Could not load file or assembly 'BraintreeHttp-Dotnet, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. File name: 'BraintreeHttp-Dotnet, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null'
Can you check whether the problem is about that package?...(MVC .net core 3.3 Jquery)...
You mean
.net core 3.1.3
, right? -
0
Also you can check that https://support.aspnetzero.com/QA/Questions/7825
-
0
Thanks for spotting that.
we do not have this package in our solution (it runs locally just fine). Which project would you suggest adding it too?
Cheers
-
0