visual studio - Build of project with RDLC cannot find custom assembly -


i've been tearing hair out 3 days trying rdlc report build in vs2010. want access custom assembly project in same solution in expression text item on subreport. there reference assembly in project containing rdlc , added reference assembly dll in properties of subreport, when build error telling me cannot find file:

error while loading code module: ‘cccarchive, version=2.0.847.11068, culture=neutral, publickeytoken=null’. details: not load file or assembly 'cccarchive, version=2.0.847.11068, culture=neutral, publickeytoken=null' or 1 of dependencies. system cannot find file specified.

the rdlc file appears have no path information assembly in xml , have tried putting copies of assembly in bin\debug folder under project containing rdlc , in same folder rdlc without success.

judging little have been able find this, appears may have register assembly in gac build work, can't find direct confirmation of , putting in gac build run major nuisance.

am missing something?

...jim hansen

one possible solution worked me described in post:

reporting services – custom report error (error while loading code module: marketingpilot.framework.dll)

i copied assembly referenced in error message folder:

c:\program files\microsoft visual studio 10.0\common7\ide\privateassemblies 

doing debug application without problem. :)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -