Rank: Newbie Groups: Member
Joined: 6/22/2016 Posts: 2
|
Hi. I upgraded the EO.Web version. I uninstalled the old version and installed the last one. Since i did that i have problems to add the controls. I reinstalled the executable file, restarted the pc, erased the projectAssemblies, and erased the .TBD files from toolbox cache. I always get the same message. What can I do to solve this issue?
Calendar - Calendar1[A]EO.Web.Calendar cannot be cast to [B]EO.Web.Calendar. Type A originates from 'EO.Web, Version=16.1.17.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' in the context 'LoadNeither' at location 'C:\Users\radivojpedro\AppData\Local\Microsoft\VisualStudio\10.0\ProjectAssemblies\pknnv-nx01\EO.Web.dll'. Type B originates from 'EO.Web, Version=16.1.17.0, Culture=neutral, PublicKeyToken=e92353a6bf73fffc' in the context 'LoadNeither' at location 'C:\Users\radivojpedro\AppData\Local\Microsoft\VisualStudio\10.0\ProjectAssemblies\bb-buakv01\EO.Web.dll'.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
It appears that you have multiple copies of EO.Web.dll in different projects. You can try to use our GacTools to add EO.Web.dll into GAC and then update your Visual Studio toolbox reference and your project reference to use the GAC version. That should sync everyone to GAC and remove that problem for you.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 6/22/2016 Posts: 2
|
Hi. Its a new project without any references at the beginning. I had other projects with the old version but they are in different folders. When i add the control to the form appears this errors. I will investigate how to use the GAC.
|