Why does deploying a .NET Compact Framework assembly cause .NET Desktop Framework assemblies to be d

Posted by Matthew Belk on Stack Overflow See other posts from Stack Overflow or by Matthew Belk
Published on 2010-04-21T20:36:11Z Indexed on 2010/04/21 20:53 UTC
Read the original article Hit count: 327

I am trying to get one of my developers set up to work on a fairly large .NETCF project. When we try to simply deploy the solution and all of its projects to a target device, deploying one of the projects triggers several assemblies from the desktop framework to be copied from the GAC to the device. What on earth could cause this? The assemblies from the "big" framework are ones like System.DirectoryServices, System.Design, and a bunch of others.

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about deployment