Page 1 of 1

dll collision

Posted: Wed Feb 18, 2009 2:59 am
by Alexander
hi,me again.

i need a suggestion.

i have a shared desktop project incloud by a web application. the desktop project using a version "2008.2.300.0" stimulreport.
and now i need try the webdesigner which version is "2009.1.338.0",so i download the stimulreport report.web,,i get these two dll in the same solution.after i use any control o the new version.i will get a error say the control exsit in both two dll.

the desktop project is finished so i don't want to change anything about that,and i want using the new webdesioner version in my feature.

any suggestion about this?

thanks vary much!

dll collision

Posted: Wed Feb 18, 2009 8:04 am
by Edward
Hi Alexander,

Please check that the GAC does not contain dlls, because if it contains dlls, then the exception of the type you described can occur in VS.

Thank you.