Hi, I recently received a new laptop at work. I was eventually able to compile and run both of my 2 applications in localhost, and deploy one of them to Dev and Prod. However, I am having problems deploying my 2nd application.
Again, it works fine in localhost. When I deploy to the Dev environment, I get the error:
Could not load file or assembly 'Telerik.Web.UI, Version=2018.1.117.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
The version my reference points to is 2018.2.516.45. So I don't know where the 2018.1.117.45 version is coming from, or why it is attempting to load this version.
Yes, I KNOW that this is an old version. If need be, I can probably upgrade to a newer version. But if I can't figure out the version mis-match now, I think I will have the same problem with a newer version.
Any help is appreciated.
Thanks!