could not load file or assembly or one of its dependencies

aleksxp

New Member
in my solution I have a 3 proejcts (1 website, 1 data layer, 1 biz layer). my biz layer has assembly reference in my both website & data layer and my data layer has a reference in website as well. in my website I have 3 webservices that are basically using these data layer & biz layer to work.now the problem I'm facing is recently I added a rdlc to my website to provide reporting but in my rdlc design page when I drop a table from tools I get the following error:"Could not load file or assemblyl 'BizEntity', Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."*BizEntity is the project name of my biz layer which contains the objects.I've been searching internet for solution for so long & I couldn't find any working solution for it. any help or suggestion would be appreciated the most.Thanks in advance.
 
Back
Top