G
Guest
I am developing a .NET Compact application for smartphone device.
In my solution, there is a couple of assemblies (projects) which are not
referred to by main project either directly or indirectly at design time.
They are loaded through reflection instead.
When I select "Deploy Solution" form the "Build" menu, these assemblies are
not deployed to the device since VS.NET thinks that they are not needed.
How do I override this "smart" behavior of VS.NET and force it to deploy all
assemblies in my solution?
In Configuration Manager, all "Deploy" check boxes are checked, but it
doesn't help.
In my solution, there is a couple of assemblies (projects) which are not
referred to by main project either directly or indirectly at design time.
They are loaded through reflection instead.
When I select "Deploy Solution" form the "Build" menu, these assemblies are
not deployed to the device since VS.NET thinks that they are not needed.
How do I override this "smart" behavior of VS.NET and force it to deploy all
assemblies in my solution?
In Configuration Manager, all "Deploy" check boxes are checked, but it
doesn't help.