Hello,
I am developing custom modules. I have one common dll shared between all common modules.
After installation of modules and puting common dll in bin folder I am getting below error while navigating from one custom module to another.
Custom modules:
CreateEventSelectVenue
CreateEventSelectModel
Error:
A critical error has occurred.[A]EventQuotation cannot be cast to [B]EventQuotation. Type A originates from 'BusinessLayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' in the context 'Default' at location 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\a6c77a8a\c12be6dd\assembly\dl3\03df9d9e\0002172e_a1d7cf01\BusinessLayer.dll'. Type B originates from 'CreateEventSelectVenue, Version=0.0.1.16149, Culture=neutral, PublicKeyToken=null' in the context 'Default' at location 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\a6c77a8a\c12be6dd\assembly\dl3\1f731712\00516b60_c0d8cf01\CreateEventSelectVenue.dll'.