0
sampath created
2 Answer(s)
-
0
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.
-
0
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 :)