We migrated Angularjs1.x MVC SPA project to newer version V2.1.0 Angularjs1.x MVC by copying files into the new downloaded project.
Update-database was successful . However we are getting the following error while running the project :
Following are current versions installed in the application and core projects : --------------------------APPLICATION PROJ---------------------- id="Abp" version="1.2.1.0" targetFramework="net461" id="Abp.AutoMapper" version="1.2.1.0" targetFramework="net461" id="Abp.Zero" version="1.2.0.0" targetFramework="net461" id="Abp.Zero.Ldap" version="1.2.0.0" targetFramework="net461" id="AutoMapper" version="5.2.0" targetFramework="net461" id="Castle.Core" version="3.3.3" targetFramework="net451" id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" id="Castle.Windsor" version="3.3.0" targetFramework="net451" id="EntityFramework" version="6.1.3" targetFramework="net451"
-------------------------CORE PROJ---------------------------------------- <package id="Abp" version="1.2.1.0" targetFramework="net461" <package id="Abp.AutoMapper" version="1.2.1.0" targetFramework="net461" <package id="Abp.Zero" version="1.2.0.0" targetFramework="net461" <package id="Abp.Zero.Ldap" version="1.2.0.0" targetFramework="net461" <package id="AutoMapper" version="5.2.0" targetFramework="net461" <package id="Castle.Core" version="3.3.3" targetFramework="net451" <package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net451" <package id="Castle.Windsor" version="3.3.0" targetFramework="net451"
Issue seems to be with the abp.dll version . Please help us resolve this.
3 Answer(s)
-
0
Hi,
Can you check the version of Abp.Zero.EntityFramework package ? You should also update it. By the way, sometimes there are old references to dlls left in project, you can also try to clean your project and run it again.
-
0
Yes !! Updated the abp.zero.entityframework , deleted the temp folder, and cleaned and built the solution again. Now the error is gone and application runs. However , getting this error now after login page .
Getscripts Error :
<a class="postlink" href="http://localhost:6248/AbpScripts/GetScripts?v=636211105834908395">http://localhost:6248/AbpScripts/GetScr ... 5834908395</a>
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Referring to other threads , checked the logs for the web project and found the following error:
Method not found:System.String Abp.Application.Navigation.User MenuItem.get_Target()
Not able to resolve this one . Please advise on the solution.
-
0
Hi,
Probably in the one or some of the projects, ABP is not updated properly. Target property added recently. Can you check it again ?
You can try to update nuget packages for your solution using Visual Studio's "Manage Nuget Packages for Solution" item. And see if there is an ABP package or not.
Thanks.