c# - VS2012 Designer Could Not Load Assembly -


there solution c# project referencing managed c++ library in turn references native c++ library. c# project contains baseusercontrol , childusercontrol extends it.

the problem is: if code native c++ called (via managed c++ library) in constructor of baseusercontrol childusercontrol can't veiwed in designer view; nor can add either of baseusercontrol or childusercontrol form. following error:

could not load file or assembly 'testlibcpp, version=1.0.4877.30347, culture=neutral, publickeytoken=null' or 1 of dependencies. system cannot find file specified.

how can fix this?

i have included simple vs2012 solution demonstrates problem. contrived example based on problem having large codebase has been converted vs2005 vs2012.

thanks

if have source code ,please try rebuild solution using configuraion( x86 platform) , try open childusercontrol designer.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -