Problem distributing multi-project solution

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi,

I've a VisualStudio solution with 2 project in it.
These projects are not "linked" by a reference.

When I do a compilation with distribution, only the main project is
distribuited to the pocketpc.

Is there a way to force the "total-distribution"?

Thanks
 
Menu/Build/Configuration Manager - make sure that both projects are set to
deploy. Also in the library project properties under Device change the
output folder to the one used in the main project
 
Back
Top