I use VS2013 Update 5 with WinCE 2013 and try to create an “User Control”.
Normally (and seen in some tutorials for User Controls with .NETCF) the User Control compiles and appears in the Toolbox after a build command. But there is no DLL created (not compiled) and therefore it doesn’t appears in the Toolbox.
With a normal .NET project everything works.
Somehow I think it’s a problem with the platform set to Toradex and not “Smart Device”, that’s why I ask this question not on stackoverflow. Has anyone had similar problems?
We have been able to reproduce this on VS2015 as well. May one workarround would be to pack the controll in its own project and deploy it as dependency?
I was able to workaround this problem without making separate project. I compiled my project as a DLL and added it to itself as reference and then i compiled it as and .exe