Base solution for your next web application
Open Closed

RESOLVED - ABP Upgraded to V 1.3.1 - Build error #2367


User avatar
0
exlnt created

I just ran the NuGet package manager console command to update ALL my ABP NuGet packages.

get-project -all | get-package | ?{ $_.Id -like 'Abp*' } | update-package

After the NuGet updates, I built the solution and I am getting the errors in just two "typescript" files. I am not at all familiar with typescript.

Build Errors: [https://drive.google.com/file/d/0BzbrPy41GhA4UGpnT0NSODJJVDg/view?usp=sharing])

Can you please tell me how to resolve these errors? Thanks!


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Do you have Typescript 2.0+ for Visual Studio 2015 installed ? <a class="postlink" href="https://www.microsoft.com/en-us/download/details.aspx?id=48593">https://www.microsoft.com/en-us/downloa ... x?id=48593</a>