i have scenario: in large solution on visual studio have many projects, different purpouse. of them sharepoint web parts, others wcf. , "common" projects, used web parts , wcf projects. problem starts when referencing commont project sharepoint web part because project request me sign projects referencing project.
so after doing this, each time wcf compiled, referenced dll not genereated bin directory. wcf dll not working might supposed work.
i don't have idea of wrong settings of of projects. don't know if need provide code me solving weird issue.
for "main" project, expand references section , ensure other applications have following setting in properties window:
copy local - true
it sounds application not copying dll's because setting may false each of dependent projects.
Comments
Post a Comment