Base solution for your next web application
Open Closed

Version Upgrade error 1.13 #1824


User avatar
0
sampath created

Hi, I have upgraded my app to V 1.13.It's compiling.But when I run the app,it's giving below error.can you tell me why?


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Please be sure that you have upgraded all abp packages of all projects to the same version.

    In general, if you don't get a compile error and you get a runtime error like "method not found", that clearly shows one of your projects depends on a different version of the same dll.

    If you are sure you upgraded all, check versions of all Abp.* files manually in the file explorer. One of them should be older.

  • User Avatar
    0
    sampath created

    Hi, Actually all Abp.* packages are up to date. My problem was the reference of WebApi assemble inside the Web project was old.When I removed that and put a newly complied one then problem vanished.Cheers :)