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:
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
Post a Comment