I am using .net 2.0, visual studio 2008, In my solution I have two projects (website project and references project), I build both of them seperately theya re build successfully, however when I am trying to built the solution using web deployment project it is giving below error, what can be the cause of this issue?
Error 2 Could not load file or assembly ‘Tridion.Extensions.Web.UI, Version=1.0.0.19738, Culture=neutral, PublicKeyToken=7c1e07388cce59cc’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) /Careers/Controls/Application/ucBreadcrumbs.ascx 2 1 Careers_deploy
Please suggest!!
You may have policy files on those working systems which makes sure it loads the right version.
Anyway, your best option for troubleshooting is to run Fusion Log Viewer. Log the failures and look through the reports. Most of the time, this is enough to tell you exactly what is going wrong.